Jump to content

spyrorocks

Active Members
  • Posts

    704
  • Joined

  • Last visited

About spyrorocks

  • Birthday 07/12/1993

Profile Information

  • Location
    Neverland Ranch
  • WWW
    http://www.spyrorocks.com
  • Interests
    Programming, Dirtbiking, Soccer, Hockey, Computery Things, Eating.

Recent Profile Visitors

600 profile views

spyrorocks's Achievements

Universalist

Universalist (7/7)

1

Reputation

  1. Actually, never mind. I figured it out, just set the "extended control style" to "0". Good to leave this here for reference for anyone else with the same issue.
  2. Hey guys, Just wondering, is there a way to remove the border that is around an input control? I can't find anything in the documentation about that. Thanks, SR
  3. You might find this useful... From the autoit help file.
  4. Heres a serverless lan chat app I made a while ago: http://www.autoitscript.com/forum/index.php?showtopic=60085 It probably needs a recode.
  5. Hello, all! Something that has interested me recently is the scriptcontrol use in autoit. It allows you to execute vbscript using a COM object inside your autoit script. See the examples here: http://rookscape.com/vbgaming/tutBQ.php (Its in VB though) Now, what im wondering, is how would I transfer those VB examples of creating functions in autoit and allowing the vbscript to access my own autoit functions? Thanks, _Brad
  6. Is it just me, or do some of these functions like sha1 crash on windows server 2003? EDIT: Yes, I am right, they all crash on windows server 2003. Tested using current release of autoit and tested using newest beta, they all crash. WARD, or someone else with access to server 2003, id really appreciate it if you could fix this.
  7. External UDFs that are included with autoit, so it really doesn't matter. I don't really ever have a need for external IP addresses, but since you guys were making functions to get them...
  8. #include <INet.au3> func _GetExternalIP() ;Spyrorocks' Simple _GetExternalIP() function. Doesn't get much easier than this. return _INetGetSource ("http://www.whatismyip.org"); endfunc Oh yeah.
  9. In theory, one could set up a local proxy and have it return false info for that URL, or even add a hosts file exception. Its a good idea, just easily bypassible.
  10. I write all my code in notepad.
  11. OK, just finished my second autoit guestbook system. It uses SQLite as a database, and has a simple templating engine. Take a look at it in action: http://www.au3.us/guestbook/ And download it here: http://www.au3.us/projects/au3guestbook.zip Features: -Simple Templating engine -BBCode support -Basic admin panel for deleting posts Install: Simply change the index.au3 file extension to whatever extension your webserver is configured to execute AutoIt scripts is. For example, mine uses "a3w". The script will automatically detect the extension change so no need to edit the code! Use your webbrowser to navigate to the script and follow the on screen installation. Feedback appreciated!
  12. Id really like to get this rolling again. I love autoit web development. BTW, my server runs abyss webserver. Im almost done a pretty nice guestbook script.
×
×
  • Create New...