Jump to content
MakeWebGames

skooda

Members
  • Posts

    494
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by skooda

  1. Yea mines show the gang id
  2. Thanks Ian.Updated the post.
  3. My first mccode mod I plan on making more soon just practicing right now.   <? require("globals.php"); /** * @name Top 10 * @author Skooda *@link http://www.wisecrime.com * @copyright All rights reserved by Skooda * This is free you may not sale this mod. */ $_GET['st'] = abs((int) $_GET['st']); $st=($_GET['st']) ? $_GET['st'] : 0; $by=($_GET['by']) ? $_GET['by'] : 'userid'; $ord=($_GET['ord']) ? $_GET['ord'] : 'ASC'; $cnt=mysql_query("SELECT userid FROM users",$c); ?> <form method="post"> <table width="550" border="0" align="center" cellpadding="0" cellspacing="2" class="table"> <tr> <td colspan="3" align="left" class="head">Top 10 Ranked Players: </td> </tr> <tr> <td width="150" align="left" class="sub">Name:</td> <td width="150" align="left" class="sub">Exp:</td> <td width="250" align="left" class="sub">Gang:</td> </tr> <? $result = mysql_query("SELECT username,gang,crimexp,bankmoney FROM users WHERE user_level='1' ORDER BY exp + 0 DESC LIMIT 0,10") or die(mysql_error()); while($row = mysql_fetch_array( $result )) { ?> <tr> <td width="150" align="left" class="cell"><?php echo "<a href=\"#". $row['username'] ."\" onFocus=\"if(this.blur)this.blur()\">".$row['username']."</a>"; ?></td> <td width="150" align="left" class="cell"><?php echo "<a href=\"#". $row['crimexp'] ."\" onFocus=\"if(this.blur)this.blur()\">".$row['crimexp']."</a>"; ?></td> <td width="250" align="left" class="cell"><?php if(empty($row['gang'])){ echo "No Gang."; }else{ echo "<a href=\"#". $row['gang'] ."\" onFocus=\"if(this.blur)this.blur()\" >".$row['gang']."</a>"; }?></td> </tr> <?php } // while ?> </table> <table width="550" border="0" align="center" cellpadding="0" cellspacing="2" class="table"> <tr> <td colspan="3" align="left" class="head">Top 10 wealthiest Players: </td> </tr> <tr> <td width="150" align="left" class="sub">Name:</td> <td width="150" align="left" class="sub">Wealth:</td> <td width="250" align="left" class="sub">Gang:</td> </tr> <? $result = mysql_query("SELECT bankmoney,username,credits FROM users WHERE user_level='1' ORDER BY bankmoney + 0 DESC LIMIT 0,10") or die(mysql_error()); // keeps getting the next row until there are no more to get while($row = mysql_fetch_array( $result )) { // Print out the contents of each row into a table ?> <tr> <td width="150" align="left" class="cell"><?php echo "<a href=\"#". $row['username'] ."\" onFocus=\"if(this.blur)this.blur()\">".$row['username']."</a>"; ?></td> <td width="150" align="left" class="cell"><?php print "Private"; ?></td></td> <td width="250" align="left" class="cell"><?php if(empty($row['gang'])){ echo "No Gang."; }else{ echo "<a href=\"#". $row['gang'] ."\" onFocus=\"if(this.blur)this.blur()\" >".$row['gang']."</a>"; }?></td> </tr>
  4. The same reason you speak like an ass. Well its not hard a new person can create a thread and get 8 different replies and most of the time thier not nice.Just like that comment you just said we speak like muppets when you could of kept that to your self and its off subject.
  5. Do you have an live demo
  6. Results: Website: http://wisecrime.com (Visit) Valid?: MCCodes 2.0.0 Online/Offline: Online Or you can just check my url-wisecrime.com :)
  7. It miss read it. Lol dont ask me that I can give you a whole list of ppl who claim that they made mods and ask for cpanel acess(It never works)
  8. Well not all servers down for ddos attack do undermaintance come to mind. Well your case is unspoken for if you had a professional provider they would have sent you an email why your server was down. Not foolish statement just common sense .
  9. Yea I just was assuming
  10. Its funny how you keep saying all these big sites facebook,google,amazo.Its obvious their ppl who try to ddos big sites like that and those have alot of users.Im sure no one would ddos chav servers unless he piss someone off which I doubt as chav is one of the nicest ppl on this forum. Also I wouldnt say it wouldnt have downtime due to servers maintance as downtime for no apparently reason I will say it will have no downtime for that.
  11. It dont I just figure you would.But if you dont need it I will apply for your help.
  12. I known Chav for a very long time and I can say that he paid for his servers and you will never have any downtime.
  13. So your asking for the owner cpanel pass to work his/her game?
  14. I'll buy would ya mind if I pay you a 1$ a month it will add up :D
  15. skooda

    Payment

    O I been on a few forums lately this the payment option I mainly hear about .It seem better than paypal as you cant get screwed by getting limited or any charge back.
  16. skooda

    Payment

    Do anyone use Liberty Reserve on their game or use them period if do can you give me some feeback about them.
  17. Lol i'll sell you mines for 75$ my whole databse minus the user.
  18. -_-How bout you send a pm.
  19. All what you ask above.Give me a price.
  20. Hey I could do this
  21. <?php session_start(); $connect = mysql_connect("gothcent_ganstercentral", "gothcent_admin3", "password") or die (mysql_error()); { exit("<span style='color: red'>Can't connect to the MySQL database. Please contact the webmaster.</body></html>"); } { exit("<span style='color: red'>Can't connect to the MySQL server. Please contact the webmaster.</body></html>"); } ?> What are you using this piece for?
  22. Try removing the pasword
  23. I must say that was very unprofessional sending a DMCA as its obvious that he didnt know what he was doing.As their many unlicense mccode v2 games out thats making profit.
  24. I'll choose v2 over that anytime
×
×
  • Create New...