Jump to content
MakeWebGames

Jameoo

Members
  • Posts

    160
  • Joined

  • Last visited

    Never

Everything posted by Jameoo

  1. Re: 8 Lines to secure your site from known sql injections. dont use this or his first security post it takes over the sql injcetion bit :|
  2. Re: Basic Stock Market [V2] dont place the price on the stocks to low then all mine are 20,000 +
  3. Re: [FREE] [V2] Ian's Investments Lol Why Ians Investments
  4. Re: [V2] Libary This IS Iq The Stat   <?php //FREE MOD //CE POSTED //SNIKO` //FREE FOR ALL //DO NOT REMOVE THIS include "globals.php"; print "Libary Gets You to an intellengent reader [url='libarystats.php'][b]Libary Stats[/b][/url] <table border=2> <th>Book</th> <th>How Much</th> <th>Read</th> <tr> <td>Hitmans Guide</td> <td>$50</td> <td>[url='libary.php?spend=buy']Read[/url]</td> <tr> <td>Most Wanted</td> <td>$100</td> <td>[url='libary.php?spend=buy1']Read[/url]</td>"; if($_GET['spend'] == 'buy') { if($ir['money'] < 50) { print "You don't have enough money to read the book!"; } else { $db->query("UPDATE users SET money=money-50, iq=iq+5, booksread=booksread+1 WHERE userid=$userid",$c); print "You read the book and gained 5 IQ ! [url='index.php']Back[/url] "; } } { if($_GET['spend'] == 'buy1') { if($ir['money'] < 100) { print "You don't have enough money to read the book!"; } else { $db->query("UPDATE users SET money=money-100, iq=iq+10, booksread=booksread+1 WHERE userid=$userid",$c); print "You read the book and gained 10 IQ ! [url='index.php']Back[/url] "; } } } ?>
  5. Re: [V2] Ignore User Mail [V2] Thankyou illusions :-)
  6. Re: [V2] Ignore User Mail [V2] Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/kennncom/public_html/criminalcenter.com/ignore.php on line 86 Can You Post Not Working Mods If So -50
  7. Re: [V2] Ignore User Mail [V2] Hi Can Someone Not Tell Us How To Fix Can They Post It Please The Working Version Of This Please
  8. Re: PIjrc Chat V2 Jameos Way ! Its All Setup You Just Need To Change Command1 To Your Channel Name And Do The Main Commands
  9. Re: PIjrc Chat V2 Jameos Way ! this help any one ?
  10. Hi I Tryed Tonkas Way And I Got Errors So Download Them Files And Then Upload Them Then Do These Step By Step Chat Commands   1. First Of All Make A Room : /join #Name Here 2. Register Your Room /cs register #Same As when u created a room CHANNELPASS description 3. Register Nick / Operator : /ns register YOURPASS YOUR-EMAIL 4. Login To Your Chat As Operator: /msg NickServ IDENTIFY password / same pass as when you made a room 5. Get Help : /Helpop // Get A Bot // Up To You   6. Do The Topic Of The Room /topic #Channel-name topicofthechat Last But Not Least Create Chat.php With This   <?php /*----------------------------------------------------- -- PJIRC For MC Code V2 -- Free Mod -- Edited By Jameo_CE -- chat.php -- Original PJIRC Files Can Be Found At [url]http://www.pjirc.com/[/url] -----------------------------------------------------*/ include "globals.php"; print "<applet code=IRCApplet.class archive='irc.jar,pixx.jar' width=700 height=500> <param name='CABINETS' value='irc.cab,securedirc.cab,pixx.cab'> <param name='nick' value='{$ir['username']}'> <param name='alternatenick' value='???'> <param name='name' value='GameName'> <param name='host' value='216.86.156.64'> <param name='command1' value='/join #Channel Name'> <param name='gui' value='pixx'> <param name='quitmessage' value='{$ir['username']} Got Bored'> <param name='asl' value='true'> <param name='style:bitmapsmileys' value='true'> <param name='style:smiley1' value=':) irc/img/sourire.gif'> <param name='style:smiley2' value=':-) irc/img/sourire.gif'> <param name='style:smiley3' value=':-D irc/img/content.gif'> <param name='style:smiley4' value=':d irc/img/content.gif'> <param name='style:smiley5' value=':-O irc/img/OH-2.gif'> <param name='style:smiley6' value=':o irc/img/OH-1.gif'> <param name='style:smiley7' value=':-P irc/img/langue.gif'> <param name='style:smiley8' value=':p irc/img/langue.gif'> <param name='style:smiley9' value=';-) irc/img/clin-oeuil.gif'> <param name='style:smiley10' value=';) irc/img/clin-oeuil.gif'> <param name='style:smiley11' value=':-( irc/img/triste.gif'> <param name='style:smiley12' value=':( irc/img/triste.gif'> <param name='style:smiley13' value=':-| irc/img/OH-3.gif'> <param name='style:smiley14' value=':| irc/img/OH-3.gif'> <param name='style:smiley15' value=':'( irc/img/pleure.gif'> <param name='style:smiley16' value=':$ irc/img/rouge.gif'> <param name='style:smiley17' value=':-$ irc/img/rouge.gif'> <param name='style:smiley18' value='(H) irc/img/cool.gif'> <param name='style:smiley19' value='(h) irc/img/cool.gif'> <param name='style:smiley20' value=':-@ irc/img/enerve1.gif'> <param name='style:smiley21' value=':@ irc/img/enerve2.gif'> <param name='style:smiley22' value=':-S irc/img/roll-eyes.gif'> <param name='style:smiley23' value=':s irc/img/roll-eyes.gif'> <param name='style:floatingasl' value='true'> <param name='pixx:highlight' value='true'> <param name='pixx:highlightnick' value='true'> </applet>"; $h->endpage(); ?>   Thanks This Should Help You 100% More If You Need Anything Else With Chat Just Post It Or Pm Me Seeking For Positive Comments ***EDIT*** I Made The Chat A Bit Bigger But You Can Change It In Chat.php Just Open chat.php With Notepad And Click Ctrl + F And Then width=700 height=500>
  11. Re: Userlist Edit [V2] Thanke For This I Have Been Waiting For Someone To Post The Online Stats With A Images
  12. Re: Heads or Tails [HotMod] [V3] - Updated 29th August V3 Wtf
  13. Re: Personals [V2] Perfect Mod Richard Thanks :wink:
  14. Re: [Any] Quick Chat With Owner Mite Only Work With Msn Live Messenger
  15. Re: [Any] Quick Chat With Owner I Never I Just Seen That You Can Chat Or Add Them From Bebo Under Their Picture So I Just Copied That O Yer Killah I Need You For Somthing Ill Pm You
  16. Re: [Any] Quick Chat With Owner Are You Signed In On Msn
  17. I Dont Know If You Will Like This As Its Not A Mod But Its A Quick Addon Need Help Or Support No Problamo Just Email Or Instant Message Either Chat Now Or Add As A Contact   This Is So If They Are Signed Into Msn Messenger Or Anything Else They Can Either Open A Chat Box Without Adding You Or Add You As A Contact (I DID NOT MAKE DUHH :lol: ) I Have It On The Bottom Of Each Page And Login And Register
  18. Re: HELPP ! Thanks Ze0n
  19. Hi I Keep On Getting Errors In Cron Day When I Put This   $htq=$db->query("SELECT hWILL, tax, taxJAIL from houses")or die($db->error()); while ($ht=$db->fetch_row($htq)) { $db->query("UPDATE users SET jail = jail + {$ht['taxJAIL']}, jail_reason = 'Failure to Pay Taxes' WHERE bankmoney < {$ht['tax']} AND maxwill = {$ht['hWILL']} AND jail > 1")or die($db->error()); $db->query("UPDATE users SET jail = jail + {$ht['taxJAIL']}, jail_reason = 'Failure to Pay Taxes' WHERE bankmoney < {$ht['tax']} AND maxwill = {$ht['hWILL']} AND jail < 1")or die($db->error());   Can Any One Help ??
  20. Re: Usersonline [V2] Wtf I Sed Your Mod Is Ugly And Plain Di*KHed
  21. Re: Usersonline [V2] Ugly Tbh
  22. Re: Own 50% of my game if you help with codeing and adding mods which one
  23. Re: Own 50% of my game if you help with codeing and adding mods   Learn To Spell Coding Its Spelt Like That <<<<Coding>>> Not Codeing
  24. Re: Inventory It Should Be In The Folder / Zip You Baught Your Mccodes In
  25. Re: Donator Items yer help this noob before me many thanks
×
×
  • Create New...