HITMAN 17
Members-
Posts
1,145 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by HITMAN 17
-
so you need help with crons mate pm as i can help but i cant pm you as my mailbox is full
-
Ok i have had a little think about what i can do here an i was wondering if i could go threw all the ce mods and put them into a zip file with instructions and also a link if anyone needs support with it as it will save people the time then. I only want replys from mdshare or any of the administration team
-
I think there should be some more moderators which i would like to put my name forward as one. As i love forums.The reason is that some people are just constantly spamming other people threads which then arguements start so if you need a moderator you know where i am but i really think you should start hiring more moderators
-
I think there should be more pm space
HITMAN 17 replied to HITMAN 17's topic in Feedback and Site Support
hmm i think 200 is fair as my forum rank is a proffetional which i cant spell lol -
My inbox is full on here with messages of mods and stuff so is there any chance you can upgrade everones pm space as mine is full
-
Re: viewuser first that would be a breach of copyright secound that viewuser is easy to make
-
Re: [v2] CreateGang Secured+Updated nice one sniko btw are you trying to secure all the pages in mccodes standard edition
-
Re: [mccodes] New Crime System [$5.00] tell you what you make the staff function and ill buy off you
-
Re: Attack System [Paid Request] iamwicked made a great one
-
Re: [mccode] Icons i would like this to go under my bars but i get echo array Health: {$hpperc}% <img src=greenbar.png width=$hpperc height=10><img src=redbar.png width=$hpopp height=10> <hr> echo $this->display_icons($ir);
-
Re: [v2] Viewuser Visual Update Call to undefined function checkblank() in /home/thegame/public_html/viewuser.php on line 305
-
Re: Total Time Logged In! Total time logged in: 15 days, 10 hours and 52 minutes. i beat you all
-
Re: Can you help ok now i got this event You Recieved An , From The Admin. Check Your Items
-
ok i am trying to make my event_add more advanced but i get this error Parse error: syntax error, unexpected T_STRING in /home/realhost/public_html/game/staff_items.php on line 173 on this code event_add($_POST['user'], 'You Recieved An {$_POST['itmname']}, From The Admin. Check Your Items', $c);
-
Re: New Explore Page you didnt exactly you just used my page source
-
Re: New Explore Page no offence but you copyed my page source for links why
-
Re: Mob Nation yes mate i am but im on this domain at moment as im doing some of the exploits untill im ready to change to proper domain
-
Re: crystal market can people get lots of crystals from this so basically is it secure
-
Alert on header to alert of new messages
HITMAN 17 replied to HITMAN 17's topic in Free Modifications
Re: Alert on header to alert of new messages yer he did i forgot to say mtg did it bollucks -
if($ir['new_mail']) { echo sprintf("You have %s new message%s ", $ir['new_mail'], ($ir['new_mail'] == 1) ? '' : 's'); } if($ir['new_events']) { echo sprintf("You have %s new event%s ", $ir['new_events'], ($ir['new_events'] == 1) ? '' : 's'); }
-
i want my attacklost say if someone looses attack they have to go to hosp here is my code <?php $atkpage=1; include_once ('globals.php'); $_GET['ID']==abs((int) $_GET['ID']); $_SESSION['attacking']=0; $od=$db->query("SELECT * FROM users WHERE userid={$_GET['ID']}"); if($db->num_rows($od)) { $r=$db->fetch_row($od); print "You lost to {$r['username']}"; $expgain=abs(($ir['level']-$r['level'])^3); $expgainp=$expgain/$ir['exp_needed']*100; print " and lost $expgainp% EXP!"; $db->query("UPDATE users SET exp=exp-$expgain, attacking=0 WHERE userid=$userid"); $db->query("UPDATE users SET exp=0 WHERE exp<0"); event_add($r['userid'],"[url='viewuser.php?u=$userid']{$ir['username']}[/url] attacked you and lost.",$c); $atklog=mysql_escape_string($_SESSION['attacklog']); $db->query("INSERT INTO attacklogs VALUES('',$userid,{$_GET['ID']},'lost',unix_timestamp(),0,'$atklog');"); $warq=$db->query("SELECT * FROM gangwars WHERE (warDECLARER={$ir['gang']} AND warDECLARED={$r['gang']}) OR (warDECLARED={$ir['gang']} AND warDECLARER={$r['gang']})"); if ($db->num_rows($warq) > 0) { $war=$db->fetch_row($warq); $db->query("UPDATE gangs SET gangRESPECT=gangRESPECT+1 WHERE gangID={$r['gang']}"); $db->query("UPDATE gangs SET gangRESPECT=gangRESPECT-1 WHERE gangID={$ir['gang']}"); print " You lost 1 respect for your gang!"; } } else { print "You lost to Mr. Non-existant! =O"; } if( !isset($_SESSION['attacklost']) ) { echo 'Cheaters dont get no where.'; $h->endpage(); exit; } $h->endpage(); ?>
-
Check out this game http://game.realhostreseller.com subdomain for now
-
Re: [mccodes V2] Review staff. QUERY ERROR: Unknown column 'u.userid' in 'where clause' Query was SELECT `user_level`, `username`, `userid` FROM `users` WHERE (u.userid = 13)
-
Re: [mccodes V2] Review staff. correct sql CREATE TABLE IF NOT EXISTS `review` ( `id` int( 11 ) NOT NULL AUTO_INCREMENT , `user` int( 11 ) NOT NULL default '0', `review` int( 11 ) NOT NULL default '1', `reason` varchar( 266 ) NOT NULL default 'None', `time` int( 11 ) NOT NULL default '0', PRIMARY KEY ( `id` ) )
-
Re: Starting new Game Engine (massive features) - Need feedback let me know when you have this game on the webby as i will play