admin
Administrator
Full Member
    
Member rating: 0
Offline
Gender: 
Posts: 172

HYIPs money
|
 |
« on: December 30, 2006, 09:32:34 AM » |
|
There are some autosurf script bug fixes i have found around the internet and wanted to share. Before making any changes, backup your original files.
Error trying to delete a member (user) from autosurf script admin area. "Fatal error: Call to undefined function: member_referral() in /home/*/public_html/headfoot.php on line 124 or 127" You should delete this line of code on which you are pointed (124 / 127..). Then upload your modiffied headfoot.php file to your server.
- Error after registration at an autosurf site. "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 1, 0, 0, 0, '2006-12-29 20:27:03', 0, '2006-12-29 20:27:03', 'no', 'Un-verified' at line 1" Open your signup.php file and at the bottom search for the line "$new_ins = "insert into user". There in this line is a value $ref. You need to inset quotes around it. Example: '$ref' Save and upload. You are done.
You have installed your script and when entered into admin area, and clicked a menu link, it do not redirrects you. - You need to create a ".htaccess" file in your hosting root directory (/www/). In this file add the line "php_flag register_globals 1". Save and upload.
|