Jump to content
MakeWebGames

mdshare

Members
  • Posts

    2,018
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by mdshare

  1. mdshare

    Favorite TV shows

    Re: Favorite TV shows Lost CSI miami
  2. Re: Counting (nr game) 910
  3. Re: Counting (nr game) 907
  4. mdshare

    Im Bored

    Re: Im Bored lmao just seen the High Heel Race held in Belgium every girl/woman was allowed to participate on a 500m run, winner 5000 euro never seen so many hitting the ground
  5. Re: help the kiddies nice giving a day on donations towards charity
  6. Re: Good idea!! That's because most are jealous of each other, I still don't get it why there has to be so much jealousy between game owners. 4 billion USD was the online game market last year in the US alone .... looks like the cake is more than big enough.
  7. Re: Good idea!! It didn't ruin it all It made game owners to be more inventive, create templates, mods , etc... Instead of 100 same games (same layout, same crimes, etc)
  8. Re: Coding Contests could be done once subscriptions are activated 2 categories/2 prizes price would be 1 year hosting for each category
  9. Re: Good idea!! totally free games are more like a charity.... been looking around and gathering info... totally free games have a avg of $1-$5 a month on donations, got even info on one that exists more than 2 years and only made $100 in it's existence
  10. Re: IRC Set-up help! it's installing IRCd doesn't has to see anything with a chatroom by the looks of it you have installed the latest IRCd where you have enabled SSL while you don't have Secure Socket Layers on the server. If this is your first time setting up an ircd, I suggest you spend some time reading up server config, how IRC networks work, etc. etc. You really should make sure you know exactly what you are doing before you go putting up IRC servers...open to all , well nasty dangerous horrible stuff. http://www.vulnscan.org/UnrealIrcd/unreal32docs.html
  11. Re: Dutch - Nederlands tribalwar.com a clan/tribe/faction site with aprox 14,000 members holds several
  12. Re: Dutch - Nederlands ah afrikaner [me=mdshare]has some afrikaner friends we conversations are understandable in flemish/afrikaner (much closer than dutch/afrikaner)[/me]
  13. Re: Good Places to Advertise? that's why I have to check my logs when the campaign is finished
  14. Re: Good Places to Advertise? www.reachads.com is new but slow (add campaign launched yesterday at 3 cent/click) Name Views Clicks CTR CPC Cost Options CE 28,310 11 0.04% $0.03 $0.33 I don't even know on which sites it's displayed, so I'll check my logs if the ad campaign is finished. Owner claims that ads are only displayed at game comunities/games
  15. mdshare

    Google OS

    Re: Google OS yea I likd it, very good worded
  16. Re: Hmm this section needs something looked at by a smf developer (showed him your stuff ;) )   In general, whitelisting works best for security purposes as it only allows things you have defined. If you are permissive (blacklist), an attacker can try a vector you have not anticipated and get around things. Remember the principle of least privilege.   You don't need to abandon MD5, but you shouldn't be using it for security purposes. Dictionaries of common (or even all possible) hashes is nothing new. The best (and a rather old) solution is to salt the passcode before hashing it. Doing this stops dictionary attacks as even the proper reverse text will be invalid as you'd need to account for the salt value. That leaves the cracker to brute force, which will take significantly longer. MD5 is fairly quick to brute due to flaws in how it was designed, so I wouldn't use that for passwords anymore. Likewise, SHA1 has been "broken" and looks like it might start getting easier to brute as well, so look at using a more secure hash method when security is vital.   Sometimes you need a process to run once a minute, sometimes you just can't get past it. However, if you only need a job to run at a certain time, schedule it just for that time, it keeps the load down. If you need it to run periodically, always ask yourself what is the longest period it can go without running.   Expanding a bit, get a code style and stick to it. Being consistent in how you write your code will help when you need to look it over in the future. For functions, documenting the purpose, input, and output at the top of the function is a smart thing. If you did something tricky or something unclear, put a comment by it so you know why it was done. Keeping your code straightforward is the best documentation you can do. You don't need huge comments unless you are either doing formal code documentation or the code is so complex, you can't understand it in by scanning it over, and comments that big are often more of a hindrance than a help.
  17. mdshare

    Google OS

    Re: Google OS lmao (april fools) ok I've been a bit late with this but Google OS is just fake it's a co-branded version of Ubuntu (linux) used in google offices some copies left their offices and the hoax is made that google develops their own OS.
  18. mdshare

    Google OS

    ....
  19. Re: IRC Server ? http://www.darkstarllc.com/services/irc-hosting/
  20. Re: similar to karma download smf and alter the karma.php
  21. Re: 3 Word Game of the infamous
  22. Re: Counting (nr game) 896
  23. mdshare

    speedtest

    Re: speedtest there must still be a hell of a lot of dialup users, btw choosing perth to connect to kills my speed drops to 4000kbps
  24. mdshare

    speedtest

    my upload sucks :( can't have it all
  25. Re: READ THIS PLEASE lol should I get interfered.....
×
×
  • Create New...