Jump to content
MakeWebGames

Sim

Members
  • Posts

    2,392
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Sim

  1. I don't like -_- Looks like a lot of the coding has been stripped from other sources. the html and php are in same files which is another thing I don't like. =)
  2. ahh. I understand now. =) thanks bud. Fixing that now. =)
  3. How about click save back save back save back save ? I think it matters to have a better and fast way to create the game. @ Sim No input validation ? No styles ? Oh, almost forgot your password field it's actually a text field ? ( referring to game register) what you mean by no input validation? Style's will be coming soon. I alllready have that part programmed, just not implemented.
  4. Main Site page: http://rpg.antgaming.com Demo Site: http://rpg.antgaming.com/game/Demo/ User: Demo Pass: demo Feature List as of Now: User Game Features: Crimes Battle NPC's Attack Players Dungeons Mugging Players Crime Records Train Shop Inventory Treasures In-Game Forums Houses Userlist Users Online User Profiles News   Game Admin Panel: (for those that create there own games @ http://rpg.antgaming.com ) Add Crime (AJAX) Manage Crimes Add Crime Groups (AJAX) Manage Crime Groups Add Items (AJAX) Manage Items Add Houses (AJAX) Manage Houses Add News (AJAX) Add Navigation Buttons ( replace navigation links) Edit CSS File (to change apearance of game) Add NPC (AJAX) Edit NPC Add Dungeon Edit Dungeon Add Treasure Edit Treasure
  5. interested as i am doing something like this myself and have no artists =)
  6. ive done this with mc-code v2. =) not sure if I still have the files but it was fairly simple ot do. PM ME
  7. I even wear a wizard hat when I code.
  8. I didn't know they was for that purpose. i thought ti be neat though.
  9. I need an image to replace this one that says N/A. Doesn't need to have a small character image, but would be nice. =]
  10. mwhahahahah look
  11. I prob qualify for wizard of the mont -_-
  12. i-trader mod
  13. dreamweaver ;]
  14. looks nice illusions. you produce a lot of quality things on here that are unique.
  15. correct.
  16. yea. I guess advertising space would be a better category then links.
  17. a Websites Category a Scripts Category maybe a links category? =)
  18. lol @mdshare ;]l
  19. basicly I need 4 arrows. 458x270 is the dimensions of the default image so i need 2 arrows for hte top and bottom thats the same width of the image and 2 arrows on the left and right that are the same height as the image its gonna be used for a travel system.
  20. 458x270 is the dimensions of the default image i need 4 different arrows sorta like this mockup I did. http://rpg.antgaming.com/screens/example.JPG
  21. phpBB3 has a register user function =)
  22. http://www-128.ibm.com/developerworks/library/os-php-flash/index.html?ca=drs-
  23. when i submit my form, it shows teh alert box news successfully added in IE, but when I check it in FireFox, it doesnt show that message or add the news to the mySQL DB. any ideas whY?   $(document).ready(function(){ $("#save").mouseup(function () { $("#error").html("Saving..."); var News = document.form1.textNews.value; var Subject = document.form1.textSubject.value; var GameName = document.form1.hidden.value; //$.post("./gamefiles/admin/js/ajax/crimegroupadd.php", $('#form1').serialize()), $.post("http://rpg.antgaming.com/gamefiles/admin/js/ajax/newsadd.php", { textNews: News, textSubject: Subject, hidden: GameName }, function(data) { alert(data); $("#error").html(data); }); }); });
  24. no its not. a password cracker just uses a word list to check if the password is right or not. brute forcer cycles through chars to check response time ex: password: "abc"   abd = responds faster as first 2 letters are correct ace = responds faster then abd but is wrong bcd = responds fastest
  25. I'd like to view source to view if its a true brute force and not just a password cracker. ;]
×
×
  • Create New...