Jump to content
MakeWebGames

Lithium

Members
  • Posts

    1,099
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Lithium

  1. albert0: You do not have a license... what you bought its an illegal backup of an existing game... the user that sold it to you is fairly known for fishy business like the one he made with you... All this lead to one conclusion... you got scammed.
  2. Or to be part of a LCN family?
  3. I won't be cleaning but... take this as an example... $lk=mysql_query("SELECT * FROM users WHERE laston>unix_timestamp()-1440*60"); You are wasting resources selecting * when you can easily select just one column $lk = mysql_query("SELECT COUNT(`userid`) as `twentyfour` FROM `users` WHERE `laston` > unix_timestamp() - (1440*60)"); try to restrain the use of the SELECT *, using the less possible fields on the call
  4. Why not post it as it is, and surely someone will clean it up...
  5. Thx for the tip :P yet i know both are correct, in my native language you can also use both! :)
  6. BioHazard: No he doesn't. IF there is people interested in doing business, that is to be dealt PRIVATELY. And if there is people interested,as he stated on the OP, that should be directed to PM! :)
  7. @albert0: brilliantly answered! :)
  8. @Lara: it's LithiUm by the way! for both... you have to create a way for either getting that rank experience and display it properly, or create a set of new functions/instructions to that "rank" thing and display it as you guys want!!!
  9. by any chance you placed the path/to/image on the function? also, by any chance you made the changes needed to somehow be able to check the rank?
  10. On viewuser.php Rank: ".display_rank($ir['rank_level'])." <br /> On template.php <?=display_rank($ir['rank_level'], 'Image');?> <br /> <?=display_rank($ir['rank_level']);?> As for the crimes not getting any exp... unless you added the query to add exp, they only give crimexp or regular xp
  11. show the entire line... and maybe 2-3 lines after and before the line you added that
  12. Sure you are! But you see... my point is !exactly that. The template is worth less than nothing!
  13. Lithium

    check out

    Sorry... can't see professional console repairs
  14. Honestly... you need to grow up! You placed a "template" to be seen, so the point is to hear what people think. I stated my opinion, point taken... you took it as a personal attack. As Faz` stated, I also suck at design, but 1 minute is enough for this... [ATTACH=CONFIG]342[/ATTACH] Which... I do think it looks cleaner than yours! (and look no images used) Sure people will say it sucks, I also agree, but then... it looks better than yours! Got it?
  15. even worst than the first one...
  16. Lithium

    Help??

    HD: mine :P it's a defined var on GRPG :)
  17. A fluxogram is enough?
  18. Actually... Its... GRPG (and a very bad modded one)
  19. Lithium

    Help??

    use $user_class->username ancd that does the trick
  20. Good question, does it? :|
  21. Honestly... for a supposed security tech and not knowing the basics of privacy... facebook is entitled to use it, yet you point to 1998 Data Protection Act, and the funny thing is that you have a PUBLIC facebook profile, meaning that you are sharing your info worldwide. And yet again you fail posting that email (i'm not saying it is a fake or not), as potentially that type of communications ought to be kept confidential (well at least in my line of business, but then... i'm no security expert). One last note... Grow up!
  22. same thing -.- ... Your code is pointing to http://www.gamenamecom/iMpoRtAnT/class/class_db_{$_CONFIG['driver']}.php Which leads me to believe this is wrong actually...
  23. for the code on OP, i will assume you have   http://gamename.com/******/cron_minute.php?code=**** /*your example*/   and looking at the code posted...   http://gamename.com/******/class/class_db_{$_CONFIG['driver']}.php   which leads me to think that this is pointing wrong... wouldn't it be something more like...?   http://gamename.com/class/class_db_{$_CONFIG['driver']}.php
  24. Lithium

    Lights needed here

    comes with the age! ;) Thx Lostone :)
×
×
  • Create New...