R77 Community Forum Archive

Programming => Scripting => Requests => Topic started by: de80 on March 10, 2009, 02:50:08 PM

Title: Add on with HTML Log's.
Post by: de80 on March 10, 2009, 02:50:08 PM
Ok here we go i would like something that log's into my Server and upload's the HTML log to it let's say every 24 hour's or so i know STW but i dont want that i just want auto update to my server.
Title: Add on with HTML Log's.
Post by: Reason on March 10, 2009, 02:57:05 PM
u need someone to write u a PHP Script to do this, cuz last time i checked, SB couldnt connect with FTP.
Title: Add on with HTML Log's.
Post by: de80 on March 10, 2009, 03:02:07 PM
Hmmm, thank you "reason" AKA "power" Hope your not still pissed at me...

I look into this any idea how hard PHP is?
Title: Add on with HTML Log's.
Post by: ArticWolve on March 10, 2009, 03:51:41 PM
Reason ISNT Power.
Title: Add on with HTML Log's.
Post by: riffruff on March 10, 2009, 05:04:31 PM
Quote from: Reason
u need someone to write u a PHP Script to do this, cuz last time i checked, SB couldnt connect with FTP.
Yes it can -- I've done it before.

Code: [Select]
scinet.URL = "ftpaddress"
scinet.UserName = "user"
scinet.Password = "password"
scinet.Execute scinet.URL, "PUT filelocation"
Title: Add on with HTML Log's.
Post by: de80 on March 10, 2009, 05:24:35 PM
Could you write the script for me or the php file?
Title: Add on with HTML Log's.
Post by: riffruff on March 10, 2009, 05:27:46 PM
No -- but theres the FTP code if someone wants it.  I don't make scripts for people anymore.
Title: Add on with HTML Log's.
Post by: de80 on March 10, 2009, 05:29:55 PM
OK, remake i want it so in some way it load's it and then refreash it every time the log reloads, any way?