Jump to content
MakeWebGames

KDawg08

Members
  • Posts

    294
  • Joined

  • Last visited

Everything posted by KDawg08

  1. Re: [v1] NEW LOGIN MY FIRST [V1]   Kinda harsh sounding. But aside from that, Considering it's just a modification of somebody elses mod, It states in the forums to give original credit to the user. His just says "modified by ME created by someone else" Who?
  2. Re: monorail nice and simple, thanks :)
  3. Re: setting xp for crimes   Sorry i'm a little slow with coding and still in the process of learning as this is my first attempt at modifying scripts for games, as it is, i'm using this to learn as a for fun experience to improve on scripting. Could you possibly explain this to me a bit? lol the coding/editting you just explained sounds more complicated than it probably is.
  4. How can i change it so hall of fame for money isn't based JUST on the money "ON HAND" I would like it to add up money on hand and money in the bank... Here is the code in halloffame.php (Version 1)
  5. Re: global_func.php seeing as this was posted in september this probably means nothing but here...   The part that says global $db is line 325...
  6. Re: setting xp for crimes Is there a way to seperate Experience from Success Money? How would i go about doing that?
  7. Re: [v1] NEW LOGIN MY FIRST [V1]   Doesn't matter, you're still obligated to tell what mod and who created the original.
  8. Re: Ajax chat for V2 I have a problem... Everytime someone types the word "he's" it does this: also for :'( it does this basically anything with a ' in it adds a \ before it. Anyway to fix that? (V1 version)
  9. Re: Ajax chat for V2 does this have a built in auto refresh by chance?
  10. Re: Registration problem at 50 members by the way i'm using version 1 scripts.
  11. Re: Ajax chat for V2 Oh very nice i thought i was on v2 :/ i did PURCHASE v2... i'll have to complain to DB at mccodes. Anyhow, How could i convert to version 2 without ruining the users and such. And is there a way to remove the 50 registered users limit? Nobody else can register and i didn't modify the PHPMYADMIN or the SQL or the register page...
  12. Re: Ajax chat for V2 The one problem i have here is that i don't have a file called globals.php. I have one other issue but not with this... it's that after 50 members nobody can register :/
  13. Re: Register Prob... 50 users no more can join... nosir, i'm on a paid host and i basically have full server access other than SSH
  14. Re: Html HTML/CSS/PHP and i would recommend reading up on how to use PHPMYADMIN also. If you learn those 4 sections then you should be good for most of it.
  15. Re: Register Prob... 50 users no more can join... Nope, it's just the standard scripts with minimal edits i'm just trying to get it running smooth at the moment but the registration is bugging out terribly nobody can register after 50 members..
  16. Re: Crimes Go into your PHPMYADMIN. Find your SQL and click to view the crimes in the section called Crimes find the crime you want to change the difficulty of and click the edit button. After it's opened look for this section "crimePERCFORM" PERC FORM = Percentage Formula i believe but i'm not sure. for example for the Council one that is standard the crimePERCFORM is ((WILL*0.8 )/1)+(LEVEL/4) it will take the users WILL % and multiply by 8, then take the answer of that and divide it by 1(unsure why) Then it will take the users LEVEL and divide it by 4. After that it will take both answers and ADD them together for your percentage of success. This may not be completely accurate but this is how i've come to learn it... Nobody is around to help with my registration issue so i'm doin what i can to figure that out myself..
  17. Re: Something happened to my Game go to REGISTER.PHP and search for this mysql_query("INSERT INTO userstats VALUES after that change all the numbers to look like this mysql_query("INSERT INTO userstats VALUES($i, 10, 10, 10, 10, 10)", $c); that will set all the stats to 10 upon registration
  18. Re: Register Prob... 50 users no more can join... anyone else got any suggestions?
  19. I have the v2 pack from mccodes, I have a huge huge problem though.. I have been working on the basics such as colors and stuff like that, not much more yet. After 50 members, nobody else can register to my game... Any idea why? It is the original SQL setup and the original register.php file...
  20. Re: Registration problem at 50 members Yessir, Original signup page, all i did was remove the section for a promo code.
  21. Re: Registration problem at 50 members   Yup that's the problem, My database isn't reading any new members. it's as if it's just a fake registry page but it was workin an hour ago
  22. Re: Registration problem at 50 members the last user to register had the name Matthew:) <---exactly like that. Could the :) be the issue?   NOPE i just changed his username
  23. Re: Registration problem at 50 members i sent it in a PM because i don't know if it's against the rules to post a link in here.
  24. Re: Registration problem at 50 members It's weird as it basically tells them they registered. But after that they go to login and nothing works. I checked my PHPMYADMIN USERS and they don't exist.
  25. Re: Registration problem at 50 members My SQL was fine and everything works other than stuck at 50 members the register page wasn't even modified
×
×
  • Create New...