Jump to content
MakeWebGames

DesignLoft

Members
  • Posts

    40
  • Joined

  • Last visited

    Never

Everything posted by DesignLoft

  1. Re: Refilling Bars mdshare the URL to the help setup isn't valid! the forum is messed up lol, check it out!
  2. Re: Useful little function: Get_url nice! but do we need to edit anything or replace it over owt?
  3. Re: Header Error well on my header.php this it userdata($ir,$lv,$fm,$cm,$dosessh=1) and this is it on thestreets: $h->userdata($ir,$lv,$fm,$cm); which one do i replacE?
  4. Re: Authenticate.php SQL Error help its okay now! Just suddenly decided to start working.. :?
  5. Re: Header Error ha right thanks, and what would be the "4th argument" to add on each page the error comes up and where would i place it?
  6. When clicking on certain pages this error comes up   Warning: Missing argument 4 for userdata() in /usr/home/ben/public_html/mafia/header.php on line 16   line 16 is:   function userdata($ir,$lv,$fm,$cm,$dosessh=1)   although the scripts work it is extremely annoying to have this, any ideas what to change to stop making it do this?
  7. Re: validation mod Skept. this is a very nice script, but a n00b like myself does not know the "mysql code" to add the 2 tables into users, please could someone provide me with the code so i can get this script installed, thanks :roll:
  8. For some strange reason when i go to login, the URL in Mozilla changes to ....Authenticate.php with a blank screen. So i check my error logs to see what is the problem and this is it " PHP Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /usr/home/ben/public_html/mafia/authenticate.php on line 30 " line 30 is " $uq=mysql_query("SELECT userid FROM users WHERE login_name='{$_POST['username']}' AND `userpass`=md5('{$_POST['password']}')",$c) or die(mysql_error());   I have deleted all the tables,re-uploaded the game files and yet still the same error? any help please
  9. Re: [Lite] Hack Users PC any ideas why?? ^^^
  10. Re: [Lite] Hack Users PC   Parse error: syntax error, unexpected '&', expecting '(' in /usr/home/ben/public_html/mafia/hackpc.php on line 20 I seem to be getting this error after directingly copying it off this forum thread, I then open it up /hackpc.php to see if it works and this error comes up, line 20 seems to be if($_SESSION['loggedin']==0) { header("Location: login.php");exit; }
  11. Right i've just installed the script, and Crons is doing my head-in!, I dont know how to install it, it says all about minutes,hours etc.. and about putting the URLs in on crons.txt but i dont know where to put them in, recently I tried just putting *'s in the minutes hours etc.. but it didn't work and my email adress just got spammed with cron errors, please can someone pleaee tell me for Each URl what to put in Minute,hour etc.. it would be a massive help or point me to another post which as already had this problem thanks
  12. Re: [Lite] Hack Users PC ohright i see, But why are they put on?, they seem to mess up the code as mine is [Lite]
  13. I have been modding my [Lite] script, and now any admin pages that i go on, they do work but at the top of the page i get this error   Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /usr/home/ben/public_html/mafia/admin.php:3) in /usr/home/ben/public_html/mafia/admin.php on line 10   line 10 is:   session_start();   any ideas??
  14. Re: [Lite] Hack Users PC Why in the script is there all these #444 #123 #456 etc..? is it any point in these?? or is my mozilla dodgy?
  15. Re: [Lite] Hack Users PC i'm getting this code :   Parse error: syntax error, unexpected ';' in /usr/home/ben/public_html/mafia/hackpc.php on line 17   any ideas on how to fix it please? :|
×
×
  • Create New...