Free Adult Tube-Video Script Forum

Full Version: Where can i get FreeAdultScript User Password?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Didn't find any register links on main page of freeadultscript.com
Tried to restore password and recieved blank info
Quote:Your User Name:
Your Password is :
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
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.
Many thanks!
not a problem.
glad to help.
you mean splitt function not uing in new versions of php
so if we chage split to explode will it work.?
yes explode should work fine.
Reference URL's