vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Admin CP File Manager (FTP) - Download, Upload, Edit, Rename, Delete PHP Files/Images (https://vborg.vbsupport.ru/showthread.php?t=59820)

predatorkill 05-05-2005 10:34 AM

i cant get it working,i ve done all the steps correctly except the part of
$home_directory = "/home/yourforums/public_html/";

can someone explain me the exact syntax of the line above?i ve tried 10 different combinations and none seems to work!

For example:
/home/xbox/public_html/forum/index.php dont work for me!
i get Invalid home folder in the vb file manager menu in ACP

Thanks a lot in advance!

Problem solved,i ve should removed index.php and replaced public_html to web-root from the syntax...
What a n000b....

Erwin 05-10-2005 02:34 AM

Quote:

Originally Posted by Dennis Olson
Erwin, I have my webserver split onto two servers. Thus, any changes made need to be ported to both of them. Does your hack support this? Or how can I change it to support this?

thanks!

Use the subdomain for each webserver you want this to run in.

Dennis Olson 05-10-2005 12:50 PM

Thanks!

FD929 05-11-2005 03:07 AM

Thank you kindly Doctor. Outstanding.

dsboyce8624 05-11-2005 02:35 PM

Okay, I usually just click install and move on, but I freakin love this thing.

I spend most of my time poking around on my own PC, then when I see something I want to do I have to connect remotely to do it. Not anymore!

Thanks a heap, you just saved me a bunch of hassle.

Dennis,

Dragon_Z 05-15-2005 10:55 PM

ok, I have just gotten into mods so give me some time to figure this out, I want to be able to edit all of the files on my forum, I know that I need to CHMOD 0777 the folder (or folders, havent figured that out yet), but what I cant understand is

1. what is chmod 0777
2. What does it do
3. How do I do it

Thank You in advance.

Marco van Herwaarden 05-16-2005 08:36 AM

1. 'chmod' is a *nix commando.
2. It changes permissions on files
3. You can do this from SSH/Telnet prompt and most FTP clients will also support it.

A small explanation on these numbers:
There are 3 permissions you can set on each file/directory:
- Read permission
- Write permission
- Execute permission (or list contents if it is a directory)
These 3 permission are put together as a binary number:
- 1xx - For the read
- x1x - For the write
- xx1 - for execute
This binary number can be written as a decimal number again:
binary 111 = decimal 7 = Can read, Can Write, Can execute
Binary 100 = decimal 4 = Can read, Can not write, Can not execute

Now we have 3 levels of users we can control. First of all each file is owned by a user and a group. Now we can control the following levels:
- Owner - The user that owns the file
- Group - Any user that is member of the group that owns the file
- Others - Anybody not one of the above.

Now we can write the decimal numbers we calculated above behind each other for each level of access:
750 - Means permission "7" for the owner, permission "5" for the group, permission "0" for others
Resulting in:
owner - Can read, can write, can execute
group - Can read, can NOT write, can execute
others - Can NOT read, can NOT write, can NOT execute

This is just a simplifie explanation, hope it helps understanding a bit more.

cyberxp9 05-30-2005 07:22 PM

When i install it how do i edit files?

Mr. Brian 05-31-2005 03:39 PM

Just login to your admincp and hover over your mouse to "vB File Manager" click on it. What's next? (Need I tell you? :) ) Simple as that. :)

SCRIPT3R 06-02-2005 11:06 PM

does this hack give the ability to bypass the default php file-size limitations? my php uploads are limited to 8Megs, but i would like to give my users the ability to download much larger files from within posts... or is there another way of using my regular FTP client to upload the file directly into the attachments folder and link to that within a post?


All times are GMT. The time now is 02:49 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01153 seconds
  • Memory Usage 1,734KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete