Jump to content

cbox


Dark Slipstream

Members+
  • Posts

    2746
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Dark Slipstream

  1. If my MSDN Account still existed, I could've just given you a direct Microsoft MSDN download and retail key, legally. But nooo, Ostriches had to go and kill the account. >.>
  2. If you use C# to connect entirely, it's extremely insecure. Especially with all those decompiling retards out there. You need to make a PHP script connect to your database, and echo the relevant information. You just connect to the PHP page using the user/pass, then the page will pass it to the database and output if it was a correct login. IPS has login code for developers if you have an active customer account.
  3. Just to clerify, you should have an HTTPS login/logout redirect to the https version of your homepage. That way the remaining secure POST data is sent to another secure page, then people can just leave that page.
  4. This belongs in the Tutorials section.
  5. You can register without an invite... lol
  6. Your profile incorporates ALL board posts, even the ones that are not counted in the forum.
  7. Not sure why everyone is so protective or iBotModz VIP. >.>
  8. Codeveil is decompilable, for those of us who have the decompiler lol...
  9. Beleive it or not, the actual screen resolution doesn't affect a computers speed too much. -> Unless your using Vista/7, and use Aero. You could disable visual effects, that would improve performance.
  10. Something about that sentence says something about iBotModz... I can't quite put my finger on it...
  11. Why isn't my name in the credits? Lots (yes, lots) of the stuff in there uses my sources. :/
  12. Yeah, I have a program that does this.
  13. I'll save everyone the problem. Here is a forge gametype (you can find it under the Slayer category). forge.rar
  14. If it's obfuscated using {sa}, some people can still deobfuscate. Unless you're using 4.0, then it's safe for now.
  15. It appears you own a website. Why don't you use the php mail() function to send email from your hosting, rather than built in? It's faster, more secure, and less code.
  16. Depends. DevKit: Alteration. Retail: Even though I have made several apps for H3, I have to admit that Forge takes the cake.
  17. I am not running a proxy, and it tells me I should register at iBotModz.net when I click signin.
  18. I can't sign in. I know I have enough posts and reputation. >.>
  19. So, I posted my own link. Thanks for sharing.
  20. It's only when logging in or logging out.
  21. If system updates are LIVE files (I assume they are), the are signed to your console. So you could remove it, but you would never resign it lol..
  22. Local Login string password = txtPassword.Text; if (password == "beta_tester999") { //Execute Code } else { //Show Error } Remote Login string password = txtPassword.Text; string rcPassword = default(string) try { rcPassword = new System.Net.WebClient().DownloadString("http://domain.com/rcpass.txt"); } catch { //Show (Connection) Error return; } if (password == rcPassword) { //Execute Code } else { //Show Error }
  23. http://www.playfire.com/win-codmw2/313739383235 Click the link above and fill out the survey for your chance to win the prestige edition of Modern Warfare 2!
  24. Click Here: http://www.ibotmodz.net/forum/login.html. (While signed out) The HTTPS automatically redirects back to HTTP.
×
×
  • Create New...