Jump to content
MakeWebGames

BossManMenace

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by BossManMenace

  1. menace.beasley75
  2. Same i dont understand i logg in and it goes to a white page...but the url doesnt change, doesnt redirect to logged_in.php when i put it in the url it comes up with the termsofservice so it must be logged in?
  3. So i logg in and it doesnt redirect to logged_in.php when i type in and go to url myself it shows all this and the termsofservice. Everywere else ive installed the script ive never had all these issues Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home1/worldcri/public_html/logged_in.php:11) in /home1/worldcri/public_html/logged_in.php on line 16 Notice: A session had already been started - ignoring session_start() in /home1/worldcri/public_html/includes/functions.php on line 2 Notice: Undefined index: username in /home1/worldcri/public_html/includes/functions.php on line 4 Notice: Trying to get property of non-object in /home1/worldcri/public_html/includes/functions.php on line 7 Notice: Trying to get property of non-object in /home1/worldcri/public_html/includes/functions.php on line 9 Notice: Trying to get property of non-object in /home1/worldcri/public_html/includes/functions.php on line 16 Notice: Undefined index: tos_button in /home1/worldcri/public_html/termsofservice.php on line 3
  4. if (strip_tags($_POST['username']) && strip_tags($_POST['password'])){ $select = mysql_query("SELECT * FROM users WHERE online > '$timenow' ORDER by rank desc"); still having a error with this.. in index.php and i logg in on my site and it doesnt seem to redirect to logged_in.php
  5. Nice trick, thank you for your reply now on my index page im getting the error Notice: Undefined index: logout in /home1/worldcri/public_html/index.php on line 18 Notice: Undefined index: username in /home1/worldcri/public_html/index.php on line 36 LoginRegisterLost Password When i logg in its not redirecting to logged_in.php which it should do - - - Updated - - - logged_in.php has many errors. Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home1/worldcri/public_html/logged_in.php:11) in /home1/worldcri/public_html/logged_in.php on line 16 Notice: A session had already been started - ignoring session_start() in /home1/worldcri/public_html/includes/functions.php on line 2 Notice: Undefined index: username in /home1/worldcri/public_html/includes/functions.php on line 4 Notice: Trying to get property of non-object in /home1/worldcri/public_html/includes/functions.php on line 7 Notice: Trying to get property of non-object in /home1/worldcri/public_html/includes/functions.php on line 9 Notice: Trying to get property of non-object in /home1/worldcri/public_html/includes/functions.php on line 16 Notice: Undefined index: tos_button in /home1/worldcri/public_html/termsofservice.php on line 3
  6. Hello im using a old Script WOTM (Way Of The Mafia) Ive uploaded before and never had a problem and the script is unchanged from downloading.. i even had it working a few days ago Im just looking through the codes and building on them for fun and to learn any help i would be very greatfull Basically i register to the game and go to login and get a white page.. if i try to put anything onto the end of the url example (/logged_in.php) it bring up the termsofservice ive tried everything gone through functions and to try solve this i feel like im missing something simple please help the demo url is http://www.world-crime.com here are the scripts i think the problem could be in. [ATTACH]2191[/ATTACH] [ATTACH]2187[/ATTACH] [ATTACH]2188[/ATTACH] [ATTACH]2189[/ATTACH] [ATTACH]2190[/ATTACH] functions.txt functions1.txt index.txt logged_in.txt termofservice.txt
×
×
  • Create New...