Is it theoretically possible to have bebot on an apache linux server running php 4.4.2? For example...
I've created a db for the bot on a client's server where I have plenty of bandwidth. I've created the user login and pass for the bot. I've assigned the user to the db.
What I'd like to do is to download BeBot onto my local system, modify the BeBot files (for passwords, pathing, etc), upload the items.sql to /public_html, load the items.sql into the bot db, ftp the BeBot files to /public_html, and then call BeBot's start without having to remote login to the box itself.
-- or --
Upload the items.sql into the db on the box, then install BeBot locally here and run the instance here without being logged into the remote server.
Any tips, tricks, hints would be appreciated.