![]() |
I use the version 3.7 beta4s but I don't succeed to uppare any files, me from' this error:
The upload failed! Upload error. uso la versione 3.7 beta4 ma non riesco ad uppare nessun file ,mi da' questo errore: The upload failed! Upload error. Warning: move_uploaded_file(./downloads/47986-SoftCam Key_04.02.08.zip) [function.move-uploaded-file]: failed to open stream: Permission denied in \downloads.php on line 1300 Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'C:\Windows\Temp\php5D83.tmp' to './downloads/47986-SoftCam Key_04.02.08.zip' in \downloads.php on line 1300 |
give it a hack to show the newest downloads on forumhome ?
and Is it possible to make an rss-feed for the newest downloads ? |
Quote:
|
Quote:
Removing categories using the AdminCP isn't created for removing files. Manage files should normally work fine. Are you giving up correct values in the dropdown menus (for pin etc.) when getting the files you want to select? Quote:
Quote:
You also need to do an extra step when you are running PHP in safe mode, but you should get a notice about that too normally. Quote:
|
I just want to give this coder a big rap he listens and responds to each and everyone of us, what allso really impresses me in this mod is that it is the http://validator.w3.org/ WC3 markup validation, this is really helping me to streamlin my site and get it to pass, I wish more developers would try and pass XHTML 1.0 Transitional Validation
I think all Hacks Mods should be put though the XHTML 1.0 Transitional validation before being allowed to be disstributed on here. |
thanks for replying :)
welll i did pick unpinned and approved but istill cant see any files at all |
Quote:
The AdminCP contains a lot of (easy to fix) XHTML errors which won't be fixed (not important enough). I just made it valid for having clean code, but it's still pretty ugly XHTML code as vBulletin is using tables. I really hope vB 4 will be semantic. Making it necessary for posting mods would go too far IMO, but it would be nice to have it as an extra checkbox for mods. That would encourage mod authors a bit. Quote:
|
This may have been covered, but I weeded back a few threads and see nothing. Under my AdminCP, when I select the "Downloads" under the Downloads... it list's one file that delete earlier only... but I have a bunch of files uploaded. This is only under the AdminCP. Any help with that?
|
The DownloadsII "Downloads" part in the AdminCP is the downloads log. So these aren't files or something, but just a log of what files were downloaded when and by which members.
You can prune it automatically using the "Prune Download log entries" setting ;) |
well just the downside i got 150 sub categories but anyway i will delete it thanks for helping for that and thanks aswell for the updates of "thank you button" and renaming a picture :)
|
thank you Jelle :D
|
Quote:
I seen others ask for this... but is there/will there be a way to prevent users from categories/sub categories. I have my downloads open to only certain folks. But I would like to open it more, but only certain public categories. The usergroup setting is off or on... there is no control there... |
Quote:
Quote:
|
Great mod.. but when I enable the "tops" on all pages settings the WYSIWYG breaks the layout and expands the right table. (I would show you but it only does it when the user is logged in)
I guess this could be fixed by disabling comments but I would love to keep the comments and tops on all pages simultaneously, if possible. |
Quote:
Ahh! Ok! that works! Somehow I missed that. I see that you have to list all categories and subcategories... But that is cool. Thanks and great MOD!!! |
regarding your post about ads
https://vborg.vbsupport.ru/showpost....postcount=2270 Is it possible to only allow specific usergroup to view the ads? |
Quote:
Quote:
HTML Code:
<if condition="is_member_of($bbuserinfo, 6)"> HTML Code:
<if condition="is_member_of($bbuserinfo, 6)"> HTML Code:
<if condition="is_member_of($bbuserinfo, 6, 9, 10)"> |
thanks it works great
|
If anyone has a good downloads.php addon for the vbseo google/yahoo sitemap generator (stand alone mod) which does not generate a parse error because it misses a ; somewhere (at least the error notice says this) I would really be obliged.
Because support is very slow in that mod, if any. |
the bbcode is not activated on download main page. when i view the files through the category i only see commands while i visit the download page i can see the bbcode activated...
|
Quote:
Quote:
|
{removed upon request]
|
Quote:
|
ok i just moved servers to a VPS one, this mod worked just fine till after change. now everytime i try to download a file it gives a "file error". (all my users have this issue).
Or the file will open in a new firefox tab with a bunch of weird symbols etc.. Any fix or reason how to fix? I CHMOD 777 the downloads directory, downloads.php is CHMOD 664 tried 777 but no cigar. |
Quote:
Also see Mod Exploit Guidelines |
im turning this mod off until the so called sql exploirt has been cleared off
|
Is there indeed an existing exploit at the moment? People can say there is, but I won't turn downloads II off until it's confirmed.
@RSJelle: I think the problem is in the code of the addon. Probably the "order by" piece. It's complaining about a missing ; or something, you are good at code, maybe you can see what's wrong because you know a lot of code and also know which tables are used in the present downloads II version. This is the downloads addon code they use: Code:
$mods = $db->query("SELECT id,name FROM " . TABLE_PREFIX . "dl_cats ORDER BY `id`"); If you can't see it, oke, bad luck for me then.:) |
Quote:
|
Quote:
Until we recieve more detailed information on the alleged exploit, there is not much we can add to this. To avoid confusion: There is no confirmed exploit at this time in this modification. |
Quote:
You don't need to chmod downloads.php as there's no need to change it :p Quote:
|
When I enable it in vbSeo it will run but my sitemap4_xml.gz will have parse error, when I open that it will say a notice "expecting ; ".
I will run it again later today and try to give you the exact notice which is appearing in the sitemap file. |
Oke, got the error for you, when running it in the generator it will give no error. The error is in the output.
When I look with editpad lit in the sitemap_4.xml the last line is this: Code:
<url> Code:
- <url> When google sitemaps has this file it also says it has a parse error. When I start the addon without the seo and without being logged in I get this error: Code:
Fatal error: Call to a member function query() on a non-object in /home/satfun/domains/satellitefun.org/public_html/bbs/vbseo_sitemap/addons/vbseo_sm_downloads.php on line 21 |
Can you put the full XML file with the error online (pm me the url)? There's a syntax error in it, but it's easier for me to look at the original as this part is a bit strange (for example the span tag?).
Try to use this PHP code for solving the query() error: PHP Code:
|
Same query error with this correction. Like I said, I think it has to do with running the .php file without being logged in.
Find with me this way, stranger can't do strange things with my database this way.:) I send you de pm. |
For fixing the XML, try this (added missing HTML entities):
PHP Code:
|
@RSJelle: Many many many thanks man! You are the best!!! 300 kuddo's for you.
You really are a great coder, it's working like a charm now. Thanks! I'm going to post the solution you gave in the mod there too by linking here.:) I'm really happy now!:D |
i may have overlooked this .. but 24 pages of posts is much :P
1. an "uploading" image. some files take a liong time to upload. people might think it crashed or got stuck. an uploading image might show them its just taking long :) 2. a thumbnail beside every uploaded type of file. maybe even an thumbnail from the image/pics themselves? 3. Somehow, files from 30-40MB and up dont upload. My server is pretty fast and i have space to spare... so a 30-40 MB file isnt a problem. Is this a problem for DOWNLOADSII ?? (The usergroup settings all have 100+ MB as limit.) www.glcoti.com |
3.) The uploadproblem of 30-40 mb or higher could be a server limitation problem.
Could be the host has set the upload_max_filesize = 40 mb. Check the php.ini or ask your host what filesize it says. The other ones I don't know.:) |
yeah, checked.. and its only 2 MB :(
|
Quote:
https://vborg.vbsupport.ru/showpost....postcount=2136 Quote:
|
All times are GMT. The time now is 12:27 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|