Jump to content
MakeWebGames

Sim

Members
  • Posts

    2,392
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Sim

  1. ive done this with mc-code v2. =) not sure if I still have the files but it was fairly simple ot do. PM ME
  2. I even wear a wizard hat when I code.
  3. I didn't know they was for that purpose. i thought ti be neat though.
  4. 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. =]
  5. mwhahahahah look
  6. I prob qualify for wizard of the mont -_-
  7. i-trader mod
  8. dreamweaver ;]
  9. looks nice illusions. you produce a lot of quality things on here that are unique.
  10. correct.
  11. yea. I guess advertising space would be a better category then links.
  12. a Websites Category a Scripts Category maybe a links category? =)
  13. lol @mdshare ;]l
  14. 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.
  15. 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
  16. phpBB3 has a register user function =)
  17. http://www-128.ibm.com/developerworks/library/os-php-flash/index.html?ca=drs-
  18. 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); }); }); });
  19. 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
  20. I'd like to view source to view if its a true brute force and not just a password cracker. ;]
  21. I have been coding for over 10 years and urgently need some work to pay for hosting so if your going to hire someone HIRE ME!! I have been around on these forums for awhile so a lot of people can say I have a good reputation. latest 2 examples of code: http://www.antgaming.com http://rpg.antgaming.com
  22. bump: price lowered to 5$. 10$ for installation.
  23. nice TIPS
  24. i want to take a look at this mod. my msn is [email protected]
×
×
  • Create New...