[rejected] upload mod dir to admin/mods through browser

Want to share what MODs you've gotten to work with EM? Happy about all the time your're saving? Want to say "thanks"? Here's the place.
Forum rules
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
Locked
User avatar
chickeneater
Registered User
Posts: 36
Joined: Mon Aug 11, 2003 3:08 am
Contact:

[rejected] upload mod dir to admin/mods through browser

Post by chickeneater »

if FTP is installed, then it could get the information and be able to FTP upload a install dir to admin/mods by way of a page in the ACP. this way, you won't have to mess with ftp programs and the other junk. also if there is a way to CHMOD and manual copy... just a thought

morpheus2matrix
Registered User
Posts: 82
Joined: Sun Mar 02, 2003 11:54 am
Contact:

Re: upload mod dir to admin/mods through browser

Post by morpheus2matrix »

if i understand fine, you would like the possiibility to upload the install file of a MOD throught ACP ? looks like a good idea for the MOD which don't need included files
phpBB MOD-Team Member - Check my MOD's

Support For my MOD's

Attachment MOD User Guide || Log Actions MOD User Guide

No support by PM/Email - Thanks - You want to help me ? Click here

User avatar
chickeneater
Registered User
Posts: 36
Joined: Mon Aug 11, 2003 3:08 am
Contact:

Re: upload mod dir to admin/mods through browser

Post by chickeneater »

what about mods that do need included files?

morpheus2matrix
Registered User
Posts: 82
Joined: Sun Mar 02, 2003 11:54 am
Contact:

Re: upload mod dir to admin/mods through browser

Post by morpheus2matrix »

chickeneater wrote:what about mods that do need included files?
this would be more simple (that's why i say it could be a good idea) : this only need to modify the phpBB files (thing that EasyMod already done :P ) :wink:
phpBB MOD-Team Member - Check my MOD's

Support For my MOD's

Attachment MOD User Guide || Log Actions MOD User Guide

No support by PM/Email - Thanks - You want to help me ? Click here

netclectic
Registered User
Posts: 17
Joined: Wed Mar 13, 2002 3:08 pm
Location: Glasgow
Contact:

Re: upload mod dir to admin/mods through browser

Post by netclectic »

Or maybe even upload and unzip a zip file?

User avatar
chickeneater
Registered User
Posts: 36
Joined: Mon Aug 11, 2003 3:08 am
Contact:

Re: upload mod dir to admin/mods through browser

Post by chickeneater »

only if the server supports unzipping... that is a good idea though

it should have access to all the $phpbb_root_path files, including the install files, so if there needed to be a change, it could happen

netclectic
Registered User
Posts: 17
Joined: Wed Mar 13, 2002 3:08 pm
Location: Glasgow
Contact:

Re: upload mod dir to admin/mods through browser

Post by netclectic »

There are a few good php classes for handling zip files, so it shouldn't be a problem. The next step after that is to install 'direct' from the phpbb mods database :)

morpheus2matrix
Registered User
Posts: 82
Joined: Sun Mar 02, 2003 11:54 am
Contact:

Re: upload mod dir to admin/mods through browser

Post by morpheus2matrix »

yes, a zip file could solved the problem of the included files
phpBB MOD-Team Member - Check my MOD's

Support For my MOD's

Attachment MOD User Guide || Log Actions MOD User Guide

No support by PM/Email - Thanks - You want to help me ? Click here

Nuttzy99
Registered User
Posts: 927
Joined: Fri Aug 03, 2001 7:09 am
Contact:

Re: upload mod dir to admin/mods through browser

Post by Nuttzy99 »

You guys are missing what FTP is doing. The FTP in EM is not a communication from your client (webbrowsing) computer to the server. It is from the server to the server. In order for EM to FTP from your machine to the server you would need to be running an FTP server on your client computer.

A 777 upload directory would work though.

-Nuttzy :cool:
SpellingCow.com - Free spell check service for your forums or any web form!
My Other Site

netclectic
Registered User
Posts: 17
Joined: Wed Mar 13, 2002 3:08 pm
Location: Glasgow
Contact:

Re: upload mod dir to admin/mods through browser

Post by netclectic »

Nuttzy99 wrote:In order for EM to FTP from your machine to the server you would need to be running an FTP server on your client computer.
Or on the phpbb.com server with access to the files in the mods db ;)

Locked