Jump to content
MakeWebGames

uprentiss

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by uprentiss

  1. nevermind i figured it out bro im dumb
  2. thanx alot bro   i got a question i followed the rules or the instructions everything looks good but when i click on purchase or somethign all it does is refresh n does nothing
  3. xcan we get these updated please bro
  4. anyway to get this still???
  5. thats in the index file? sorry to be so noobish but I am trying to learn its just not working out as i expected
  6. i installed a cript n when i log in it says this   Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/vhosts/httpdocs/logged_in.php:11) in /var/www/vhosts/httpdocs/logged_in.php on line 13   here is the php code       <? include "config.php"; include "func.ban.php"; checkban($_SERVER['REMOTE_ADDR']); ?> <? session_start(); include_once "includes/db_connect.php"; include_once "includes/functions.php"; logincheck(); ?> <html> <head> <link rel="shortcut icon" href="favicon.ico.png"> <title>Way of The Mafia</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel=stylesheet href=includes/in.css type=text/css> </head> <frameset rows="*" cols="168,*" frameborder="no" border="0" framespacing="0"> <frame src="menu.php" name="leftFrame" scrolling="auto" noresize="noresize" id="leftFrame" title="leftFrame"> <? if($info->bann == "0"){ ?> <frameset rows="68,*" cols="*" framespacing="0" frameborder="no" border="0"> <frame src="banner.php" name="banner" scrolling="No" noresize="noresize" id="topFrame" title="topFrame"> <? } ?> <frameset rows="24,*" cols="*" framespacing="0" frameborder="NO" border="0"> <frame src="mini.php" name="topFrame" scrolling="NO" noresize > <frameset rows="*" cols="*<? if($info->box == "0"){ ?>,180<? } ?>" frameborder="no" border="0" framespacing="0"> <frame src="story.php" name="middle" id="mainFrame" title="mainFrame"> <? if($info->box == "0"){ ?> <frame src="/chat/index.php" name="shoutbox" scrolling="auto" noresize="noresize" id="shoutbox" title="shoutbox"> <? } ?> </frameset> </frameset> </frameset> </frameset> <noframes><body></frameset> </body></noframes> </html>   please help me
  7. Yeah I have some mods and it says like   Open index.php Find where it says <h3>General Info:</h3>";   well i open index php n that line isnt int here at all not to mention the other mods i have do the same thing when it says to isntall them the part i try to find is never there
×
×
  • Create New...