Jump to content
MakeWebGames

-CrAzY-

Members
  • Posts

    150
  • Joined

  • Last visited

    Never

Everything posted by -CrAzY-

  1. i want to change the name of the levels into ranks like scumbag, civilian vandal... but i want to only change the name of the levels, so wen i make a new house i still put Minh Level as 1 , 2 ,3 ........ thanks!
  2. Re: Favicons Set Up thanks alot!!, ben looking for this fopr ages!!, +1
  3. Re: Mini-Arcade - First EVER Mod, FREE FREE FREE yeh, i did code it, it forgot a simple < br /> n u judging me by that, i did
  4. ive got lite and i want to make some people moderators, who can edit people and stuff   i also want the mod or something for killing someone so someone can attack someone else, n they die, n when the attacked player logs on it goes to their account it goes stragiht to the page dead.php if someone can do these, i will give them +1's for every hour, when im online, thank you very very very much if you help
  5. Re: [Free] [v1] Quests (One Free Quest!) where can i edit the ammount u win wen u win the quest??
  6. you can change someone to a npc what it is and why it is different to member thanks ;)
  7. Re: HOW CAN I MAKE IT SO EVERYTIME SOMEONE REGISTERS TO MY GAME THERE............... actually i had caps lock on, cos i was doin some codin sorry
  8. Re: Mini-Arcade - First EVER Mod, FREE FREE FREE nah, i just coded it my self, i promise :wink:
  9. Re: Mainmenu.php Help>>> oh yeh Br like wot TD/TD on a table does, cheers
  10. Re: [mccode] Annoucement Mod if u change it around a bit, edit some things, it can be a forum, but only admins can make a topic you could make topics like: gang picmakers n people talk in the forum
  11. Re: Free Carnival Great Mod!!, +1, Thanks, Its Mint ;)
  12. Re: Free New City Mod For v1 and lite Great Mod!!, Works Like a Charm!!, +1
  13. Re: [mccode] Attack.php addons On The NO ATTACKING PEOPLE IN FEDJAIL# U Missed The Closing } At The End :wink:
  14. .registered, so users just have to open up n sign in, and wen a new one joins they are automaticaly registered to the chatroom??
  15. my menu at the side looks like this: Shops Arcade Travel Buy / Sell A House Jail Slots Machine but it should look like: Shops Arcade Travel Buy / Sell A House Jail Slots Machine   how can i get it bk to like that above^^
  16. Re: Its Says Unexpected T_PUBLIC, Look>>>>>>>>>>>> hi   hi
  17. Re: Its Says Unexpected T_PUBLIC, Look>>>>>>>>>>>> i got rid of the ; on the end of the red line now its T_WHILE!!
  18. $page=$_SERVER['REQUEST_URI']; $close=mysql_query("SELECT * FROM closedpages WHERE url=$page",$c); while($r=mysql_fetch_array($close)) { if(mysql_num_rows($close) > 0 && $r['for'] == Public && $ir['user_level'] == 1) { die("This page has been closed for the Public. The reason for this is: {$r['reason']}."); } else if(mysql_num_rows($close) > 0 && $r['for'] == Staff && $ir['user_level'] > 1 && $ir['user_level'] != 2) { die("This page has been closed for Staff. The reason for this is: {$r['reason']}."); } else if(mysql_num_rows($close) > 0 && $r['for'] == All && $r['user_level'] != 2) { die("This page has been closed for everyone. The reason for this is: {$r['reason']}."); } print " "; } } function endpage() { print "
  19. Re: Parse error: syntax error, unexpected $end in /home/imgame/public_html/admin.php it says this: Parse error: syntax error, unexpected ']' in /home/imgame/public_html/admin.php on line 933 i delete the ] it says unexpected '"', expecting } i take away ''" it says unexpected T_FOR, help!!!!!
  20. Re: Parse error: syntax error, unexpected $end in /home/imgame/public_html/admin.php i tryed it i entered this: function closepage() { global $ir,$c,$h,$userid; print "<h3>Close Page Function</h3>   <form action=admin.php?action=closepagedone method=post> Page URL: <input type=text name=url> (Example: /usersonline.php) (Example: /index.php)   Reason for closure: <textarea name=reason rows=7 cols=30></textarea>   Close for: <select name=for> <option value=Public>Public</option> <option value=Staff>Staff</option> <option value=All>Everyone (Except owner)</option> </select>   <input type=submit value='Close Page'>"; } function closepagedone() { global $ir,$c,$h,$userid; mysql_query("INSERT INTO closedpages VALUES ('','{$_POST['url']}','{$_POST['reason']}','{$_POST['for']}')",$c); print "Page has been closed!   Reason: {$_POST['reason']}   Closed for: {$r{'for']}"; } function openpage() { global $ir,$c,$h,$userid; print "<h3>Opening Page Function</h3>   <form action='admin.php?action=openpagedone' method='post'>"; $t=mysql_query("SELECT * FROM closedpages ORDER BY url ASC",$c); print "Page URL: <select name=url>"; while($a = mysql_fetch_array($t)){ print "<option value={$a['id']}>{$a['url']}</option>"; } print "</select> <input type='submit' value='Open Page' /></form>"; } function openpagedone() { global $ir,$c,$h,$userid; mysql_query("DELETE FROM closedpages WHERE id={$_POST['id']}",$c); print "Page opened!"; }   n this came up: Parse error: syntax error, unexpected ']' in /home/imgame/public_html/admin.php on line 930
  21. Re: Parse error: syntax error, unexpected $end in /home/imgame/public_html/admin.php and that wont come up?
  22. Re: IS THERE ANY WAY I CAN MAKE THE BRAVE GO UP 1/15 A MINUTE? well i made that file, n it said parse error again, how can i stop this?
  23. Re: Parse error: syntax error, unexpected $end in /home/imgame/public_html/admin.php please help
×
×
  • Create New...