darkfreaks Posted August 31, 2008 Share Posted August 31, 2008 basically it means if you use those functions they still work but are less secure to use than just using mysql_query() statements that do the same thing Link to comment https://forums.phpfreaks.com/topic/121497-test-security-please-non-destructive/page/5/#findComment-630138 Share on other sites More sharing options...
skiingguru1611 Posted August 31, 2008 Author Share Posted August 31, 2008 What page is that on though? Link to comment https://forums.phpfreaks.com/topic/121497-test-security-please-non-destructive/page/5/#findComment-630141 Share on other sites More sharing options...
darkfreaks Posted August 31, 2008 Share Posted August 31, 2008 http://us.php.net/manual/en/function.mysql-list-tables.php scroll down to changelog it will tell you the function has been deprecated Link to comment https://forums.phpfreaks.com/topic/121497-test-security-please-non-destructive/page/5/#findComment-630143 Share on other sites More sharing options...
skiingguru1611 Posted August 31, 2008 Author Share Posted August 31, 2008 What page do I use that function on? Link to comment https://forums.phpfreaks.com/topic/121497-test-security-please-non-destructive/page/5/#findComment-630145 Share on other sites More sharing options...
darkfreaks Posted August 31, 2008 Share Posted August 31, 2008 its on the admin page Link to comment https://forums.phpfreaks.com/topic/121497-test-security-please-non-destructive/page/5/#findComment-630146 Share on other sites More sharing options...
skiingguru1611 Posted August 31, 2008 Author Share Posted August 31, 2008 Alright, thanks I'll look into fixing it, but I'm not too worried, because it works and is now secured from public access. Thanks for all your help, I really appreciate it. Link to comment https://forums.phpfreaks.com/topic/121497-test-security-please-non-destructive/page/5/#findComment-630148 Share on other sites More sharing options...
darkfreaks Posted August 31, 2008 Share Posted August 31, 2008 what sort of stuff you getting in your DB guru ??? I havent further tested so i dont know what is going on. Link to comment https://forums.phpfreaks.com/topic/121497-test-security-please-non-destructive/page/5/#findComment-630389 Share on other sites More sharing options...
skiingguru1611 Posted August 31, 2008 Author Share Posted August 31, 2008 i PM'd you Link to comment https://forums.phpfreaks.com/topic/121497-test-security-please-non-destructive/page/5/#findComment-630396 Share on other sites More sharing options...
darkfreaks Posted August 31, 2008 Share Posted August 31, 2008 PM'd back Link to comment https://forums.phpfreaks.com/topic/121497-test-security-please-non-destructive/page/5/#findComment-630400 Share on other sites More sharing options...
skiingguru1611 Posted September 5, 2008 Author Share Posted September 5, 2008 Hey, I'm getting emails from people saying they submitted stuff but it's not in the database. I added a mail function and that works so i know insert.php is getting the variables, but for some reason the SQL query isn't working properly on some people's computers. When I tested it on my mom's computer (IE) i encountered the problem myself. Any idea what might be causing this?? Is it one of the functions I'm running Darkfreaks? PS. - I use FF3 and it works everytime. I've tested on multiple computers w/ different browsers, so i'm not sure if it's a browser issue or what? HELP!?!?! Link to comment https://forums.phpfreaks.com/topic/121497-test-security-please-non-destructive/page/5/#findComment-634214 Share on other sites More sharing options...
darkfreaks Posted September 5, 2008 Share Posted September 5, 2008 whats the code ??? Link to comment https://forums.phpfreaks.com/topic/121497-test-security-please-non-destructive/page/5/#findComment-634222 Share on other sites More sharing options...
skiingguru1611 Posted September 5, 2008 Author Share Posted September 5, 2008 I'll post back in like 10 minutes..i think my dad found the error, i'm testing it now. Link to comment https://forums.phpfreaks.com/topic/121497-test-security-please-non-destructive/page/5/#findComment-634228 Share on other sites More sharing options...
darkfreaks Posted September 5, 2008 Share Posted September 5, 2008 okay Link to comment https://forums.phpfreaks.com/topic/121497-test-security-please-non-destructive/page/5/#findComment-634229 Share on other sites More sharing options...
skiingguru1611 Posted September 5, 2008 Author Share Posted September 5, 2008 Seems to work now...haha I don't know how my dad noticed that. I had the field "id" set as the Primary key in the table but it wasn't set as "auto increment" so if there was already a person in the table it wouldn't submit the new person because there was already an entry with the id "0" Link to comment https://forums.phpfreaks.com/topic/121497-test-security-please-non-destructive/page/5/#findComment-634231 Share on other sites More sharing options...
Hinty Posted September 5, 2008 Share Posted September 5, 2008 Id advise you to take SquirrelMail and UebiMiau off and also you need to disable directory browsing. Link to comment https://forums.phpfreaks.com/topic/121497-test-security-please-non-destructive/page/5/#findComment-634626 Share on other sites More sharing options...
Recommended Posts