vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   vBulletin to FTP Upload ? (https://vborg.vbsupport.ru/showthread.php?t=64621)

KOM 05-01-2004 09:34 PM

vBulletin to FTP Upload ?
 
Hey guy's sup. I would like to see a hack for vBulletin that would let selected people upload to the ftp using VB. An if there is a hack out for this sorry about the post but could you link me? O and I'm using VB GOLD

Pseudomizer 05-01-2004 10:02 PM

Quote:

Originally Posted by KOM
Hey guy's sup. I would like to see a hack for vBulletin that would let selected people upload to the ftp using VB. An if there is a hack out for this sorry about the post but could you link me? O and I'm using VB GOLD

Hi KOM,

there is a hack to do FTP uploads via the ACP. But you want to offer this to your end users ? Why ?

Cheers,

KOM 05-01-2004 10:33 PM

no not to end users just like admin/supermods

P.S what is ACP ?? lol

Pseudomizer 05-01-2004 11:13 PM

Quote:

Originally Posted by KOM
no not to end users just like admin/supermods

P.S what is ACP ?? lol

ACP = Admin Control Panel

With the mentioned hack every Admin could use FTP via the ACP to upload files but not supermods.

Cheers,

KOM 05-01-2004 11:26 PM

Yea I was looking around and found it. But I have guy's that post news on the site and they take alot of SS of the game there posting about. AN with the acp I would have to move them all the time. I would like to see a hack that let's people that I want to upload to the FTP. I think it would be a nice tool for the people out there like me that have staff and could upload stuff to the ftp with out me having to do it and without giving them ftp info

Pseudomizer 05-01-2004 11:35 PM

Quote:

Originally Posted by KOM
Yea I was looking around and found it. But I have guy's that post news on the site and they take alot of SS of the game there posting about. AN with the acp I would have to move them all the time. I would like to see a hack that let's people that I want to upload to the FTP. I think it would be a nice tool for the people out there like me that have staff and could upload stuff to the ftp with out me having to do it and without giving them ftp info

And why do you need FTP ? You can go with HTTP Upload. This should solve your problem or not ?

Cheers,

KOM 05-02-2004 12:18 AM

well I would just like it all hooked up in the forums. So if any one is up for coding this plezz do let me know

KOM 05-02-2004 12:49 AM

But on the other hand, I run 2 websites and the one website does not have VB so where would I get the http or php code so the staff can upload from the website to the ftp

Pseudomizer 05-02-2004 12:56 AM

Quote:

Originally Posted by KOM
But on the other hand, I run 2 websites and the one website does not have VB so where would I get the http or php code so the staff can upload from the website to the ftp

Hi Kom,

i do not have the time to develop this at the moment. If you are familiar with PHP you can do this on your own. :nervous:

Here is the link how HTTP Uploads work: http://www.devarticles.com/c/a/PHP/C...ript-in-PHP/2/

Check out page2,3 and 4. :bandit:

If you want only specific usergroups to be able to upload via this then just input on the top of your php page:

PHP Code:

if ( $bbuserinfo[groupid] == '6' || $bbuserinfo[groupid] == '5' || $bbuserinfo[groupid] == '7' )
{
your upload code
}
else
{
action for non authorized people


Group 6 = admins
Group 5 = Supermods
Group 7 = Mods

This should help you to proceed. ;)

Cheers,

KOM 05-02-2004 02:52 AM

Yea I seen that but I did not see in the code where the uploads go. I would think it would go to my ftp host but I did not see any line where I would put the path or the user name and password


All times are GMT. The time now is 10:58 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.00972 seconds
  • Memory Usage 1,738KB
  • 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_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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