Jump to content
MakeWebGames

Isomerizer

Members
  • Posts

    1,170
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Isomerizer

  1. Re: [$25] Farm Mod For people that are lazy... and cannot edit... Ive made farm animals into seed's. And the animal farm can also be a drug farm now... Just tell me what sort you want, animals or drugs. And i'll send. If you want both, it cost an extra $5, so $30 for drugs and animals. :wink: $25 for one. Tho it is originally made for farm animals.
  2. Re: Update MySQL Table Using An Array   Google parts of the code?
  3. Re: 3 Word Game was, because he
  4. Re: lite crons   Cron protection. Will normally be something like cron_day.php?key=agv45vd But i dont think lite has cron protection, Im sure v2 does.
  5. Re: lite crons My cron guide should explain how... lite is pretty similar crons to v1 i think...
  6. Re: [$25] Farm Mod   dude i know how to edit mods im not that stupid. and anyways bro the reason i said it is Caus ei was making a point and if your as busy as me doing things and jobs for people you wont have time to piss around with a mod editing it all so it fits a criminal game. and if i did edit it all ill probably grow cocain or something i dunno. but the reason i ahvent brought it yet is because as soon as the mod came out i recieved a pm from Isomnerizer. "GO BUY MY MOD NOW!" or something like that so taht jsut made me do the totally oposite thing and not buy it. not yet anyways. Rofl, That was a joke... And thats not the reason. You saw it before i even sent you that message on msn. And told me you wouldn't be purchasing it.
  7. Re: [Free] [v1] Profile Image Uploader   Its not done yet... The script that ferdi posted didnt work =/
  8. Re: [Free] [v1] Profile Image Uploader   Oh right, I never knew "hehe" meant no...
  9. Re: [Free] [v1] Profile Image Uploader Ok i think its secure now.... Not sure about the script in an image file tho...   Used this..   if(!$_SERVER['REQUEST_METHOD'] == "POST"){ echo "Bad Bunny!"; $h->endpage(); exit; } if(!isset($_SERVER['HTTP_USER_AGENT'])){ echo "Go away!"; $h->endpage(); exit; } $headerinject = array("Content-Type:", "MIME-Version:", "Content-Transfer-Encoding:", "bcc:", "cc:"); foreach($_POST as $k => $v){ foreach($headerinject as $v2){ if(strpos($v, $v2) !== false){ logBadRequest(); header("HTTP/1.0 403 Forbidden"); exit; } } }   What imma stick in my global func 8-)
  10. Re: [Free] [v1] Profile Image Uploader   Meh i had no idea how to secure a script when i made this... I'll update it soon.. Next hour or two :P
  11. Re: [$25] Farm Mod   haha, thats what i told him when he was making it Why would a gangster search the streets for a meesly $10-$20... :|
  12. Re: [Free] [v1] Profile Image Uploader   Thats your error not mine. The script works, You must have missed something or not put in the right ftp details.
  13. Re: [$25] Farm Mod   v1 atm, I can convert for free though.
  14. Re: 3 Word Game then realised that...
  15. Re: New Here and beta Game Screen Shot The screenshot on image shack wont load, But what i can see from the resized image's the template / layout looks pretty good :)
  16. Re: [$25] Farm Mod   Doom you read my mind, I was just gonna post something along the lines of if this doesnt fit your game just change a few words to , Drugs or anything criminal related. No need to edit any code, But... I reckon farm's does kinda fit in with criminals, Dude... they search the streets at first, that must be worse then farming. Its just another kind of job they have to do to start earning some cash :D
  17. Name: Farm Mod. Price: $25 - Animal or Drug Farm. $30 - Animal and Drug Farm. Paypal: [email protected] Details: Orignally made for farm animals, But i have edited and made a drug version, if anyone wants that instead.. Basically, you run your own farm, you can buy / sell / breed / produce / play / feed various farm animals. Produce, can make you money , your animals, lets say chickens may make egg's that you then sell... Breed.. Well pretty self explantory, 2 specie's with different gender's can breed and make another animal. Play... Play with animals to get there happiness up Feed... Feed them to rise hunger, Make sure they dont die. You'll be required to look after them Took me quite a while to make and get it all working. Screenshots Can be seen fully working @ www.amazon-survival.com
  18. Re: 3 Word Game ferdi the crazy
  19. Re: Huge Estate Problem   Your not suppose to reset the house's table.. This is whats caused the problem
  20. Re: Sql Comand   You replace column with the actual column... and it will change it to bigint20...
  21. Re: Huge Estate Problem To reset user's house your just suppose to set everyones will to 100... Did you reset the actual table house's? :|
  22. Re: Crons Guide   FAQ's: I cant find cron jobs or crontab's under my cpanel? "Your host does'nt support cron's" My cron's still don't work!? "Make sure mysql.php under cron's is correct" I don't have the cron's text file / Some cron's are missing? "You don't have a payed for version of DBS" :|
  23. Re: IRC Host I use this guy... http://www.zodiacsolutions.net/ircd.html Basic plan only $4, He sets it all up for you, and is very helpfull.
  24. Quick Cron Guide Ok, this should help you understand crons. 1. Make sure crons are uploaded on your ftp server, under "crons\are\not\4u" (You can change this on a later date). (If there not there, Copy and paste them from your DBS folder there be under "files\crons\are\not\4u".) 2. Now lets open the mysql.php under crons and make sure the details are correct. If they are, Re-upload them onto your server. (Now that your crons are located correctly onto your FTP server, Open up C Panel, And click "Cron Jobs" or "Crontab/s".) 3. Select "Advanced (Unix Style)". Now keeping this window open, Go back to your DBS folder, and double click crons.txt. Change all the "yourgameurl.com" to your actual domain E.G: * * * * * curl http://amazon-survival.com/crons/are/no ... spital.php Once you've done that you'll notice 5 *'s or 5 numbers and *'s to the left of each domain.... These indicate what goes in each box... If you dont get this part. Heres some example screenshots that should help you understand how to do this bit... The text file should look like this.. And under "Cron Jobs" it should look like this... If its like that, it should work. (Dont forget to click "Commit Changes".) FAQ's: I cant find cron jobs or crontab's under my cpanel? "Your host does'nt support cron's" My cron's still don't work!? "Make sure mysql.php under cron's is correct" I don't have the cron's text file / Some cron's are missing? "You don't have a payed for version of DBS" If theres anything else your not sure on or some information that should of been included in this guide please tell me. Thanks and i hope this helps!
  25. Re: XHTML Valid Game? This Page Is Valid XHTML 1.0 Transitional! Result: Passed validation Woot login.php is now xhtml valid http://validator.w3.org/check?uri=http% ... ne&group=0 :D
×
×
  • Create New...