Jump to content
MakeWebGames

Lithium

Members
  • Posts

    1,099
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Lithium

  1. You might want to change this... $Time = mt_rand(2,300); It's the only bit that goes over 30 minutes... 300 = 5hours
  2. Let me explain... Get that one and go from there... how hard can it be? :|
  3. http://makewebgames.io/showthread.php/32642-any-version-Removal-of-1-minute-crons?highlight=cron+removal
  4. Onebip.com has been talked around here a couple weeks ago...
  5. Download "Windows 7 USB DVD Download tool" (Microsoft freebie) you'll need a ISO of windows 7 already on computer. Then create USB stick with Windows 7 and you're done
  6. Haha! One more alive! :) WB Iso :P
  7. Brilliant! :D thx much. Works perfectly :)
  8. I could but the goal here is not using <table> ;)
  9. it doesn't... already had tried it :|
  10. Does anyone know a way that i can use the code below to make middle div's stretch vertically up to page full height, making footer to be on the very bottom (without scrolling the browser window) of the page?   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style> body { margin: 0px; padding: 0px; background-color:#000000; background-image:url(images/bg.jpg); background-attachment:fixed; background-repeat:repeat-x } #header { background: #438a48; width: 1000px; margin:auto; height:50px; } #leftcolumn { background: #267; float: left; width: 200px; height: 500px; } #top_center { background: #222; float: left; width: 100%; height: 50px; } #content { background: #fff; clear: both; width: 600px; height: 450%; overflow-y: scroll; } #container { width: 1000px; margin:auto; } #center{ float: left; background: red; height: 200px; width: 600px; height:500px; } #rightcolumn { background: blue; float: right; width: 200px; height: 500px; } #footer { background: #df781c; clear: both; width: 1000px; margin:auto; height:50px; text-align:center; } </style> <head> </head> <body> <div id="header">Header</div> <div id="container"> <div id="leftcolumn">leftcolumn</div> <div id="center"> <div id="top_center">top_center</div> <div id="content"> content </div> </div> <div id="rightcolumn">rightcolumnr</div> </div> <div id="footer">Footer</div> </body> </html>
  11. This seems to me that flash process had started so it bricked... as of this... warranty is void... :|
  12. And replying to your post... yes they will find out that the rom is not the original one...
  13. Then if doesn't work the battery "trick" ... i think only the manufacturer support...
  14. If you connect it to computer is it detected? Also, removing battery, wait 1-2 minutes, place again and power chord connected... nothing?
  15. @Spudinski: It is fair enough to assume he had it all backed up already as he was going to flash his phone's rom... ;) @Ecko: Samsung is better to flash with Odin, check xda forums to see what and how to do it, even there might be a few decent rom's there ;)
  16. enter on recovery mode... power off the phone. turn it on pressing power button+middle button (don't unpress until you see the recovery menu), then choose the factory reset! scroll lines with sound button, middle button to select!
  17. I think this has been done... not sure when/who but i know i've seen something like this
  18. I've used IRC since dark ages (Effnet, Dalnet, Undernet, PTnet (local)) been there for a few years used a lot of /kill;/akill/kline, though... i don't use it for... 10 years. Bitchx, mirc (the evil 7th sphere), xchat and later irssi, were the main clients i've used through the years... and, i did a lot of IRL friends using it. As Nickson said... is pretty old, i remember using it back in 94. These days and mostly because people simply are not fancy with plain text and rather have those numb messages full with lame smilies for every single word... MSN is the choice...
  19. I noticed it as well, a few copy/paste i made were simply awfull with a few rewrites needed :|
  20. hmmm... thought you couldn't post... that is browser preferences somewhere... and it happens everywhere or just here?
  21. Lithium

    Odd situation

    existing .png images...
  22. Lithium

    Odd situation

    I have a file that loads me up a few random images. It works every odd attempt to reload the page showing the images, failing all even, not showing images, only a broken image sign. Same file on different servers, works flawless. Any idea on what can it be?
  23. ALTER TABLE `gangs` CHANGE `gangMONEY` `gangMONEY` BIGINT( 20 ) NOT NULL DEFAULT '0'
  24. I do know validators throw error as of HTML 4 though ALT attribute is mandatory ONLY as of HTML 5 :)
×
×
  • Create New...