vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - DownloadsII (https://vborg.vbsupport.ru/showthread.php?t=120122)

FARMER 12-11-2006 12:30 PM

Quote:

Originally Posted by CyberRanger (Post 1136270)
Me too! I started to re-code that, couldn't get it to work correctly, and had to move on to other items. It's still on the list of "to-do's".

Are there any way to replace quickreply box in forum for that textarea box?

CyberRanger 12-11-2006 01:23 PM

Quote:

Originally Posted by FARMER (Post 1136292)
Are there any way to replace quickreply box in forum for that textarea box?

Isn't this the same question I just anwered??? :confused: :confused:

directprint 12-13-2006 08:25 AM

I have just installed and get a black page.

CyberRanger 12-13-2006 10:58 AM

Quote:

Originally Posted by directprint (Post 1137638)
I have just installed and get a black page.

If you get a blank page when accessing downloads.php then you didn't upload the files properly. Delete the files you uploaded and re-upload them.

directprint 12-13-2006 06:03 PM

Quote:

Originally Posted by CyberRanger (Post 1137680)
If you get a blank page when accessing downloads.php then you didn't upload the files properly. Delete the files you uploaded and re-upload them.

Uploaded the files again and get the same result, I presume the upload directory files get placed into the relavant forum folders.

CyberRanger 12-13-2006 06:13 PM

Quote:

Originally Posted by directprint (Post 1137937)
Uploaded the files again and get the same result, I presume the upload directory files get placed into the relavant forum folders.

Correct. Try re-importing the product xml file making sure "Allow Overwrite" is set to "Yes".

directprint 12-13-2006 06:21 PM

Quote:

Originally Posted by CyberRanger (Post 1137942)
Correct. Try re-importing the product xml file making sure "Allow Overwrite" is set to "Yes".

Just completed that and still get blank page, the admin page for downloads is ok, it's just the downloads.php that gives me a blank page.

CyberRanger 12-13-2006 07:42 PM

Quote:

Originally Posted by directprint (Post 1137950)
Just completed that and still get blank page, the admin page for downloads is ok, it's just the downloads.php that gives me a blank page.

PM me a forum admin account and an ftp account and I'll check it out for you.:)

directprint 12-14-2006 01:31 AM

Quote:

Originally Posted by CyberRanger (Post 1138012)
PM me a forum admin account and an ftp account and I'll check it out for you.:)

PM sent, just wondering as I see some text, presume you are still looking at my problem.

nexus851 12-14-2006 02:32 AM

anyone made a hack for vbbux integration with this mod yet?

J

CyberRanger 12-14-2006 03:39 AM

Quote:

Originally Posted by directprint (Post 1138193)
PM sent, just wondering as I see some text, presume you are still looking at my problem.

yes, what I've found is that the file downloads.php is dying when it tries to include ./includes/functions.php. When I examined your functions.php file, it was the wrong size for vb ver 3.6.4. I think it would be good if you re-uploaded your ver 3.6.4 files. Something seems to have gone wrong during your original upload. Let me know once you've done that and I'll look some more.:)

directprint 12-14-2006 11:02 AM

Quote:

Originally Posted by CyberRanger (Post 1138243)
yes, what I've found is that the file downloads.php is dying when it tries to include ./includes/functions.php. When I examined your functions.php file, it was the wrong size for vb ver 3.6.4. I think it would be good if you re-uploaded your ver 3.6.4 files. Something seems to have gone wrong during your original upload. Let me know once you've done that and I'll look some more.:)

I went one step better and started fresh will not luck at all.
Re downloaded vbulletin, installed fresh version from nothing and still can't see things.

bonnie 12-15-2006 10:25 AM

Hello,

it's a great hack! Thanks.

But I have some problem. If I want upload a file to database, I get a SQL Error:

Code:

Database error in vBulletin 3.6.4:

Invalid SQL:
SELECT title, usergroup.usergroupid, username, userid
                                                      FROM vb_usergroup, vb_user
                          WHERE ecdownloadpermissions & 1024 AND  usergroup.usergroupid = user.usergroupid;

MySQL-Error : Unknown table 'usergroup' in field list
Error no.  : 1109

The problem is: all table of my database begining with Tablepr?fix "vb_". Where can I found the SQL?

regards
J?rgen

CyberRanger 12-15-2006 06:56 PM

Quote:

Originally Posted by bonnie (Post 1139060)
Hello,

it's a great hack! Thanks.

But I have some problem. If I want upload a file to database, I get a SQL Error:

Code:

Database error in vBulletin 3.6.4:

Invalid SQL:
SELECT title, usergroup.usergroupid, username, userid
                                                      FROM vb_usergroup, vb_user
                          WHERE ecdownloadpermissions & 1024 AND  usergroup.usergroupid = user.usergroupid;

MySQL-Error : Unknown table 'usergroup' in field list
Error no.  : 1109

The problem is: all table of my database begining with Tablepr?fix "vb_". Where can I found the SQL?

regards
J?rgen

ah ... darn! That's actually a problem in the PM notification add-on.
Look in the plugins "Alert Mods to New File in Moderation" and "Alert Mods to Edited File in Moderation". The code needs to be added near the beginning of each of those plugins.

bonnie 12-15-2006 09:50 PM

Thanks for the answer. That was it! Great.

I have a question: if I click the upload (ex. picture), the picture downloads. That's ok. But I can not choose the target directory. Is that right? What must I do?

regards
Jürgen

yingzhou 12-15-2006 10:12 PM

Can I use the vbbux with this mod? Something like: If you want to download you must pay some vbbux?

Robbed 12-18-2006 09:39 PM

Congrats on Mod of the Month.

Is the author_ table required?

RS_Jelle 12-19-2006 09:39 PM

Quote:

Originally Posted by bonnie (Post 1139433)
Thanks for the answer. That was it! Great.

I have a question: if I click the upload (ex. picture), the picture downloads. That's ok. But I can not choose the target directory. Is that right? What must I do?


regards
J?rgen

That's a browser issue, probably there's a standard target directory setting. So have a look at your browser options.

Quote:

Originally Posted by yingzhou (Post 1139446)
Can I use the vbbux with this mod? Something like: If you want to download you must pay some vbbux?

Not yet, but we are planning a vBBux integration :)

Quote:

Originally Posted by Robbed (Post 1141218)
Congrats on Mod of the Month.

Is the author_ table required?

Thanks :classic:
The author field is a bad thing indeed. That's our biggest problem now: dealing with Ron1n's code and database layout. Version 6 will be recoded from ground up because of this, so there will be a big upgrade script to do a lot of changes :p
We will be using the datastore cache (less queries), removing those double author fields, introduce downloads2 as the new product name (currently we are still using ecdownloads for the vBulletin product system, otherwise upgrades would be problematic), ...

yingzhou 12-20-2006 12:57 AM

Thank for the answer! :D Hope you soon release the version 6.

And I have a questiion. Do this Mod support the Download Manager like Internet Download Manager or Flashget? Some member had download with the Download Manager but they cant copy the link to other forum.

I like this Download Mod because my members cant copy the direct download link to other forum. Thank everbody. :D

RS_Jelle 12-20-2006 06:25 AM

No, currently download managers aren't supported, but we will look into this for version 6. And there's indeed file protection so you can't hotlink easily.

yingzhou 12-20-2006 08:46 AM

This is a good thing! Because some file to big for handle it with IE. But the protection of hotlink is also very important. :D Thank RS_Jelle. Merry Xmas.

Hornstar 12-21-2006 05:34 AM

Will version 6 be a paid version or free? or undecided at this stage? also any approximate release date or % completed for version 6?

Thanks.

RS_Jelle 12-21-2006 07:58 AM

Quote:

Originally Posted by hornstar1337 (Post 1142640)
Will version 6 be a paid version or free? or undecided at this stage? also any approximate release date or % completed for version 6?

Thanks.

Ofcourse it will be free :p
ETA's aren't a good thing in a beginning stage, so I would like to wait with that :)

CyberRanger 12-21-2006 11:09 AM

Quote:

Originally Posted by hornstar1337 (Post 1142640)
Will version 6 be a paid version or free? or undecided at this stage? also any approximate release date or % completed for version 6?

Thanks.

Reinforcing what rs_jelle said, this product will always be free.

Hornstar 12-22-2006 05:38 AM

Cool, nice work guys. Thanks for all the support as well.

Zia 12-22-2006 06:53 AM

:) Its a Go..

Just cant wait to get the intigration with vBux...

Waiting toooooo long for this intigration

Arjan 12-22-2006 01:02 PM

I get a SQL error when the search function is used...
Any idea for a fix?


PHP 4.4.4
MySQL 4.1.18
Quote:

Invalid SQL:
SELECT dl_files.*, dl_cats.name catname FROM dl_files, dl_cats WHERE (CT p.id,p.user,p.userid,p.cat,p.title,p.bigimage,p.he ight,p.width,c.catname,c.photos,c.posts
FROM pp_photos p
LEFT JOIN pp_categories c ON c.id = p.cat
WHERE c.cattype = 'c' AND p.cat != 500 AND p.storecat = 0
ORDER BY RAND() OR dl_files.author LIKE '%skin manager%' OR dl_files.name LIKE '%skin manager%' OR dl_files.description LIKE '%skin manager%')
AND dl_files.category = dl_cats.id
ORDER BY catname, dl_files.name;

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 'p.id,p.user,p.userid,p.cat,p.title,p.bigimage,p.h eight,p.width,c.catname,c.photo' at line 1
Error Number : 1064

Arjan 12-22-2006 01:42 PM

And I have a request:
E-mail notificaton of an upload.
We have uploads every now and then. But somehow I manage not to look for days when there is an upload and the other way around :D

RS_Jelle 12-22-2006 04:09 PM

Quote:

Originally Posted by Arjan (Post 1143442)
And I have a request:
E-mail notificaton of an upload.
We have uploads every now and then. But somehow I manage not to look for days when there is an upload and the other way around :D

There's the DownloadsII PM moderation notification add-on :)
And you can set an e-mail notification for the pm.

CyberRanger 12-22-2006 04:39 PM

Quote:

Originally Posted by Arjan (Post 1143408)
I get a SQL error when the search function is used...
Any idea for a fix?


PHP 4.4.4
MySQL 4.1.18

I don't know what you have going on in that sql. It's not an sql that comes with DownloadsII. Did you have someone customize it for you to hook into another modification dealing with photos or something???

CyberRanger 12-22-2006 04:40 PM

Quote:

Originally Posted by RS_Jelle (Post 1143505)
There's the DownloadsII PM moderation notification add-on :)
And you can set an e-mail notification for the pm.

Good idea! That will work as long as the new files that are uploaded are being placed in moderation. Then, anyone who can manage moderated files can receive a PM/email.

Arjan 12-23-2006 09:38 AM

Quote:

Originally Posted by CyberRanger (Post 1143525)
I don't know what you have going on in that sql. It's not an sql that comes with DownloadsII. Did you have someone customize it for you to hook into another modification dealing with photos or something???

No, nothing is changed in Downloads II.
Would have recognised that immediately.
I'll dig further into it.

Arjan 12-23-2006 09:55 AM

Found a clue.
I got the vBAdvanced integrated.
When I turn that off the problem is gone.

Robbed 12-26-2006 03:15 AM

Can you guys add a feature too the most popular files.

I would like to choose a timeline, like most popular in past 3 months or 6 months. If we could choose.

RS_Jelle 12-26-2006 08:27 AM

Quote:

Originally Posted by Robbed (Post 1145146)
Can you guys add a feature too the most popular files.

I would like to choose a timeline, like most popular in past 3 months or 6 months. If we could choose.

I thought about adding a "most popular downloads this week" function in v6 :)

A timeline would be more difficult, then you should keep storing ALL the downloads in your downloads log. For large sites this is impossible.

hohleweg 12-26-2006 09:09 AM

1 Attachment(s)
hi
great hack! thanks,
but i have one problem,
please look at the picture
the link from the shourt picture is wrong generated :-(
why?

forum:
www.hohleweg.de/forum
name: gast
passwort: gast

thanks and greetings
joachim

RS_Jelle 12-26-2006 09:22 AM

We know this already, this is because of a current design issue. It's not a big problem (the link still works perfectly), but it will be solved in v6 ;)

gothicuser 12-26-2006 10:12 AM

So can't wait for v6.0 https://vborg.vbsupport.ru/https://vborg.vbsupport.ru/https://vborg.vbsupport.ru/

hohleweg 12-27-2006 06:49 AM

Hi
Thanks, but the link dosent go
please look at the picture
there are two // (slash) in the link
joachim

dennysperez 12-27-2006 11:00 PM

Installed - Thanks


All times are GMT. The time now is 02:43 AM.

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.02869 seconds
  • Memory Usage 1,840KB
  • 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
  • (2)bbcode_code_printable
  • (22)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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