Mega Font Download$9.99
Related Searches:Vbftp21 vbftp21.zip Free Vbftp21 Vbftp21 Download
Name: vbftp21 Size: 17.6 KB Type: Compressed (zipped) Folder Date modified: 8/19/2008 8:26 PM Date created: 11/15/2002 2:03 AM Date accessed: 11/15/2002 2:03 AM
+---------------------------------------------------------------+| vB FTP 1.0 - a FTP client for vBulletin || vB Admin CP Integration & Download Ability by Erwin Loh || Original stand-alone version by Morten Bojsen-Hansen |+---------------------------------------------------------------+
Additional Features (already inbuilt)
1. Password Protect vB FTP.---------------------------
In "ftp.php", find:
PHP:
$use_login = true; // Toggle login system (true/false).$auto_login = true; // Toggle auto login (true/false).$username = ""; // Set a username$password = ""; // Set a password.
Enter a username and password in the blank space - it can be ANYTHING you like, it doesn't have to be your real FTP username and password.
This will password protect your vB FTP. You will have to enter that username and password to access this function. This will prevent other admins from accessing your site.
You can set auto login as well using the variables - basically this means that once you log in with this additional username and password, a cookie will be made, so that you will automatic login the next time. By default this is switched on.
2. Toggle functions of FTP on or off.------------------------------------
You can switch on or off each function of vB FTP.
$allow_view = true;$allow_create = true;$allow_edit = true;$allow_chmod = true;$allow_rename = true;$allow_delete = true;$allow_download = true;$allow_upload = true;
It's self explanatory. Change it to "false" if you want to switch that function off.
3. Type of files you can edit.------------------------------
You can set the filename extension of files you want to be able to edit.
$text_files = array( // Editable files "txt", "php", "phtml", "php4", "php3", "html", "htm", "css", "xml", "xsl", "bat", "log", "ini", "inf", "cfg", );
Just add any extension you like to that list. There are other lists as well underneath this that you can customize.
4. Hide files or directories.-----------------------------
You can set files or directories to be hidden.
$ignore_file_strings = array( ".htaccess", );$ignore_file_extensions = array( "foo", "bar", );$ignore_directory_strings = array( "secret dir", );
Just add it to the list. It's self-explanatory.
5. Changing the timeout (if you have trouble downloading or uploading large files).-----------------------------------
$use_timeout = false;$timeout = 30;
By default, this is switched off. You can turn it on by changing "false" to "true", and entering the timeout figure in seconds.
6. Change the default directory/ Go higher all the way to root dir-----------------------------------------------------------------
I made the forum directory the highest directory you can access by default. To change the highest directory you can access-
$home_dir = "../";
Change "../" to the default directory you want to open vB FTP in - put in the full path.
For example:
$home_dir = "/home/site/var/www/html/forums";
To go to the ROOT directory, replace it with this:
$home_dir = "/";
There you go! Whatever you put as the default directory is the HIGHEST directory you can go up to.
It works. So you can go as high as you want changing that variable.
Enjoy these extra features! They are already in-built in the hack.
Enjoy!
Dr. Erwin Loh
+---------------------------------------------------------------+| vB FTP 2.1 - a FTP client for vBulletin || vB Admin CP Integration, Download, Search & CHMOD by Erwin Loh|| Original stand-alone version by Morten Bojsen-Hansen |+---------------------------------------------------------------+
Have you ever wanted to edit, download or upload files to your server or edit one of your forum PHP files, but have no access to an FTP client?
Well, this is the hack for you. It basically adds a secure FTP interface to your vB Admin CP. You can edit, delete, download, upload, create, or move files, OR do the same for directories, all from within the comfort of your Admin CP through your browser.
Features--------
1) Integrated into vB Admin CP - uses Admin CP cp.css style2) Create, delete, rename directories3) Create, delete, rename, edit, upload or download files4) Ability to view and change CHMOD of files and directories (if this is set up on your server!)5) View, Zoom In/ Zoom Out with GIF/ JPG files6) Different icons for different types of file (configurable)7) Ability to password protect the vB FTP file (configurable)8) FTP functions straight from within your Admin CP!!!
Version 2.0 - Added search feature to file edit, and ability to view and change CHMOD of files and directory.
Version 2.1 - fixed a IMAGE viewing cache bug
Installation------------
YOU MUST FOLLOW ALL THESE STEPS FOR THIS TO WORK PROPERLY!
1) If your server is running Linux, there's nothing to change. If it's running Windows, then in line 13 of "ftp.php" change $os to 1. Do NOT change anything else in "ftp.php" unless you know what you're doing!
2) Upload "ftp.php" to your /admin folder.
3) Create a folder called "tmp" in your forum directory, and CHMOD it 777.
4) Create a subdirectory called "ftp" in your /images folder and upload the image files into this subdirectory.
5) Edit your /admin/index.php file:
Find:
#################################
<center><a href="index.php?s=<?php echo $session[sessionhash]; ?>&action=home"> Control Panel Home </a></center><table width="100%" border="0" cellspacing="0" cellpadding="<?php echo iif($cpnavjs,2,5); ?>" id="navtable">
<tr><td><hr></td></tr>
BELOW, add:
<tr><td><table width="100%" border="0" cellspacing="0" cellpadding="2" id="navtable"><?php maketableheader("SQL Queries"); ?></table><a href="ftp.php"> vBFTP </a></td></tr><tr><td><hr></td></tr>
vB FTP is now working. You can view and browse your forum directory now, and view the contents of files, as well as download files. If you want to edit, upload and create files or directories, you need to give yourself permission to do this.
7) CHMOD 777 all the directories and files on your server that you wish to have the power to edit using vB FTP. If you don't do this, you can still use vB FTP, and view the contents of files and download files, but you won't be able to change them, or upload files.
Finish!
Once this is installed, you can just click on the "vBFTP" link in your Admin CP on the left column underneath your "Control Panel Home" to access this.
For more advance options, you can change the rest of the variables in "ftp.php", but only if you want to and know what to do. Otherwise, leave it alone. :)
Additional Features (already inbuilt)----------------------------------------------
1. Password Protect vB FTP.2. Toggle functions of FTP on or off.3. Type of files you can edit.4. Hide files or directories.5. Changing the timeout (if you have trouble downloading or uploading large files).6. Going higher in the directory structure, all the way up to ROOT
I have added a textfile to the ZIP called "ExtraFeatures.txt" with instructions on how to do this.
ExtraFeatures.txtInstall.txtadmin/ftp.phpimages/ftp/binary.gifimages/ftp/compressed.gifimages/ftp/delete.gifimages/ftp/download.gifimages/ftp/drive.gifimages/ftp/folder.gifimages/ftp/image2.gifimages/ftp/rename.gifimages/ftp/sound2.gifimages/ftp/text.gifimages/ftp/unknown.gif
Price: $0.00