Where can i get FreeAdultScript User Password? - Printable Version +- Free Adult Tube-Video Script Forum (http://freeadultscript.com/forum) +-- Forum: My Category (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: Where can i get FreeAdultScript User Password? (/showthread.php?tid=299) |
Where can i get FreeAdultScript User Password? - huyamba - 28-03-2011 01:15 AM Didn't find any register links on main page of freeadultscript.com Tried to restore password and recieved blank info Quote:Your User Name:what do i do wrong??? ALSO get following error on admin's login page Deprecated: Function split() is deprecated in /home/admin/domains/public_html/admin/index.php on line 54 running on PHP5 RE: Where can i get FreeAdultScript User Password? - Punktured - 28-03-2011 03:39 AM when you have uploaded your script, and input the mysql information, it then takes you to the "login" page, for admin. on that page, just under the login form, is "Register". thats where you click to register. split() was depreciated as of PHP 5.3.0, meaning it'll throw an E_DEPRECATED notice. alternatives are explode() or preg_split() i would for now recommend going to the split line and using preg_split instead. i will talk to Admin about this as a bug report for PHP5 users. RE: Where can i get FreeAdultScript User Password? - huyamba - 28-03-2011 04:03 AM Many thanks! RE: Where can i get FreeAdultScript User Password? - Punktured - 28-03-2011 06:44 AM not a problem. glad to help. RE: Where can i get FreeAdultScript User Password? - admin - 28-03-2011 10:35 PM you mean splitt function not uing in new versions of php so if we chage split to explode will it work.? RE: Where can i get FreeAdultScript User Password? - Punktured - 30-03-2011 10:30 PM yes explode should work fine. |