Jump to content
MakeWebGames

chicka

Members
  • Posts

    351
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by chicka

  1. Re: Advanced Bug Report System nice work karlos +1
  2. Re: jail bust exp thanks i'm gonna try that right now..
  3. Re: jail bust exp thats good and one more thing if you don't mind I'm trying to make is so they use energy when they bust, can that be done some how? $db->query("UPDATE users SET energy=<10 WHERE userid=$userid"); does that look right?
  4. Re: jail bust exp got it working thank you
  5. Re: jail bust exp I get this when I added it Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/pirateba/public_html/jailbust.php on line 34
  6. Re: jail bust exp makes sense.. Thank you very much for your help +1
  7. Re: jail bust exp thank you for that.. how much exp will that give them for a bust?
  8. I was wondering if anyone would be kind enough to help me with jail busts.. at the moment no one is gaining exp when they bust someone and I was hoping that someone could help me out with that..
  9. Re: [mccodes] Advanced Pet Mod [$15] lycans.net
  10. Re: [mccodes] Advanced Pet Mod [$15] very well done.. I bought a copy and it works good +1 keep up the good work
  11. Re: Mod Pack [$25] hey I'm interested in buying your mods add me to msn [email protected]
  12. Re: v2 upgrading hosp time the only down fall I see about this is that the rich players ones with a crap load of crystals can pay out a lot to keep someone in the hospital for a very long time thus making the player not want to come back and play.. Who is gonna wanna wait 5000 min to play.. this is a great idea however if I were in the hospital for 2 or 3 days I would not come back and play.. I would just find an other game.. This is just my opinion tho.
  13. Re: House pic trouble I tested it and its working just fine for me.. make sure the file is hpics not hpic. that could be your problem..
  14. Re: House pic trouble this works good <?php $housequery = '1'; include_once (DIRNAME(__FILE__) . '/globals.php'); if($ir['protected']) { print "<h2>Housing Info:</h2> <table class='table' border='1'> <tr> <td></td> </tr> </table> You Currently Live In {$ir['hNAME']} "; print "<font color=red>you are currently protected with a body guard for {$ir['protected']} hours</font>"; } $BankMoney = ($ir['bankmoney'] == '-1') ? 'No Account!' : number_format($ir['bankmoney']); $m=$db->query("SELECT * FROM users WHERE userid='{$ir['married']}'"); $par=$db->fetch_row($m); $partner = ($ir['married'] != 0) ? "<font color=green>{$par['username']}</font> [Manage]" : "<font color=red>N/A</font>"; if ($ir['noobpack'] == '0') { echo '<form action="starterpack.php"> <input type="submit" value="Claim your free starter pack now!"> </form>'; } echo '<h3 style="text-decoration: underline;">Home</h3> <table width="100%" border="1" cellspacing="0" cellpadding="3" style="text-align:center;" class="table"> <tr> <td width="50%">Name: '.stripslashes($ir['username']).'</td> <td width="50%">Level: '.number_format($ir['level']).'</td> </tr> <tr> <td>Property: '.stripslashes($ir['hNAME']).'</td> <td>HP: '.number_format($ir['hp']).'/'.number_format($ir['maxhp']).'</td> </tr> <tr> <td>Money: '.number_format($ir['money']).'</td> <td>Crystals: '.number_format($ir['crystals']).'</td> </tr> <tr> <td colspan="2">Married: '.$partner.'</td> </tr> </table>'; $TotalStats = $ir['strength'] + $ir['agility'] + $ir['guard'] + $ir['labour'] + $ir['IQ']; $TotalRank = get_rank($TotalStats, 'strength + agility + guard + labour + IQ'); echo ' <h3 style="text-decoration: underline;">Stats Info:</h3> <table width="100%" border="1" cellspacing="0" cellpadding="3" class="table" style="text-align:center;"> <tr> <th width="33%">Stat</th> <th width="33%">Amount</th> <th width="34%">Rank</th> </tr> <tr> <td>Strength</td> <td>'.number_format($ir['strength']).'</td> <td>Rank: '.get_rank($ir['strength'], 'strength').'</td> </tr> <tr> <td>Agility</td> <td>'.number_format($ir['agility']).'</td> <td>Rank: '.$ir['agirank'] = get_rank($ir['agility'], 'agility').'</td> </tr> <tr> <td>Guard</td> <td>'.number_format($ir['guard']).'</td> <td>Rank: '.$ir['guarank'] = get_rank($ir['guard'], 'guard').'</td> </tr> <tr> <td>Labour</td> <td>'.number_format($ir['labour']).'</td> <td>Rank: '.$ir['labrank'] = get_rank($ir['labour'], 'labour').'</td> </tr> <tr> <td>IQ</td> <td>'.number_format($ir['IQ']).'</td> <td>Rank: '.$ir['IQrank'] = get_rank($ir['IQ'], 'IQ').'</td> </tr> <tr> <td>Total Stats</td> <td>'.number_format($TotalStats).'</td> <td>Rank: '.$TotalRank.'</td> </tr> </table> '; if(isset($_POST['NotesUpdate'])) { $db->query(sprintf("UPDATE `users` SET `user_notepad`='%s' WHERE `userid` = '%u'", mysql_real_escape_string($_POST['NotesUpdate']), $userid)); header('Location: index.php'); } echo 'Your Personal Notepad: <form action="index.php" method="POST"> <textarea rows="10" cols="50" name="NotesUpdate">'.htmlspecialchars(stripslashes($ir['user_notepad'])).'</textarea> <input type="submit" value="Update Personal Notes!" /> </form>'; $h->endpage(); ?>
  15. Re: [mc code V2]Updated Lottery Query was INSERT INTO `lottery` (id,userid, amount) VALUES (0,1, 1000) I take it my sql is wrong?
  16. Re: [mc code V2]Updated Lottery feky what was the fix??
  17. Re: [mc code V2]Updated Lottery I tried to re install it and i'm getting the same thing.. i'm not winning anything
  18. Re: [mc code V2]Updated Lottery I have been trying to figure out how to get my players to win the money.. when the lottery is over it says that you have won the weekly lottery and you were credited $0.00 can anyone fix that please??
  19. Re: Street Images i'm not a pro at this by any means but by looking at all the ideas, they would all work just the same.. +1 to all of you.. either which way you do it, it will work
  20. Re: [MCCODES V2] Mobile text messaging nice mod illusions!!!well done
  21. Re: Street Images hey thats a good idea.. have you tested it to see if that would work??? if so great.. i'll try it out
  22. Re: Street Images i'll go check that out right now.. i'm always looking for ways to better the look of the game... i'm still new at all this so anything that I can learn i'm always interested
  23. Re: Street Images thank you... that small little thing took for ever to figure out
  24. Well I was getting tired of the same old link to search the streets so I decided to add an image that you can click on instead of the link.. First upload an image that you wanna use for your streets.. In streets.php look for: print " > <a href=streets.php>Continue Searching</a> "; replace that with   ";print " "; you will have to obviously change the your image.jpg to what ever pic your using but it works good for me..
  25. Re: House Images Help ok that worked like a charm... im greatfull for all that helped and didn't make fun of a noob.... this makes me wanna add images to everything lmao.. thanks again guys for your help
×
×
  • Create New...