shay wrote: ok i am now having a problem with the bank.php file. I went through the file and made the changes as i did for admin.php but i am not getting an error on that page stated Fatal Error Getting Bank User Information! I will post this file for you to help me see what changes i missed. Thanks Posted: Sat Mar 11, 2006 1:14 pm
admin(Mark) wrote: hi, on line 80 in the pastebin you are missing a "WHERE" clause $sql = "select * from nuke_phpbb_bank name='$userdata[user_id]'"; should be $sql = "select * from nuke_phpbb_bank WHERE name='$userdata[user_id]'"; Posted: Sat Mar 11, 2006 1:23 pm
admin(Mark) wrote: line 98 also need to change, you are missing the phpbb part $sql = "select * from nuke_bank"; Posted: Sat Mar 11, 2006 1:25 pm
shay wrote: ok..I made the corrections. I was so sure that i had went in line by line and made the changes as needed but i guess my eyes aren't as great as yours Oh and everything works now. I almost forgot to state that. Posted: Sat Mar 11, 2006 1:50 pm
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||