
MrAnthony
Members-
Posts
180 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by MrAnthony
-
This mod still for sale?
-
Prison Survival - Out Rank, Out Will, Out Last
MrAnthony replied to daftrude's topic in General Discussion
Error when signing up ////// Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /home/daftrude/public_html/register.php on line 66 Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /home/daftrude/public_html/register.php on line 78 You have signed up, enjoy the game. Login ////// Might want to get paid hosting and a .com/.org or something Not secured ... So am guessing you haven't paid for Mccodes or you would have the new patched/secured V2.0.3 to basic nothing really there to make the game 'fun' I got bored at looking at the site so i left meh. -
Q) 1. Where can i edit the game time? 2. Where can i edit the EXP payout when someone completes a crime? (I have a small problem with people getting to level 5 by completing a 1 brave crime..) 3. Where can i edit the exp given when someone beats up another player? A) 1. Depends what your host's server time is ( not 100% sure ) 3. Go to your Staff panel then click edit crime select the crime you want to edit then scroll down and edit the Crime XP Given 3. If you mean when they leave the player open up attacktake.php find $expgain=rand($qe/4,$qe); change the number 4 to higher e.g 8 for lower EXP given Hope this help's.
-
PrisonLords Layout [Layered PSD] !FREE! + DESIGN TUTORIAL!
MrAnthony replied to a topic in Art and Content
I to am a student with load's of coursework due before i am due to go back to college in a few of weeks, Not to mention i have a game undergoing construction, But .... If i find a few hours to spare i'll be sure to have a go :) -
Great help very much appreciated.
-
@ Newttster Thank's but way ahead of you there dude the mod is almost 100% complete just the issue of getting the images into view users once earned @ Illusions i give that way a go but failed i mean i got them to show but when they got level 10 the level 5 award went away any way to make more then one if statment's? i mean i got up to here if($ir['level'] ==5) { echo '<br /><center><table style='border-style:solid;border-width:1px;border-color:#303030;' width='100%' cellpadding='5' border='1'> <th bgcolor=grey><b><center>Awards</center></b></th> </tr> <tr> <td><b><img src='images/awards/lvl5.png' alt='Level 5 Award' title='Level 5 Award' ></b></td> </tr> </table>'; } or am i going about it in the wrong way :/
-
Okay so i have been working on an merit's/Awards mod with images and i have everything done Like images/auto give awards/merits/merits trader When a player gets to lets say level 5 they get an Awards (1) once viewed it goes to (0) What i need help with is ... How to get the award image ( once earned ) to show in view user Am just totally stuck here :/ any help would be a great help!
-
PrisonLords Layout [Layered PSD] !FREE! + DESIGN TUTORIAL!
MrAnthony replied to a topic in Art and Content
New download link http://rapidshare.com/files/454523697/prisonlayout.psd -
PrisonLords Layout [Layered PSD] !FREE! + DESIGN TUTORIAL!
MrAnthony replied to a topic in Art and Content
Sorry for the hold up, forgot were i put it aha http://rapidshare.com/files/454523697/prisonlayout.psd/ -
PrisonLords Layout [Layered PSD] !FREE! + DESIGN TUTORIAL!
MrAnthony replied to a topic in Art and Content
I'll upload it give me a second. -
PrisonLords Layout [Layered PSD] !FREE! + DESIGN TUTORIAL!
MrAnthony replied to a topic in Art and Content
Hmm might give it a go at coding this will post codes if i code it -
So glad i moved onto the iphone :3
-
Correct no one can freedom of speech.
-
Well it's not needed, You knew you was not getting money and you still offered to help and was all up for it, If you wanted out all you could of done was tell D-C and be mature about it.
-
We volenterd to join him so don't be saying all this crap. You knew you was not getting any money before you joined -.^. No point in posting this it's just pointless, if you have a problem talk it up with him don't go posting you're crap all over no one want to see it.
-
You have been put in the Gangsta Life Federal Jail for 500 day(s). Reason: Hacking continuously after a warning! Found it funny that even after i did it you still thought it was secure -.- And puft am no hacker of any kinds that was just a simple view user hack -.-
-
***edit**for got to say it is 95% secure is kind of lot fore securing but $200 for the whole thing is quite reasonable more like 0% -.- all you have on the site is free mods i cant see any mod's that make me want to say WOW! Also dose this come with a valid Mccodes license?
-
Good to know thank's, I'll have a go at getting it to work with a Mccodes game then. Equinox if you have used/tested this before how was it? Bugged... ect If you can dig it up would be much appreciated
-
Hello I found this awesome chat script http://anantgarg.com/2009/05/13/gmail-facebook-style-jquery-chat/ It's free and i was thinking, Would it be possible to get it to work with a Mccodes site? Would be a great free addition for owners of game's
-
here... it shows the page now but am not tiding up the code you can do that... <?php $housequery=1; include "globals.php"; $exp=(int)($ir['exp']/$ir['exp_needed']*100); $ts=$ir['strength']+$ir['agility']+$ir['guard']+$ir['labour']+$ir['IQ']; $ir['strank']=get_rank($ir['strength'],'strength'); $ir['agirank']=get_rank($ir['agility'],'agility'); $ir['guarank']=get_rank($ir['guard'],'guard'); $ir['labrank']=get_rank($ir['labour'],'labour'); $ir['IQrank']=get_rank($ir['IQ'],'IQ'); $tsrank=get_rank($ts,'strength+agility+guard+labour+IQ'); $ir['strength']=number_format($ir['strength']); $ir['agility']=number_format($ir['agility']); $ir['guard']=number_format($ir['guard']); $ir['labour']=number_format($ir['labour']); $ir['IQ']=number_format($ir['IQ']); $ts=number_format($ts); $exp=(int)($ir['exp']/$ir['exp_needed']*100); print " Name: {$ir['username']} Points: {$cm} Level: {$ir['level']} Exp: {$exp}% Money: $fm Gang: "; $qs=$db->query("SELECT * FROM gangs WHERE gangID={$ir['gang']}"); $rs=$db->fetch_row($qs); if(!$db->num_rows($qs) ) { print "No Gang"; } else { print" {$rs['gangNAME']} "; } print " Property: {$ir['hNAME']} Days Old: {$ir['daysold']} Health: {$ir['hp']}/{$ir['maxhp']} Energy: {$ir['energy']}/{$ir['maxenergy']} Nerve: {$ir['brave']}/{$ir['maxbrave']} Awake: {$ir['will']}/{$ir['maxwill']} "; print " Status Info "; $ts=$ir['strength']+$ir['agility']+$ir['guard']+$ir['labour']+$ir['robskill']+$ir['IQ']; $ir['strank']=get_rank($ir['strength'],'strength'); $ir['agirank']=get_rank($ir['agility'],'agility'); $ir['guarank']=get_rank($ir['guard'],'guard'); $ir['labrank']=get_rank($ir['labour'],'labour'); $ir['robrank']=get_rank($ir['robskill'],'robskill'); $ir['IQrank']=get_rank($ir['IQ'],'IQ'); $tsrank=get_rank($ts,'strength+agility+guard+labour+IQ'); $ir['strength']=number_format($ir['strength']); $ir['agility']=number_format($ir['agility']); $ir['guard']=number_format($ir['guard']); $ir['labour']=number_format($ir['labour']); $ir['robskill']=number_format($ir['robskill']); $ir['IQ']=number_format($ir['IQ']); $ts=number_format($ts); print " Stat Amount Rank Strength {$ir['strength']} Rank: {$ir['strank']} Agility {$ir['agility']} Rank: {$ir['agirank']} Guard {$ir['guard']} Rank: {$ir['guarank']} Labour {$ir['labour']} Rank: {$ir['labrank']} Rob Skill {$ir['robskill']} Rank: {$ir['robrank']} IQ {$ir['IQ']} Rank: {$ir['IQrank']} Total Stats: {$ts} Rank: $tsrank "; $attacks_won = $db->query(sprintf('SELECT COUNT(`log_id`) AS attacking_won FROM `attacklogs` WHERE `attacker` = %u AND `result` = "%s"', $userid, 'won')); $attacks_wonc = $db->fetch_row($attacks_won); $attacks_lost = $db->query(sprintf('SELECT COUNT(`log_id`) AS attacking_lost FROM `attacklogs` WHERE `attacker` = %u AND `result` = "%s"', $userid, 'lost')); $attacks_lostc = $db->fetch_row($attacks_lost); if ($attacks_lostc['attacking_lost']) { $attacking_perl = $attacks_lostc['attacking_lost'] / ($attacks_wonc['attacking_won'] + $attacks_lostc['attacking_lost']) * 100; } elseif (!$attacks_lostc['attacking_lost']) { $attacking_perl = 0; } if ($attacks_wonc['attacking_won']) { $attacking_perw = $attacks_wonc['attacking_won'] / ($attacks_wonc['attacking_won'] + $attacks_lostc['attacking_lost']) * 100; } elseif (!$attacks_wonc['attacking_won']) { $attacking_perw = 0; } $attacksd_won = $db->query(sprintf('SELECT COUNT(`log_id`) AS defending_won FROM `attacklogs` WHERE `attacked` = %u AND `result` = "%s"', $userid, 'lost')); $attacksd_wonc = $db->fetch_row($attacksd_won); $attacksd_lost = $db->query(sprintf('SELECT COUNT(`log_id`) AS defending_lost FROM `attacklogs` WHERE `attacked` = %u AND `result` = "%s"', $userid, 'won')); $attacksd_lostc = $db->fetch_row($attacksd_lost); if ($attacksd_lostc['defending_lost']) { $defending_perl = $attacksd_lostc['defending_lost'] / ($attacksd_wonc['defending_won'] + $attacksd_lostc['defending_lost']) * 100; } elseif (!$attacksd_lostc['defending_lost']) { $defending_perl = 0; } if ($attacksd_wonc['defending_won']) { $defending_perw = $attacksd_wonc['defending_won'] / ($attacksd_wonc['defending_won'] + $attacksd_lostc['defending_lost']) * 100; } elseif (!$attacksd_wonc['defending_won']) { $defending_perw = 0; } $T_won = $attacks_wonc['attacking_won'] + $attacksd_wonc['defending_won']; $T_lost = $attacks_lostc['attacking_lost'] + $attacksd_lostc['defending_lost']; if ($T_won) { $T_won_per = $T_won / ($T_won + $T_lost) * 100; } elseif (!$T_won) { $T_won_per = 0; } if ($T_lost) { $T_lost_per = $T_lost / ($T_won + $T_lost) * 100; } elseif (!$T_lost) { $T_lost_per = 0; } echo " Attack Record "; echo sprintf(' Won Amount Lost Amount Attacking Won %u (%u%%) Attacking Lost %u (%u%%) Defending Won %u (%u%%) Defending Lost %u (%u%%) Total Won %u (%u%%) Total Lost %u (%u%%) ', $attacks_wonc['attacking_won'], $attacking_perw, $attacks_lostc['attacking_lost'], $attacking_perl, $attacksd_wonc['defending_won'], $defending_perw, $attacksd_lostc['defending_lost'], $defending_perl, $T_won, $T_won_per, $T_lost, $T_lost_per ); if(isset($_POST['pn_update'])) { $db->query("UPDATE users SET user_notepad='{$_POST['pn_update']}' WHERE userid=$userid"); $ir['user_notepad']=stripslashes($_POST['pn_update']); print " Personal Notepad Updated!"; } print " ".htmlspecialchars($ir['user_notepad'])." "; $h->endpage(); ?>
-
Give it another shot after all its just the login so went in the game looked around need's securing the layout is so ugly like the menu tho.
-
Seen that it was a free login and presses the x button at the top of my screen.
-
Thank's Got it from a friend who had it saved thanks anyway =]
-
I have seen games with the http://www.monocountry.com layout am just thinking is the layout for sale? if so were can i buy one like it?
-
Sin sity login is awesome xD I may put something up if i have time of course.