
-CrAzY-
Members-
Posts
150 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by -CrAzY-
-
Re: Favicons Set Up thanks alot!!, ben looking for this fopr ages!!, +1
-
Mini-Arcade - First EVER Mod, FREE FREE FREE
-CrAzY- replied to -CrAzY-'s topic in Free Modifications
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 -
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
-
Re: [Free] [v1] Quests (One Free Quest!) where can i edit the ammount u win wen u win the quest??
-
you can change someone to a npc what it is and why it is different to member thanks ;)
-
Mini-Arcade - First EVER Mod, FREE FREE FREE
-CrAzY- replied to -CrAzY-'s topic in Free Modifications
Re: Mini-Arcade - First EVER Mod, FREE FREE FREE nah, i just coded it my self, i promise :wink: -
Re: Mainmenu.php Help>>> oh yeh Br like wot TD/TD on a table does, cheers
-
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
-
Re: Free Carnival Great Mod!!, +1, Thanks, Its Mint ;)
-
Re: Free New City Mod For v1 and lite Great Mod!!, Works Like a Charm!!, +1
-
Re: [mccode] Attack.php addons On The NO ATTACKING PEOPLE IN FEDJAIL# U Missed The Closing } At The End :wink:
-
-
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^^
-
Its Says Unexpected T_PUBLIC, Look>>>>>>>>>>>>
-CrAzY- replied to -CrAzY-'s topic in General Discussion
Re: Its Says Unexpected T_PUBLIC, Look>>>>>>>>>>>> hi hi -
Its Says Unexpected T_PUBLIC, Look>>>>>>>>>>>>
-CrAzY- replied to -CrAzY-'s topic in General Discussion
Re: Its Says Unexpected T_PUBLIC, Look>>>>>>>>>>>> i got rid of the ; on the end of the red line now its T_WHILE!! -
$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 "
-
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
-
IS THERE ANY WAY I CAN MAKE THE BRAVE GO UP 1/15 A MINUTE?
-CrAzY- replied to -CrAzY-'s topic in General Discussion
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?