Jump to content
MakeWebGames

Revolution

Members
  • Posts

    147
  • Joined

  • Last visited

    Never

Everything posted by Revolution

  1. Re: Counting (nr game) 807
  2. Re: Counting (nr game) 805
  3. Re: Counting (nr game) 800 :-D
  4. Re: Counting (nr game) 798
  5. Counting (nr game) 794
  6. Counting (nr game) 792
  7. validation mod Have a look at this: http://uk2.php.net/gd (hopefully that is the problem - if not then I have no idea why it wont work) Anyone using that WAMP server seen on other posts can simply edit the following in the php.ini file: Find ;extension=php_dbx.dll ;extension=php_exif.dll ;extension=php_fdf.dll ;extension=php_filepro.dll ;extension=php_gd2.dll ;extension=php_gettext.dll ;extension=php_ifx.dll ;extension=php_iisfunc.dll ;extension=php_imap.dll ;extension=php_interbase.dll   remove the ; as seen below:   ;extension=php_dbx.dll ;extension=php_exif.dll ;extension=php_fdf.dll ;extension=php_filepro.dll extension=php_gd2.dll <<<<<GD library ;extension=php_gettext.dll ;extension=php_ifx.dll ;extension=php_iisfunc.dll ;extension=php_imap.dll ;extension=php_interbase.dll
  8. validation mod you would probably have to contact your host provider - or if its on your localhost edit the php.ini (always make a copy before any changes) - I would suggest looking it up on google. I was able to enable it doing that
  9. validation mod Might need to enable the GD library or something like that. I've come across similar ones that needed that enabled, maybe this is the same? Also check your image is background2.png and not saved as a jpg or bmp etc...
  10. Counting (nr game) 788
  11. cron ^^ well if it runs when you do it manually then your cron set up is wrong - might want to show us what you have put via a screenshot or as good as you can through text.
  12. cron ^^ might want to check your id/passkey again
  13. Counting (nr game) 778
  14. setting xp for crimes ((WILL*0.8)/4)+(LEVEL/4) (80% of the users current will divide 4) + (users level divided by 4) eg full will and level 1 (20) + (0.25) =20.25 <<<<result This is the number the user must get below when a random number is generated. eg 10 = pass 20 = pass 21 and above = fail or so thats what I heard, hope its right :hmmm:
  15. Counting (nr game) 776
  16. 3 Word Game why not sassy?
  17. Counting (nr game) 769
  18. Counting (nr game) 767 :whistle:
  19. Counting (nr game) 760
  20. Counting (nr game) 758
  21. Counting (nr game) 755 :bleh:
  22. Counting (nr game) 753
  23. 3 Word Game More like alot!
  24. 3 Word Game its gone wrong! :hyper:
  25. Counting (nr game) 751
×
×
  • Create New...