Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 05-01-2004, 09:34 PM
KOM KOM is offline
 
Join Date: Nov 2003
Location: WV
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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
Reply With Quote
  #2  
Old 05-01-2004, 10:02 PM
Pseudomizer's Avatar
Pseudomizer Pseudomizer is offline
 
Join Date: Mar 2002
Location: Germany
Posts: 614
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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,
Reply With Quote
  #3  
Old 05-01-2004, 10:33 PM
KOM KOM is offline
 
Join Date: Nov 2003
Location: WV
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no not to end users just like admin/supermods

P.S what is ACP ?? lol
Reply With Quote
  #4  
Old 05-01-2004, 11:13 PM
Pseudomizer's Avatar
Pseudomizer Pseudomizer is offline
 
Join Date: Mar 2002
Location: Germany
Posts: 614
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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,
Reply With Quote
  #5  
Old 05-01-2004, 11:26 PM
KOM KOM is offline
 
Join Date: Nov 2003
Location: WV
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #6  
Old 05-01-2004, 11:35 PM
Pseudomizer's Avatar
Pseudomizer Pseudomizer is offline
 
Join Date: Mar 2002
Location: Germany
Posts: 614
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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,
Reply With Quote
  #7  
Old 05-02-2004, 12:18 AM
KOM KOM is offline
 
Join Date: Nov 2003
Location: WV
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #8  
Old 05-02-2004, 12:49 AM
KOM KOM is offline
 
Join Date: Nov 2003
Location: WV
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #9  
Old 05-02-2004, 12:56 AM
Pseudomizer's Avatar
Pseudomizer Pseudomizer is offline
 
Join Date: Mar 2002
Location: Germany
Posts: 614
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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,
Reply With Quote
  #10  
Old 05-02-2004, 02:52 AM
KOM KOM is offline
 
Join Date: Nov 2003
Location: WV
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:42 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04513 seconds
  • Memory Usage 2,277KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete