Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
VBFileshare Details »»
VBFileshare
Version: 0.4, by micheal332001 micheal332001 is offline
Developer Last Online: Oct 2015 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.8.0 Rating:
Released: 04-03-2009 Last Update: Never Installs: 13
DB Changes Uses Plugins Auto-Templates
Re-useable Code Additional Files Translations  
No support by the author.

VBFileshare is a rapidshare clone.

With this script you will be able to share files from just a link like rapidshare does.


you will need to install


on your server
Install the upload-progress-meter php patch found here

http://pdoru.from.ro/upload-progress-meter/

As this used a progress bar for the uploads.
If you dont install this it will not matter the files will still upload but you will get an error message in the popup box for the progress bar.

ON HOLD TILL FIXED

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 04-04-2009, 07:51 PM
MmS1 MmS1 is offline
 
Join Date: Nov 2008
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Show us example
Reply With Quote
  #13  
Old 04-05-2009, 12:17 AM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can see the demo on his site, but there are many bugs and errors in this version, I would wait until he can address them.
Reply With Quote
  #14  
Old 04-05-2009, 01:41 AM
relaxiha relaxiha is offline
 
Join Date: Jan 2009
Posts: 155
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/home/vbhacks/vbfileshare/1/) is not within the allowed path(s): (/home/xxxxxxx/:/usr/lib/php:/usr/local/lib/php:/tmp) in [path]/vbfileshare.php(157) : eval()'d code on line 18
Reply With Quote
  #15  
Old 04-05-2009, 07:31 AM
micheal332001 micheal332001 is offline
 
Join Date: Apr 2004
Posts: 1,112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hornstar1337 View Post
I got a database error on your site:

Code:
<!--
Database error in vBulletin 3.7.3:

Invalid SQL:
INSERT INTO vb3_vbfileshare_boughtproducts
        (userid, productid, price, transid, boughtdate, paiddate, paid, discount, gateway) VALUES
        (3739, , 0.00, '621f347d43351049ff86e2f7c0d638ee', NOW(), 0000-00-00, 0, 0, 0);

MySQL Error   : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 0.00, '621f347d43351049ff86e2f7c0d638ee', NOW(), 0000-00-00, 0, 0, 0)' at line 3
Error Number  : 1064
Request Date  : Saturday, April 4th 2009 @ 03:51:25 PM
Error Date    : Saturday, April 4th 2009 @ 03:51:25 PM
Script        : http://www.vb-hacks.com/forum/vbfileshare.php
Referrer      : http://www.vb-hacks.com/forum/vbfileshare.php?do=paystep1&amp;pid=
IP Address    : 
Username      : 
Classname     : vB_Database
MySQL Version : 
-->
I also get these errors at the top of your site when I uploaded a file:
Code:
Warning: opendir(/home/vbhacks/vbfileshare/3739/) [function.opendir]: failed to open dir: No such file or directory in [path]/vbfileshare_functions/vbfileshare_functions.php on line 49

Warning: copy(/home/vbhacks/vbfileshare/3739/vsvkspmjvisisuu.txt) [function.copy]: failed to open stream: No such file or directory in [path]/vbfileshare.php(768) : eval()'d code on line 51
Also when I download my file I uploaded, it changes its name from blank.txt to vbfileshare.php and insde the file was this:
Code:
<br /><strong>Warning</strong>: filesize() [<a href='function.filesize'>function.filesize</a>]: stat failed for /home/vbhacks/vbfileshare/3739/vsvkspmjvisisuu.txt in <strong>[path]/vbfileshare.php</strong> on line <strong>832</strong><br /><br /><strong>Warning</strong>: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:3243) in <strong>[path]/vbfileshare.php</strong> on line <strong>832</strong><br /><br /><strong>Warning</strong>: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:3243) in <strong>[path]/vbfileshare.php</strong> on line <strong>835</strong><br /><br /><strong>Warning</strong>: fopen(/home/vbhacks/vbfileshare/3739/vsvkspmjvisisuu.txt) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: No such file or directory in <strong>[path]/vbfileshare.php</strong> on line <strong>839</strong><br />



It seems there are many bugs on your site, so I will hold off installing this, but it seems like a nice concept if you can get it working. Thanks.


Quote:
Warning: opendir(/home/vbhacks/vbfileshare/3739/) [function.opendir]: failed to open dir: No such file or directory in [path]/vbfileshare_functions/vbfileshare_functions.php on line 49
The reason you got this was it did not make the directory for you.
I have just tested this on my site again and removed all my dir's for my username and it work fine.

Quote:
Warning: opendir(/home/vbhacks/vbfileshare/3739/) [function.opendir]: failed to open dir: No such file or directory in [path]/vbfileshare_functions/vbfileshare_functions.php on line 49

Warning: copy(/home/vbhacks/vbfileshare/3739/vsvkspmjvisisuu.txt) [function.copy]: failed to open stream: No such file or directory in [path]/vbfileshare.php(768) : eval()'d code on line 51
So for this error is a result of the dir not being made in the first place.

Has anyone else installed this and tryed it and had the same errors.
Reply With Quote
  #16  
Old 04-05-2009, 07:36 AM
micheal332001 micheal332001 is offline
 
Join Date: Apr 2004
Posts: 1,112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by relaxiha View Post
Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/home/vbhacks/vbfileshare/1/) is not within the allowed path(s): (/home/xxxxxxx/:/usr/lib/php:/usr/local/lib/php:/tmp) in [path]/vbfileshare.php(157) : eval()'d code on line 18
You have not changed the settings to your sites needs.
You need to change this

Quote:
Upload PathPlease put the full path to where you are going to store the users files I.E. ( /home/*****/vbfileshare/ )
Reply With Quote
  #17  
Old 04-05-2009, 11:59 AM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

alright well I went back to your site to test it out once more, but im still getting error on your site.

error : I clicked on free file share account, buy now, clicked on make payment, then I get this error up the top of the page:
Warning: mkdir() [function.mkdir]: File exists in [path]/vbfileshare_functions/vbfileshare_functions.php on line 40
Reply With Quote
Reply

Thread Tools

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 08:48 PM.


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.07833 seconds
  • Memory Usage 2,271KB
  • Queries Executed 23 (?)
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
  • (3)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (6)postbit
  • (7)postbit_onlinestatus
  • (7)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_postinfo_query
  • fetch_postinfo
  • 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