PDA

View Full Version : Autoinstallers



Paul White
December 24th, 2005, 22:44
Well, I have been looking for all kinds of autoinstallers. I have been helped out by a lot of people with these. I am currently very interested in a Wordpress Blog auto-installer. I am also looking for a Chat installer, and a Calender installer. I hope to provide these things like blogs, chats, and calenders for free at my website. If you could help guide me on my way, that would be a great Christmas present! Happy Holidays to all!:wink2:

Trel
December 25th, 2005, 00:05
An autoinstaller that integrates with what? ;)

Paul White
December 25th, 2005, 00:19
I am just looking for autoinstallers that will autoinstall these scripts on my server for anyone that visits my website.

hottweelz
December 25th, 2005, 00:29
What kind of OS is your server? What kind of Web based control panel do you have?

themoose
December 25th, 2005, 05:32
i had a pretty good idea for an auto installer.

Just get a script to copy a directory into a new directory with all the chmod data intact (i've made a script that does that part) and then write to the config.php using custom variables n stuff. I doubt it'd be hard to do the last part at all :)

Paul White
December 25th, 2005, 07:34
Well, my server is Linux, and I am using cPanel.


i had a pretty good idea for an auto installer.

Just get a script to copy a directory into a new directory with all the chmod data intact (i've made a script that does that part) and then write to the config.php using custom variables n stuff. I doubt it'd be hard to do the last part at all

I agree, that is probably what you do, but I don't know php. Also, I do believe that there is a little bit more.