ConsultingJoe Posted February 1, 2006 Author Share Posted February 1, 2006 Sorry, I realized that I was using 3.0.0. And should I be using the files from the first post, or are there updated files that work?Would you be able to tell me what files I should put on my server and which ones I should run on the computer? I've got a rough idea but I want to be sure. I'm trying to do what you did with your door, so is there anything else I should read or learn before I get started?Sorry for all the questions.. but thanks a lot!The Commandme.au3 is the server program that goes on the target PCThe action.php it the file that goes on the webserver and set it to execute with your ftp or what everThe test.html is the command center, put that on the webserver tooyou will need to change the info in commandme.au3And by the way I am trying to update a version that will work well.I want to use cdkids Mysql UDF's, but I am still learning.Good luck, feel free to ask any other questions, g2g Check out ConsultingJoe.com Link to comment Share on other sites More sharing options...
theguy0000 Posted February 1, 2006 Share Posted February 1, 2006 HERE'S THE AUTO DOOR OPENERVIDEO THE RELAY BOARD I USE, ITS GREAT, AND EASY TO PROGRAM I use lego mindstorms' motors, they don't a lot of torque but I geared them down to be a little slower but stronger. The other files are scripts and interpreters of the door relay board jsammarco@gmail.com (THE PICTURES EXPIRE IN 30 DAYS) The water bottles are the counter weights so their is always tension on the line. There are two motors on either side. (one near the closed position and one near the open position) [image] MORE PICTURESPICTURE PICTURE PICTUREcould you pleeaase update the pics? i wanna see those interpreters of the relay The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN Link to comment Share on other sites More sharing options...
ConsultingJoe Posted February 2, 2006 Author Share Posted February 2, 2006 could you pleeaase update the pics? i wanna see those interpreters of the relay movie Check out ConsultingJoe.com Link to comment Share on other sites More sharing options...
tonybeak Posted February 3, 2006 Share Posted February 3, 2006 (edited) The Commandme.au3 is the server program that goes on the target PCThe action.php it the file that goes on the webserver and set it to execute with your ftp or what everThe test.html is the command center, put that on the webserver tooyou will need to change the info in commandme.au3And by the way I am trying to update a version that will work well.I want to use cdkids Mysql UDF's, but I am still learning.Good luck, feel free to ask any other questions, g2gThanks a lot man. I really appreciate it... by the way, you might want to change your passwords... Edited February 3, 2006 by tonybeak Link to comment Share on other sites More sharing options...
seesoe Posted February 3, 2006 Share Posted February 3, 2006 lol ya i noticed that also Link to comment Share on other sites More sharing options...
theguy0000 Posted February 3, 2006 Share Posted February 3, 2006 moviei got a 403 error... The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN Link to comment Share on other sites More sharing options...
ConsultingJoe Posted February 3, 2006 Author Share Posted February 3, 2006 i got a 403 error...I'm very confusedtry typing in the url manualyhttp://users.cjb.net/zerocool60544/movie.wmvAnd where did you notice my password???And check this out. AutoIt Smith PMed this to meRefreshing over and over again to gain more interest on your topic does no good. You didn't get 30k views, not even the beta got that many. Your a disgrace for trying to mess with the public and I hope you get banned. Check out ConsultingJoe.com Link to comment Share on other sites More sharing options...
themax90 Posted February 3, 2006 Share Posted February 3, 2006 (edited) It's true, no topic has EVER gotten that many views. One exception, 3.1.1++ and that has been on for MONTHS. Edited February 3, 2006 by AutoIt Smith Link to comment Share on other sites More sharing options...
seesoe Posted February 3, 2006 Share Posted February 3, 2006 so what even if someone did keep refreshing the page over and over, big deal, and why would someone sit there refreshing so much time, +thiis was shown on hackday and it was also on many many big sites Link to comment Share on other sites More sharing options...
ConsultingJoe Posted February 3, 2006 Author Share Posted February 3, 2006 so what even if someone did keep refreshing the page over and over, big deal, and why would someone sit there refreshing so much time, +thiis was shown on hackday and it was also on many many big sitesthank you seesoe I think I deserve an apology from autoit smith Check out ConsultingJoe.com Link to comment Share on other sites More sharing options...
themax90 Posted February 3, 2006 Share Posted February 3, 2006 Why an apology, it's the truth, how COULD anyone get 30k views. That would be atleast 4 views from EVERYONE who has EVER been registered. It's just not logical dude. Link to comment Share on other sites More sharing options...
seesoe Posted February 3, 2006 Share Posted February 3, 2006 so what why does it matter? Link to comment Share on other sites More sharing options...
mikeytown2 Posted February 3, 2006 Share Posted February 3, 2006 If guests reading count as views, then the stats are right. This thread was published at a news site. It has sparked some attention, which is a good thing i hope. I'm wondering if should make my own program kinda like this one. But i would have my program use text messaging because i have a cheap cell. It would grab headlines/sport scores and text me emails, nothing too crazy. I could use it to text me reminders as well. I would use AIM. Email: POP3 & SMTP using SSL/TLS (OpenSSL)Email: IMAPEmail: Base64 & SMTP login & Send email direct to MX Server (thanks blindwig)Win: Hook Registry ChangesWin: Read/Write to Alternate Data Streams (ini example)Utility: GPS Distance Calculations, Vincenty and Haversine formulas; angles and elevationUtility: Dell Laser Printer (3000-5100) - Print LoggerUtility: Reset Router when Wireless Link FailsUtility: ImageMagick Batch jpg ProcessorVideo HCenc Batch FrontendVideo: *DEAD* YouTube Video Encoder (avs/avi to flv)Software On CD's I Like<<back|track3 Ultimate Boot CD for Windows SpinRite Ubuntu ophcrack Link to comment Share on other sites More sharing options...
On_fire Posted February 3, 2006 Share Posted February 3, 2006 (edited) Ok first off grats on all the news coverage. Anyway a better way to do the php/html would be one control file, and one for storing commands. Like this: index.php : Displays list of commands, replaces the html file. index.php?command=command : Adds the command to the commands.text queue. index.php?getcommand=1 : Gets the first command from the file and returns it then deletes it from the file That way there are less files, it's faster, you have a queue, you don't have to have an ftp password, and it would get rid of your ftp code problems. It should be pretty simple to code the php, and would still use html for making the menus so you can edit it easilly. I'll do it for you if you want next time you post your code. Unfourtunatlly I am still new at Autoit, and can't help much with the Autoit code, but that should be easier then the ftp code, so you shouldn't have a problem. Edited February 3, 2006 by On_fire Link to comment Share on other sites More sharing options...
ConsultingJoe Posted February 3, 2006 Author Share Posted February 3, 2006 Ok first off grats on all the news coverage. Anyway a better way to do the php/html would be one control file, and one for storing commands. Like this: index.php : Displays list of commands, replaces the html file.index.php?command=command : Adds the command to the commands.text queue.index.php?getcommand=1 : Gets the first command from the file and returns it then deletes it from the fileThat way there are less files, it's faster, you have a queue, you don't have to have an ftp password, and it would get rid of your ftp code problems.It should be pretty simple to code the php, and would still use html for making the menus so you can edit it easilly. I'll do it for you if you want next time you post your code. Unfourtunatlly I am still new at Autoit, and can't help much with the Autoit code, but that should be easier then the ftp code, so you shouldn't have a problem.That would be cool, I would like that great. I just don't know that much about PHP Check out ConsultingJoe.com Link to comment Share on other sites More sharing options...
strate Posted February 3, 2006 Share Posted February 3, 2006 The only reason I knew this topic existed was because of hackaday. Since then I've looked at it probaly 10 times. INI TreeViewA bus station is where a bus stops, a train station is where a train stops. Onmy desk I have a work station... Link to comment Share on other sites More sharing options...
ConsultingJoe Posted February 4, 2006 Author Share Posted February 4, 2006 Hey guys I wrote a script for the relay board for the door opener but I can't figure out how to convert Bin to Hex. Please help expandcollapse popup#include <GUIConstants.au3> ;OFF = 0 ;ON = 1 GUICreate("MY RELAY", 260, 80) $b1 = GUICtrlCreateButton (1, 10, 10, 30) $b2 = GUICtrlCreateButton (2, 40, 10, 30) $b3 = GUICtrlCreateButton (3, 70, 10, 30) $b4 = GUICtrlCreateButton (4, 100, 10, 30) $b5 = GUICtrlCreateButton (5, 130, 10, 30) $b6 = GUICtrlCreateButton (6, 160, 10, 30) $b7 = GUICtrlCreateButton (7, 190, 10, 30) $b8 = GUICtrlCreateButton (8, 220, 10, 30) $allon = GUICtrlCreateButton ("All ON", 70, 55, 60) $alloff = GUICtrlCreateButton ("All OFF", 130, 55, 60) $l1 = GUICtrlCreateLabel ("0", 20, 40) $l2 = GUICtrlCreateLabel ("0", 50, 40) $l3 = GUICtrlCreateLabel ("0", 80, 40) $l4 = GUICtrlCreateLabel ("0", 110, 40) $l5 = GUICtrlCreateLabel ("0", 140, 40) $l6 = GUICtrlCreateLabel ("0", 170, 40) $l7 = GUICtrlCreateLabel ("0", 200, 40) $l8 = GUICtrlCreateLabel ("0", 230, 40) GUISetState () ; Run the GUI until the dialog is closed While 1 $msg = GUIGetMsg() If $msg = $GUI_EVENT_CLOSE Then ExitLoop if $msg = $b1 then process() endif if $msg = $b2 then process() endif if $msg = $b3 then process() endif if $msg = $b4 then process() endif if $msg = $b5 then process() endif if $msg = $b6 then process() endif if $msg = $b7 then process() endif if $msg = $b8 then process() endif if $msg = $alloff then For $i = 13 to 20 GUICtrlSetData ( $i, "0" ) Next endif if $msg = $allon then For $i = 13 to 20 GUICtrlSetData ( $i, "1" ) Next endif Wend Func process() $msg = $msg + 10 If GUICtrlRead($msg) = "1" Then GUICtrlSetData ( $msg, "0" ) Else GUICtrlSetData ( $msg, "1" ) Endif endfunc Check out ConsultingJoe.com Link to comment Share on other sites More sharing options...
seesoe Posted February 4, 2006 Share Posted February 4, 2006 (edited) how about thisswapbinhex.zip Edited February 4, 2006 by seesoe Link to comment Share on other sites More sharing options...
schmidty1913 Posted February 4, 2006 Share Posted February 4, 2006 simple program but im confused on how u are gonna send the commands to the parallel port... Link to comment Share on other sites More sharing options...
YoseMite Posted February 4, 2006 Share Posted February 4, 2006 Program looks pretty cool, and very simpel I think that zerocool make his program with this.And that the program saves a .bat file with Hex values.Or I'm wrong?Good luck btw! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now