Jump to content
MakeWebGames

Lithium

Members
  • Posts

    1,099
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Lithium

  1. Too much babbling for a simple request to slice up a template. Too much explanation to what is and what not. For a first post, you been reading the forum for quite sometime now, otherwise you'd keep it simple. That said, you ought to know already a few people around that are trusted for such a job. Finally, all the rubbish could've been trimmed down to a single line asking for someone to slice the psd files. Details are simply discussed in private!
  2. Take Redex, long time away, fairly known around here, a few background users, he referred Scarlet, i think he also did some work with MWG previous owners, though he's the one to confirm that.
  3. If you're pasting it into notepad, try setting the option "wordwrap" on, under format menu!
  4. Actually... IE (9) is the most non compliant browser still. Also, I assume MrAnthony wants to fix the display for his users, so no matter what he uses, there will be still quirks upon presenting the pages to the users. a bit more of information here
  5. maybe a little help... how hard can it be?
  6. Just an head's up... This was created with the intention to "replace" the few versions floating around that use same "steps" no matter which location you're in. You can have unlimited steps (different) for every single location, giving different types of outcomes. Also, a good way to have some "story" (yes Redex this can give you work too ;)) along the steps created. As most can see and as Curt already stated, this is a pretty straight forward mod, yet still different from what you are used to see! Thanks Curt for the finish up, and make this mod finally see the light! :)
  7. maybe http://www.mafia-warriors.net works for you. http://www.mafiawarriors.net as posted by grant is not even a registered domain. just my 2 cents...
  8. Not a very good start...  
  9. We can talk about it! Hit me up later (around 10pm or so, not the usual 2 or 3am you tend to say hi) on msn, and we'll talk :)
  10. It was not the shop owner... it was a thief... you need a new pair of glasses
  11. most likely server load, or routing problems somewhere along the way to the server... try checking if those in trouble come from the same areas, or if routing paths stumble upon same servers along the way...
  12. dange rboy, go away, we're like closed or something!
  13. some? yes. all of them? nop. :)
  14. tineye is quite effective searching for image patterns :)
  15. Epic fail... file is too widespread! http://www.tineye.com/search/8a296b8297705b62d2b40c42e074cc8d28946bdd/ and the second image... http://www.tineye.com/search/78d2b35e92cdac3d8cb3ff78c50c83951cd8c80a/
  16. you can try plain command php -f /path/to/file.php?code=blah that ought to work...
  17. WordPress look alike. Plain and simple! I love it! but no, i won't bid it! :)
  18. 9) leveling system way is up high. 12 levels in less than 24 hours? 10) brokerage is not working. 11) Lucky boxes not working. (10 and 11 stating not enough money) 12) Bank going negative on the "crack the safe"? 13) on the updates you say "game reset" on the 19th july... watching player lists and levels up to 500, and some bank accounts... that will make new comers set aside... Overall, you need to pay a little more attention to details, fix these tiny bits, i also found a few typos floating around (for non-english natives as myself, sometimes might be hard to understand if there are such errors). Fix these, make a decent/fair reset (if you do have donators, think of a fair way to reset those accounts, that if you want to keep players) check your leveling system plus game economics, and you might get along! :)
  19. Not quite sure actually, but isn't crystals missing here?
  20. Crytstals are the only ones not showing?
  21. instead using <td>'.money_formatter($r['crystals'],'').'</td> try using <td>'.number_format($r['crystals']).'</td>
  22. For the hosting reply... let's assume you have crons inside public_html folders and you are running them with wget as method for them... use curl instead, and move cron files outside of public folder, and you might get the issue solved.
  23. there is not a straight answer to that, as it depends on the server, how it prioritizes the requests, the mysql settings (max connections, etc), the queries themselves and how they are constructed... overall there is no way on answering to that without a full knowledge on the environment that the db's are running.
  24. Let's say I have a DATETIME field and i need to calculate the interval between that field and current time. Using php is not an option, as it needs to be done entirely on top of the DB. I've reached this result:   mysql> SELECT SEC_TO_TIME(TIME_TO_SEC(TIMEDIFF(NOW(), '2011-07-22 23:59:59'))); +------------------------------------------------------------------+ | SEC_TO_TIME(TIME_TO_SEC(TIMEDIFF(NOW(), '2011-07-22 23:59:59'))) | +------------------------------------------------------------------+ | 34:54:36 | +------------------------------------------------------------------+ 1 row in set (0.00 sec)   Still as you can see hours go up to 34, and I need to effectivelly trim to display it in a format quite near the following:   1 day 10:54:36   Any help or some pointers would be appreciated.
×
×
  • Create New...