Recent content by iKonroi

View posts by iKonroi View threads by iKonroi
  1. \\ RazerGaming || Re-Launch //

    Top notch site man. Love the new design, let's hope you keep it. The red with "Error" really has a smooth blend.
  2. Simple HTML Calculator

    RE: Simple PHP Calculator You sir must be a little stuck on stupid today. The topic title is wrong. So was that quote this is NOT php for the last time. It's no more of javascript and html. You even failed to name the file correctly. Its nothing more then a html document, just because you...
  3. Simple HTML Calculator

    RE: Simple PHP Calculator No, dude how about this. Just stop posting shit period. You have no clue how to fucking code. I didn't relies this but you call this a "Simple PHP Calculator" when it's not even PHP. The entire script is made up of javascript and html alone. Lmfao, you're doing this...
  4. Simple HTML Calculator

    RE: Simple PHP Calculator Stop copy pasting. Also, javascript is the worst way to do it. PHP would be about 50 lines shorter lmao.
  5. Change Your IP Quickly

    No, you're wrong this is not for all routers and all ISP service types. First of all you unplug then plug in your modem not the router. Second of all this is ONLY if you have a dynamic not static IP ONLY WAY TO CHANGE YOUR IP: If you have a static IP you're not going to be able to do this...
  6. Send email from any address - PHP Mail Spoofer

    No one will ever learn to code them self's like this man. They will just copy / paste then call it there work. So why not just provide the function of it then they can figure out how to use POST or even GET.
  7. Send email from any address - PHP Mail Spoofer

    How am I annoying because I shortened up his code by about how many fucking lines? and got right to the point and heart of the function. And made it so you didn't need to download / save scripts. Lmfao.
  8. GeoIP high quality database API & Parser

    Yep or you can use http://ikonroi.com/geo.cgi for free use, but non-external and website use. I sell key's for only $5.
  9. GeoIP high quality database API & Parser

    I have coded a very basic GeoIP table and parser for the results. As well as formed a nice little API for it for external use. Anywho, API information / purchase: http://ikonroi.com/geo_api.cgi If you would rather use the free built in resolver refer to http://ikonroi.com/geo.cgi The parser is...
  10. What Language(s) Do you code in?

    Python2.7, PHP6, Perl (All CGI langs) c#, c++, assembly, html5, css, MySQL (Some will disagree this being a lang), bash. Fuck java, no such thing as security with it. Fuck VB.NET syntax is retarded.
  11. Send email from any address - PHP Mail Spoofer

    This is retarded, all you need to do is: I made you a function so all you need to do is call it with your needed parameters. function send_mail($from,$to,$subject,$body) { $headers = ''; $headers .= "From: $from\n"; $headers .= "Reply-to: $from\n"; $headers .= "Return-Path: $from\n"...
  12. Favorite scripting lanuage?

    The languages I work with are: Python, perl (All CGI langs), c++, c#, php, MySQL (some may disagree it's a lang), bash, html (does not count lol) My favorite is PHP, second favorite is python.
  13. Looking to get a gaming pc

    CPU is AMD, don't buy it. Some gaming machines may seem very good on the internet and listed cheap. But it means it has an AMD CPU. Personally I wouldn't touch it. Just buy all the parts and build your own rig. Cheaper, and more stable.
  14. Computer screen problems :(

    Two things. 1. Your monitor is an LCD black lit display and is burning out 2. Your machine is not in a well cooled and vented area and your graphics card is taking a shit.
  15. How to change your IP in less than 1 minute

    Nice copy and pasted topic. You have no fucking clue how networking works to any level. You're the biggest fucking idiot. Also that is not your external IP address. ONLY WAY TO CHANGE YOUR IP: If you have a static IP you're not going to be able to do this If your IP is dynamic then goto CMD and...
Back
Top