MyGunWars
Members-
Posts
237 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by MyGunWars
-
Re: [V2] Main Menu (army/gangsta Theme) Parse error: syntax error, unexpected $end in /home/mygun4/public_html/mainmenu.php on line 130 Line 103: ?> My File: <?php global $db,$c,$ir, $set; $hc=$set['hospital_count']; $jc=$set['jail_count']; $ec=$ir['new_events']; $mc=$ir['new_mail']; print "<table width='208' border='0' cellspacing='0' cellpadding='0'> <tr> <td>[img=/images/mainmenu/top.png]</td> </tr> <tr> <td background='/images/mainmenu/middle.png'><div align='center'><font color='#ffffff'>"; if($ir['hospital']) { print "[url='hospital.php']Hospital ($hc)[/url] [url='inventory.php']Inventory[/url] "; } elseif($ir['jail']) { print "[url='jail.php']Jail ($jc)[/url] "; } else { print "[url='index.php']Home[/url] [url='inventory.php']Inventory[/url] "; } if($ec > 0) { print "[url='events.php']Events ($ec)[/url] "; } else { print "[url='events.php']Events (0)[/url] "; } if($mc > 0) { print "[url='mailbox.php']Mailbox ($mc)[/url] "; } else { print "[url='mailbox.php']Mailbox (0)[/url] "; } if($ir['jail'] and !$ir['hospital']) { print "[url='gym.php']Jail Gym[/url] [url='hospital.php']Hospital ($hc)[/url] "; } else if (!$ir['hospital']) { print "[url='explore.php']Explore[/url] [url='gym.php']Gym[/url] [url='criminal.php']Missions[/url] [url='job.php']Your Rank[/url] [url='education.php']Training Courses[/url] [url='hospital.php']Hospital ($hc)[/url] [url='jail.php']Jail ($jc)[/url] "; } else { print "[url='jail.php']Jail ($jc)[/url] "; } print "[url='forums.php']Forums[/url] "; if($ir['new_announcements']) { print "[url='ann.php']Announcements ({$ir['new_announcements']})[/url] "; } else { print "[url='ann.php']Announcements (0)[/url] "; } print " [url='bank.php']Bank[/url] [url='newspaper.php']Newspaper[/url] [url='search.php']Search[/url] "; if ($ir['level'] >= 100) { print "<hr>[b]100 Club![/b] [url='100clubforum.php']Forum[/url] [url='100clubchat.php']Chat[/url] [url='100clubshop.php']Shop[/url] <hr>"; } if(!$ir['jail'] && $ir['gang']) { print "[url='yourgang.php']Your Squad[/url] "; } print "[url='viewuser.php?u={$r[']{$r['username']}[/url] ($la $unit) "; if($ir['donatordays']) { print "<hr /> [b]Donators Only[/b] [url='friendslist.php']Friends List[/url] [url='blacklist.php']Black List[/url]"; } print "<hr /> [url='preferences.php']Preferences[/url] [url='preport.php']Player Report[/url] [url='helptutorial.php']Help Tutorial[/url] [url='gamerules.php']Game Rules[/url] [url='viewuser.php?u={$ir[']My Profile[/url] [url='logout.php']Logout[/url] Time is now "; echo date ('F j, Y')." ".date('g:i:s a'); ?></div></td> </tr> <tr> <?php if($ir['user_level'] > 1) { print "<td>[img=file:///C|/Users/Dayo/Desktop/nav/army nav/staff.png]</td> </tr> <tr> <td> [url='staff.php']Staff Panel[/url] \n"; print "<hr />[b]Staff Online:[/b] "; $q=$db->query("SELECT * FROM users WHERE laston>(unix_timestamp()-15*60) AND user_level>1 ORDER BY userid ASC"); while($r=$db->fetch_row($q)) { $la=time()-$r['laston']; $unit="secs"; if($la >= 60) { $la=(int) ($la/60); $unit="mins"; } if($la >= 60) { $la=(int) ($la/60); $unit="hours"; if($la >= 24) { $la=(int) ($la/24); $unit="days"; } print "</td> </tr> <tr> <td>[img=/images/mainmenu/bottom.png]</td> </tr> </table></font>"; ?>
-
mccode-v2 Reset password + Secret question before password is sent.
MyGunWars replied to Uridium's topic in Free Modifications
Re: [MCCODES V2] Reset password + Secret question before password is sent. Added It And Edited It For My Site But Not Done Editing Yet. -
Re: [mccode v2] URL Image No Its Not A Mod Its Just A Nice Add On :wink:
-
Re: Businesses Mod [Mccode V2] That Was Not It But I Missed It Up And I Fixed It Thanks Thow :-D
-
Re: Businesses Mod [Mccode V2] Why Did I Get This: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/mygun4/public_html/business_create.php on line 24
-
Re: Ask Staff [Mccodes V2] How Do We Answer The Questions.
-
Re: [Mccodes V2] Set Up V2 the way you want it without altering files.... Also Thought Of This Game Banner: SQL: INSERT INTO `settings` ( `conf_id` , `conf_name` , `conf_value` ) VALUES ( '', 'game_banner', '/logo.png' ) Add Under: Game Name: <input type='text' name='game_name' value='{$set['game_name']}' /> Add This: Game Banner: <input type='text' name='game_banner' value='{$set['game_banner']}' /> Add In header.php: [img={$set[]
-
Re: [Mccodes V2] Set Up V2 the way you want it without altering files.... To Work On My Site I Need To Add These SQLS One At A Time. INSERT INTO `settings` ( `conf_id` , `conf_name` , `conf_value` ) VALUES ( '', 'game_currency', 'Points' ) INSERT INTO `settings` ( `conf_id` , `conf_name` , `conf_value` ) VALUES ( '', 'game_value', '$' ) INSERT INTO `settings` ( `conf_id` , `conf_name` , `conf_value` ) VALUES ( '', 'game_energy', 'Energy' ) INSERT INTO `settings` ( `conf_id` , `conf_name` , `conf_value` ) VALUES ( '', 'game_will', 'Will' ) INSERT INTO `settings` ( `conf_id` , `conf_name` , `conf_value` ) VALUES ( '', 'game_brave', 'Brave' ) INSERT INTO `settings` ( `conf_id` , `conf_name` , `conf_value` ) VALUES ( '', 'game_exp', 'Exp' ) INSERT INTO `settings` ( `conf_id` , `conf_name` , `conf_value` ) VALUES ( '', 'game_health', 'Health' ) And For Put These In Your Site: {$set['game_currency']} {$set['game_value']} {$set['game_energy']} {$set['game_will']} {$set['game_brave']} {$set['game_exp']} {$set['game_will']}
-
Re: [mc codes lite] User Credit Card Companys Fatal error: Call to a member function on a non-object in /home/mygun4/public_html/user_cc_companys.php on line 318
-
Re: [mccode] Religions Mod Thanks And I Have The Mod About 45% Done And Its On My Site. See I Want My Site To Be A Fun MMORPG Game Where You Login And Play The Game But User Interact And That What Im Aiming For. http://www.mygunwars.com/
-
Re: 24 Hour <censored>og Clock Ya Thats What I Was Trying To Say
-
Re: 24 Hour <censored>og Clock idk I Dont Get The Point Of It??? Explain Plz.
-
Re: 24 Hour <censored>og Clock ???
-
Re: Airplanes [V2] :-D Nice One Man +1
-
Re: [mccode v2] Events Page Updated. I Got A But When I Added It: Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/mygun4/public_html/events.php on line 65
-
Re: [mccode v2] Updated Display Pic System Magictallguy & POG1 Gave Me One And I Must Of Added Them Wrong Because They Did Not Work So I Made This One
-
Re: [mccodes] House Upgrades [$20] :-D Nice
-
Re: [mccode v2] Updated Display Pic System I Got It To Work: if($r['display_pic']) { print "<center>[img={$r[]</center>"; $pics=$db->query("SELECT * FROM userimages WHERE imgUSER={$r['userid']}", $c); $pc=$db->num_rows($pics); print " <center>[[url='userimages.php?XID={$r[']$pc Uploaded Images[/url]]</center> "; } else { print "<center>[img=/testimages/nopic.gif]</center> <center>[[url='userimages.php?XID={$r[']0 Uploaded Images[/url]]</center> "; }
-
Re: [mccode] Religions Mod Im Added This And Im Makeing My Own Personal Details Mod So You Can See Users Real Name,Date Of Birth, Marital Status, Sexual Orientation, Height, Body Type, Ethnicity, Smoker, Drinker, Children, Education, Occupation, Income, Political Views, Religion Views, Mood, Quote:, Aim Of The Game:, Age, MSN , AIM , AOL, Yahoo, MySpace, Country, And More. Im Also Going To Make A Sopt Where Users Can Post There Interests.
-
[mccode v2] A better multi alerter for transfers.
MyGunWars replied to Delete-please's topic in Free Modifications
Re: V2 A better multi alerter for transfers. +1 killah & Yubi -
Re: [mccode] Religions Mod SQL: ALTER TABLE `users` ADD `religion` VARCHAR( 255 ) NOT NULL default 'Non Believer' ;
-
Re: [mccode] Religions Mod The SQL is Not Working
-
Re: Count Users Clicks It will not work when I add it Can anyone Help???
-
Re: [mccode v2] Club Mod (my version) :-D
-
V2 Staff password with admin function
MyGunWars replied to Delete-please's topic in Free Modifications
Re: V2 Staff password with admin function +1 :-D