View Single Post
  #4  
Old 01-27-2011, 05:53 AM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 41,515
fadillzzz is an unknown quantity at this point
Default

Quote:
Originally Posted by Kyris View Post
As for the tables and phpmyadmin, I'm not sure exactly what I'm supposed to be looking for?

I went to nadopt.php and... then I don't know what the mysql query line is (I need a headdesk emotion XD )

Could you go more indepth please? I don't think I can pinpoint what exactly looks odd because I don't know how it looks usually ^^

Many thanks, HOF, for being patient with me!
In nadopt.php go to line 239 and post it here, it should look something like this:
PHP Code:
mysql_query("INSERT INTO ".$prefix."adoptables VALUES ('', '$name', '$description','$eggimage','$cba','$promocode', '$freqcond', '$number','$datecond','$date','$adoptscond','$maxnumcond','$morethannum','$usergroupcond','$usergroups','$alternates','$altoutlevel','$altchance')"); 
For the phpmyadmin, just post a screenshot of the _adoptables table
Reply With Quote