Jump to content
MakeWebGames

CrazyT

Members
  • Posts

    708
  • Joined

  • Last visited

  • Days Won

    1

CrazyT last won the day on April 14 2019

CrazyT had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

CrazyT's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

4

Reputation

  1. Tracking users just by IP is pointless now a days!
  2. Yes the ugly bas*ard is still around, just about. Nice to see the site backup and a lot of old faces still coming back to here! Just saying hello from up here..
  3. 1) A few tweaks to the code and database table(s), you'll sure have a working system. 2) There is a level system on here, where you have to click the button to upgrade. I'm pretty sure it's in the free section, if not I have it somewhere on a old hard drive laying around that I could send to you. A few tweaks to the code to integrate your missions/challenge system should have a pretty decent system going. 3) I need more explanation as to what you want doing, I'm sure others will want that too, or I'm just dumb today and don't understand what you're saying. 4) Oh right, hit me up somewhere, I'll give you a hand if wanted. And CrazyT was my old nickname, just don't remember the e-mail address used with that account and/or password. It's been way to long (:
  4.   1) MCCodes already has a friends list feature, with a friends list. Why don't you just use that and add it onto the profiles? 2) Use the crime feature and reuse it for missions before they can level up? 3) I don't understand? 4) Just make a new item type, and reuse half the code that's already in item use and add another field into items or use a new table for storing the currency? My first post, haven't been here for many many years :O
  5. LOL self::$query? Guess you was trying to copy me on the last topic of me doing self::$link/self::$connection lol? I think you need to read up what it does and how it works ;) - That's why i was referring to the database class..
  6. This dude is no scammer, hes been on mwg alot longer than you selling templates ect. Never saw him scam anyone what so ever.
  7. You can simply edit the class to see if a query fails? Example... $rs = mysql_query($sql, self::$link); if ($rs === false) { mysql_query('INSERT INTO `db_logs` (`sql`, `time`) ..... ect'); }
  8. Yeah.. BTW key_exists() is no php function. :) - array_key_exists()/in_array(), use what ever.
  9. Not really crazyt... It's alot easier then selecting the username within the code. No it isn't, a simple join onto the users table and you have the username? Then there is no need for more code (the getUsername() function).
  10. There's other way's calling a function than switch you know? :)
  11. You don't need to know the mod. He brought a mod, Drizzle the n00b never sent it to him.. So lets wait and see if he can code the mod. For one he cant even code.. So lets wait and see what he "does" xD
  12. You spam games right? Means i can spam your game yeah?
  13. Looks "ok", but that "getUsername()" function is useless, what is the point in that? running aload more queries when there is no need.
  14. :D @rulerofzu - What would be the point in that? :P
  15. Whats your game link? Let me see!
×
×
  • Create New...