![]() |
Installation went well, permissions set, plugin enabled in the main. But nothing is showing up on the attachments
I'm running vB 3.5.2 , it it not compatible? Edit: Apparently the image I was using was too small in resolution or something.. . that's why I saw nothing, it works now with large images and zip etc :tired: |
Quote:
2) Upon installation, you won't have any data in the table, so login to your forum and download one from any thread. Afterwards, come back to the admincp and see if the download appears in the quick search. If you have some crons setup do only update things like once an hour .... then of course you'll have to wait for that period of time. 3) If you had a previous 3.0.x version, and your expecting to see the old data immediately, that's not how my v1.1.0 is setup. I made importing an "option" which you will be able to use after you gain access to the search engine (by downloading one file to start things). If #2 & #3 don't solve the mystery, then it's probably #1. |
Ahh, please read the edit of my previous post, now I feel bad for having you type all that up...
It's up and running fine :) During installation it told me I had previously installed it on 3.0.x, I don't even remember that far back! :speechless: |
Don't worry about my typing bro.
I talk a lot. Glad it's all good. Feedback would be helpful. I always like to hear ideas, good and bad. And I like to fix things. |
Quote:
I am sole owner. I have all the permissions. I can execute requests SQL from my admincp in my config.php $config['SpecialUsers']['canrunqueries'] = '1'; it's me ok other thing to make for this permission? |
There definately appears to be compatibility issues with 3.5.2. Here's what I get when someone downloads the file:
Code:
Database error in vBulletin 3.5.2: Code:
<br /><strong>Warning</strong>: mysql_real_escape_string(): 7 is not a valid MySQL-Link resource in <strong>/includes/class_core.php</strong> on line <strong>657</strong><br /><br /><strong>Warning</strong>: mysql_real_escape_string(): 7 is not a valid MySQL-Link resource in <strong>/includes/class_core.php</strong> on line <strong>657</strong><br /><br /><strong>Warning</strong>: mysql_real_escape_string(): 7 is not a valid MySQL-Link resource in <strong>/includes/class_core.php</strong> on line <strong>657</strong><br /><br /><strong>Warning</strong>: mysql_real_escape_string(): 7 is not a valid MySQL-Link resource in <strong>/includes/class_core.php</strong> on line <strong>657</strong><br /><br /><strong>Warning</strong>: mysql_query(): 7 is not a valid MySQL-Link resource in <strong>/includes/class_core.php</strong> on line <strong>395</strong><br /><br /><strong>Warning</strong>: mysql_error(): 7 is not a valid MySQL-Link resource in <strong>/includes/class_core.php</strong> on line <strong>837</strong><br /><br /><strong>Warning</strong>: mysql_errno(): 7 is not a valid MySQL-Link resource in <strong>/includes/class_core.php</strong> on line <strong>855</strong><br /><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
I have vb 3.5.2 also and i get the exact error!!
Its not showing who has downloaded what either, when i click Who Downloaded, it says 2 downloads of File but no names or IP's also it is not logging downloads at all, and the Quick Search Engine is not finding anything.... Bashy Quote:
|
I also have upgarded to vB3.5.2. I get the same error.
so, I have de-installed the Whodownloaded Plugin and tried to reinstall it. But i get th following error message: Quote:
Mr.Blunts: Can you have a look at it and release a new version of "WhoDownloaded" ??? Many, many, many thanks. |
I get the error too.
I'll probably have it fixed by morning. PLEASE DO NOT UNINSTALL!!! PLEASE DO NOT UNINSTALL!!! PLEASE DO NOT UNINSTALL!!! PLEASE DO NOT UNINSTALL!!! JUST "DISABLE" THE PRODUCT!!! You do NOT have to worry about anything if you do this. |
Thanks Mr. Blunt :)
|
I'm still testing but the major fix is as follows:
1) Go into "Plugin Manager" (not Product Manager). 2) Find "Whodownloaded IP - Enable Logging" plugin and click Edit. 3) At top, Change the Hook to "attachment_display" (1 above attachment_complete). Or wait another few hours and I'll upload fix. Sorry for the delays. I think I found a couple other real minor issues that I'm working on as I type. |
Quote:
what is necessary to make? |
Quote:
I do see the installation bug, but I'm not sure yet on how to fix it. This is not an easy one to solve. It appears to me like vB352 addressed an issue pertaining to unused bitfields, like for people who forget to delete the bitfield file after installation, which in turn is screwing around with my installation/uninstallation codes. Do not install this. Do not uninstall this. Even if you really want to!!! There are only 2 fixes right now. "Disable" my product until I fix the install/uninstall codes. ...Or... Edit the plugin called "Enable Logging" and change hook so it says "attachment_display". |
I take it this hack is for attachments and not external url's?
Would it be possible for a hack like this do the same for external url links? |
v-1.2.0 - December 12th, 2005:
|
GREAT JOB, Mr.Blunt !!!
|
Works flawless so far. Love that you have included the usergroup in the menu. I wish that more of these hack would include a menu where permissions and other options are added.
Thanks! |
I have 2 quick search engines my ACP https://vborg.vbsupport.ru/attachmen...chmentid=39224
|
Quote:
|
Quote:
I don't forsee myself merging a links manager into this, but anything is possible. The topic is open for discussion though. |
Hi Mr Blunt
Please can you tell me where i can edit the button as it looks a little too long? Regards bashy |
Quote:
That's the best I.E. can do. Your not going to save a lot, but I suppose you could force the "postbit_attachmentthumbnail" template to use my BMP file instead of the html code (or your own picture). Find this: Code:
<if condition="is_browser('ie', '5.5')"> Code:
<a href="blunts_whodownloaded_ip.php?$session[sessionurl]fid=$attachment[attachmentid]"<if condition="$show['newwindow']"> target="_blank"</if>><img class="button" src="$stylevar[imgdir_attach]/blunts_whodl_vertical.bmp" alt="$vbphrase[blunts_whodl_who_downloaded]" border="1" title="$vbphrase[blunts_whodl_who_downloaded]: $attachment[attachmentid]" /></a> src="$stylevar[imgdir_attach]/blunts_whodl_vertical.bmp" Another way would be to change the phrase which gets displayed to something shorter, which is in the same area of code, and then it will shrink to fit .... for IE only of course. P.S. - I was assuming you meant the vertical button next to images. If the horizontal one is too long, it works the same way so find the similar code for each of the 4 templates we edit instead of just the thumbnails. |
Hi
Ok thanks Mr Blunt, I will give this ago... It is the normal Who Downloaded Button (horizontal) that needs shortening.. So let me get this right...all i need to do is shorten the phrase, if so how and where, sorry for sound like a thickett.. Just the word "who" would be great... Regards Bashy |
Something like this:
Code:
<if condition="is_browser('ie', '5.5')"> value="who" Where this used to be: value="$vbphrase[blunts_whodl_who_downloaded]" |
Hi again...
Thanks for this, i have just changed it to what you said but its still showing Who Downloaded, I copied all your text and pasted over so there could not have been any mistakes! Any ideas? Sorry for the messing about :( Bashy |
GREAT JOB
thanks install and work 100% |
Quote:
Thumbnails in any other browser still use a real picture for the button because other browsers don't have ability to show a vertical html button, so you would have to design your own small button and edit code to insert your image's filename. For the horizontal buttons, you still have to edit the other 3 templates. You edit them the same way. Find the button, change the value parameter. |
Hi m8...
I think im gonna have to leave it as it is.... :o the more i look at it the more appealing it becomes lol.....All is working, so i think im gonna leave it this way :) Thanks again for your time... Regards Bashy |
All seems to work just fine except for when I go to post
Quote:
|
Awsome!! Works VERY well! The only complaint I would have is having "Blunts Whodl" in my control panel....dont look right. Other than that, AWSOME!!
|
Everything installed easily except when clicking on Quick Search Engine in Admin panel a 404 error occurs. I checked forum url in options panel, was ok, then changed url to main site to see if that made any difference. Didn't. Still get 404 error with main web site address for "Return to site". Database has no errors, and no errors reported by vbulletin.
Suggestions? |
nanaimobar,
Sounds like you didn't upload all the files that came inside my "upload" folder to your server. Or that you maybe didn't upload them all to the correct folders. Or that you did upload them, but maybe your normal "admincp" is not named that, in which case you need to put the contents of that folder (the file named admin_blunts_whodl_ip.php) in whatever that renamed admin folder is. . |
Hi Mr. Blunt,
I had renamed my admincp folder (I've fined myself 5 dollars for making such a simple mistake as not connecting the dots, so to speak) so I moved your file to the correct folder on my server and.... now I get an error code, which doesn't all paste into here for some reason, that begins with "SCU$" and follows with a dozen or more letters and squiggles that make no sense to me. All other files are in their correct place as everything else appears in the admin section of vbulletin, and seems to work. I shall spend this weekend fiddling about and see if I can get this too work and report back. |
Installed and working 100% on VB 3.5.4.
Nice hack indeed and glad I found it now. Well done. |
Everything seems to installed 100% correctly as in no errors at all!!
But nothing works, i get all the options and stuff in the acp, i have it set to on, usergroups are set, but when i go to forum there is no "Who Downloaded" thing anywhere. I looked in the usercp and nothing. The template edits are there, but it seems the forum is ignoring this mod for some reason and i don't know why. |
Thanks for coming up with this hack. But for some reason, "Who Downloaded" doesn't appear beside attachments. Nor does it show up in the Attachments section in my User CP under "Date." I have vBulletin 3.5.4.
Your help is greatly appreciated. Actually, I don't quite understand step 4 of the installation: "MERGE 'style_blunts_whodl_ip.xml' over your styles (ignore version)." I just imported it using Add/Import from the Product Manager. Does it have something to do with it? |
I just figured out my problem.
@berayiwu5 You probably have the plugin accelerator installed right? Well rebuild your plugins and it should work fine >8) |
Quote:
|
OK. I finally got it working. It's an omission on my part. Thanks. Great hack.
|
Excuse me... is this retroactive? Thanks..!!!
|
All times are GMT. The time now is 11: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:
|