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.
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
<!--
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&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 49Warning: 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.
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/ )
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