Jump to content
MakeWebGames

Zero-Affect

Members
  • Posts

    3,713
  • Joined

  • Last visited

    Never

Everything posted by Zero-Affect

  1. you win a pair of concrete shoes and a boat ride on the Mississippi ;)
  2. Oh yeah basically it's a short version of IF-ELSE
  3. Now that i didn't know... I used to create crackers in Visual Basics which basically only worked if they were exact passwords, i also had issues with large lists like you SeanyBob. I do actually still have about 20 mb's of word lists involving pet names, ladies, men, arab and so on if anyone is interested... lol Fruitful pasts are so interesting i think. Note i do know 20 mb's is small compared to the tb's of them out there but ain't bad for 5 years old lists lol Also i've not opened VB in several years i wouldn't mind the source of this also just to see if i still remember anything. Question i just asked myself, winsock? If the bad login message is multiple lines would it be html or /r to signify new line ie   would it not be easier to just check if it goes to a specific file like on MC loggedin.php after authenticate, and stays on authenticate if there's a problem.
  4. Nicholas you know where you can get it... just ask me on MSN.
  5. wow now that's alot of deleted posts, I would have to say Kdawg yours looks nothing like BoGFx's sorry... Nice work BoGFx
  6. or if people actually went to php.net they could of read what i did like 9 month ago language.operators.comparison
  7. I only use MC on one of my websites and due to the massive amount of editing i wouldn't call it MC anymore, also my new website doesn't use MC so... and yeah i say MC is crap i should know i've got 2 years experience with fixing and editing it (god that's sad).   ^your kidding me right? Learning from MC is idiotic i should know i did it, most of the code in MC is rather crap or insecure (personal opinion), i still can't believe Dabs got away with selling it.   Your opinion is noted... My opinion is get a few books, tutorials or maybe to college and learn how to code in multiple languages in a much easier way. MC for learning is the most ridicules thing i've heard since the french were considered humans...
  8. used google? lol good man
  9. good work mate, looks simple but simplicity always gets me i prefer simple than complicated
  10. Yeah the ternary operator is confusing as people seem to misunderstand it, it is very straight forward but many people on here probably didn't even know the name till just now (they won't abit that) but it's true most of them learn stuff from others IE ternary operator from lostone's codes. but yeah Alabama looks good mate.
  11. looks quite interesting, i don't read books though but seems very informative from the index.
  12. if SHA1 is infact a hash it's explosively impossible to reverse therefore the only technique of "cracking" would be to use charts and i don't imagine every single alpha + numeric + symbol submittable has been recoded in all different ways into SHA1. I really don't imagine it's possible.
  13. this one is pretty cool, it's not a clock but it's better than the generic php time [lmgtfy]javascript server time clock[/lmgtfy] Second result down Quote from javascriptkit.com: <script type="text/javascript"> // Current Server Time script (SSI or PHP)- By JavaScriptKit.com ([url]http://www.javascriptkit.com[/url]) // For this and over 400+ free scripts, visit JavaScript Kit- [url]http://www.javascriptkit.com/[/url] // This notice must stay intact for use. //Depending on whether your page supports SSI (.shtml) or PHP (.php), UNCOMMENT the line below your page supports and COMMENT the one it does not: //Default is that SSI method is uncommented, and PHP is commented: var currenttime = '' //SSI method of getting server date //var currenttime = '<? print date("F d, Y H:i:s", time())?>' //PHP method of getting server date ///////////Stop editting here///////////////////////////////// var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December") var serverdate=new Date(currenttime) function padlength(what){ var output=(what.toString().length==1)? "0"+what : what return output } function displaytime(){ serverdate.setSeconds(serverdate.getSeconds()+1) var datestring=montharray[serverdate.getMonth()]+" "+padlength(serverdate.getDate())+", "+serverdate.getFullYear() var timestring=padlength(serverdate.getHours())+":"+padlength(serverdate.getMinutes())+":"+padlength(serverdate.getSeconds()) document.getElementById("servertime").innerHTML=datestring+" "+timestring } window.onload=function(){ setInterval("displaytime()", 1000) } </script> [b]Current Server Time:[/b] <span id="servertime"></span></p> <p style="font: normal 11px Arial">This free script provided by [url="http://www.javascriptkit.com"]JavaScript Kit[/url]</p>
  14. lol why not just put something in cron to check if they have been on that day, if not warn them they may lose their job and if they ain't been on for 2 days warn them again, and finally fire them
  15. I don't recall talking to you or seeing you around but i'd like to say Welcome Back to MWG
  16. That looks amazing, i don't have it but have heard good things.
  17. hope your not going to mention LFI/RFI lol like Bug over there
  18. unusual im assuming that's old code right? couple of years maybe?
  19. you could always employ someone to secure it though
  20. damn when i was 11 i knew "no glove no love" i mean that's something every kid should be told and maybe fathers should be more protective of their daughters, i'd beat the hell out of anyone who touched my daughter(if i had one god im only 20...) lol
  21. or buy v2 and get mods the difference is some people don't work with v1 but it's not so difficult to convert to v1 and v2 costs more but does have more features. MCC all suck though so pointless really.
  22. Them queries so they can be used to pull every single column in all of the selected tables so i wouldn't think there is a way, short of predefining all columns at beginning of files and inputting that above require "globals.php"; (possible), i may actually do this unless someone thinks of a better solution.
  23. $xm=$db->query("SELECT * FROM items WHERE itmbuyable=1 ORDER BY rand() LIMIT 1"); ... guess what im going to say lol ok so your using 2 columns but pulling 15 (depends on items table) you have to be kidding me $xm = $db->query("SELECT `itmid`, `itmname` FROM `items` WHERE `itmbuyable`=1 ORDER BY rand() LIMIT 1"); maybe better? I know alot of you will think "oh its small who cares" think global not local, if that's in many places then it's a issue specially with 1000 users online im sure it would be.
  24. Interesting statement and very true to a extent, there are multiple encryption which can be used on scripts to prevent re-distribution a simple   $just_a_simple_variable = "code here"; if ( $_SERVER['SERVER_NAME'] != 'www.domain.com' ) { echo 'Fake copy of script'; die; } // important code here in encryption... simple really but make sure the important code is actually very important. i believe it's called ioncube - never used it but it comes recommended
  25. I have a problem with it though and since i do the same exact thing i wouldn't want it getting out because i make money from it, it's a business so basically i was keeping it civil rather than saying "don't ....ing do it because we all lose out for your mistakes" and Immortal hows the weather up there? Money makes the world go around nothing in this life comes free, Immortal you have a daughter who needs money yet you agree to MTG saying he doesn't care if he secures one site for 150 bucks and it's around everywhere so then you have no income from that then? diapers and milk cost money. MTG i have no issue with you but that concept is ridicules maybe you should consider copyrights if your going to be careless and work for people with a lets say dubious past, i have respect for you Anthony but your not just effecting yourself with these statements you have to look out for your comrades also, if not then we won't for you and then it all goes bad. Take a look at Cronus he had respect now he's a washout and just because he uncut others to make a quick buck. This isn't just my opinion i've got many friends who have tried contacting him on issues to find his (after sale) manners to be bad but before sale they were great. No one wants to be like Cronus (no offense intended).
×
×
  • Create New...