![]() |
Hi Guys, I love this product and use it on 5 forums that I am running.
I'm just starting up a new forum, with VB5 Connect (got to give it a go sometime!). Has anybody tried this on VB5? I'm assuming that it won't work at all. Is there any workaround? |
Quote:
Quote:
Quote:
Quote:
How do I get around this problem? |
Quote:
Quote:
|
Just confirming that this (the two posts above) worked perfectly.
Thanks, y2ksw! |
Quote:
Glad you got it working properly :D. |
Hi, I've been using this addon for years and it's great.
I have a question about the horizontal banners. My site forums are located at http://www.screamandfly.com/forum.php The horizontal banners display on the top and bottom. I was wondering if there is any easy way to specify the horizontal banners to only display in the header? Also, does this addon prevent the VBulletin system horizontal banners (above footer) from displaying? Thank you! |
If you put all of the horizontal banners into the same group/position #, and reference that group in the header of the forum where you want them to display, it will just use that group there.
|
1 Attachment(s)
Thank you rhody I appreciate your help. I did not originally install this modification on my forums (my admin did, and unfortunately, he is no longer with us). So I am a bit ignorant as to why things are as they are. It appears that I have only one location for horizontal banners, and that location places all horizontal banners into rotation in both locations - above the footer, and below the header. I assume my old site admin set it up so 'position 0' is referenced in both those locations? I see no option to place banners in those two locations respectively.
Here is a screenshot of the CP for the banner system. Position 0 is for horizontal banners in both positions collectively. All other positions seem to be for vertical banners. Thanks again for your help.:) |
If you have some that are a custom size and you want them isolated from the others, you could use group2 or group3 just for those, and reference it from the code that shows in your header. As long as the banners reference group 2, and the location references group 2, it will only pull from that group for that section.
I do something similar on one of my forums at www.ppfacorner.com If you refresh it several times, you'll see rotating banners from 3 different groups (each is a different size) |
figured it out
|
Hi y2ksw ,
from some days, an unknown users, uses "sql injection" in the rbs_banners table appending malware script in the field "text" there are vulnerabilities to be corrected? Can you help me ? Thank you Sandro vbulletin: 3.8.9 Patch Level 1 PHP: 5.3.8 MYSQL: 5.5.16 |
Hello
My banner images on my server. How can I put local link without www like /banner/sample.gif ? My other problem is start and end date always change when I edit any banners,why ? Regards |
Quote:
The most recent WORM attacks write directly to the plugin cache and are untraceable through the plugin list. The real problem however are one or more scripts which have been introduced to your system or site, which can be called from attackers at will. I have solved the problem with a dedicated server and strict rules: 1 forum administrator, 1 system operator, secure Apache build (no fast_cgi etc) with security modules enabled, binding and local security rules for PHP (open_basedir, upload_tmp_dir to dedicated folders for each site), and, last not least, fail2ban against insisting hackers. To clean a broken system, practice has revealed that downloading all scripts and passing them through Avast helps to find all hacked scripts and intruders, while printing styles, plugins and cache tables help to find already injected code. All together it takes 10-20 minutes to clean an infected system, but unless then, everything is "mayhem". |
Quote:
Start and end dates may change on edit depending on your server settings and some time setting discrepancies between the system server and mysql server. I don't know the exact reason, but some servers work flawlessly while others do cause even irregular time skips, such as 1 hour and 42 minutes. It might be a missing or defective time synchronization between both. |
Quote:
Regards |
Quote:
|
Hi Again,
I'm sure some time problem in this product. When I enter any start or end time for example Start : 23 Sep 2016 17:00 End : 25 Sep 2016 15:00 And save this and enter again same banner time seems like that Start: 24 Sep 2016 03:00 End: 26 Sep 2016 01:00 +10 hours different when I enter again. Our server time is sync and mysql also sync with same clock. And never seen before similar problem. My forum version is 4.2.3 Here is my server result root@ [~]# date Thu Sep 29 20:24:25 EEST 2016 root@ [~]# mysql -e "SELECT NOW();" +---------------------+ | NOW() | +---------------------+ | 2016-09-29 20:24:30 | +---------------------+ Any idea ? Because I never see any problem before other software or plugin etc. |
Quote:
|
Quote:
|
Quote:
The queries you made in order to find out, are relative to the user account. If you query the system time of your server, you can only rely upon UTC. Code:
# date -u Code:
SELECT NOW(); Code:
mysql> SELECT NOW(), UTC_TIMESTAMP(); |
In addition to what I said before, the RTC may or may not store the system time in UTC. I have several computers which run alternating Windows and Linux, and on a few I had to use specific flags in Linux in order to keep the time always the same between switching OS. Since it is a hardware setting, there is no guarantee that one setting working on one computer will do also on another.
|
I tested now here is the result
mysql> SELECT NOW(), UTC_TIMESTAMP(); +---------------------+---------------------+ | NOW() | UTC_TIMESTAMP() | +---------------------+---------------------+ | 2016-09-30 17:12:12 | 2016-09-30 14:12:12 | +---------------------+---------------------+ 1 row in set (0.00 sec) It is not 10 hour different |
Quote:
This classic example makes clear that things can become pretty complex and explains also why vbulletin stores the current time in the constant TIMENOW, relative to the "apache" user. This variable may be then adjusted to specific needs, but this plugin does nothing to it, because it cannot make a choice. So eventually I could add a parameter in the settings which allows you to change this offset manually, but then there will be quite some user having problems with their timing at another level, which is impossible to guess. As long as there is no such parameter, there is no need for me to solve server side issues. If there was, I would have every day 10 questions how to make timing work properly, which I can't answer, because every server setting is different. Taking all possible variables, there are 1*2*3*4=24 legit settings (server, mysql, apache, vbulletin) which would directly influence the behavior of any given setting at one place or another. I hope I have answered your question and the final, short reply is: "There will be no option to set the offset manually" :) |
Finaly problem solved :) My php.ini timezone was set Los Angeles time zone. It seems 10 hour different from here. Now I set Europe/Istanbul and problem gone :)
Thanks for your support Regards |
Quote:
Thank you for working out the problem, which will be helpful for all other users who have asked this question! |
1 Attachment(s)
Quote:
I have other question about the List screen. Is it possible to add start and end time to column like my attachment ? Because I cannot see start and end time in list. If I have 50 banners I'll be crazy :) https://vborg.vbsupport.ru/attachmen...1&d=1475356866 Regards |
Quote:
|
Thanks for posting this. Mine always adjusts it one hour every time I re-save a setting in this mod, and fixing it in the php file sounds like the perfect fix :) Great! Love this code add on
|
Quote:
|
Quote:
|
1 Attachment(s)
Anyway :) Dear y2ksw I made some works on 1 file. If you agreee you can put your product. Because now very useful I think. But please check the file, I tested many times it is working. Because I'm not coder but I'm a software engineer. I hope users happy with this. Only add Start and End Date table
https://vborg.vbsupport.ru/attachmen...1&d=1475573089 Regards, |
Quote:
Google search: mysql unix time Result: https://dev.mysql.com/doc/refman/5.5...functions.html |
Quote:
Regards |
Then, if you really must, add this line to the file 'admin/admin_rbs_banner_list.php' at line 153:
Code:
$SQL = str_replace('ORDER BY id', 'ORDER BY enddate', $SQL); |
Quote:
|
Hi @y2k (mod developer),
Curious if we could get your help to further extend RBS to allow more ad placements? We are currently using all 10 spots on our forum, primarily serving ads to desktop users. Now we'd like to add some additional ad positions in our mobile forum template so we can serve ads to mobile visitors and get more exposure for our advertising partners. We may need about 5 more ad positions. Is this addition we can pay for? Thanks! M |
Quote:
|
Thank you!
|
First, thanks for the excellent mod!
Click tracking is not working for me with vB 3.8, and version 2.3.4 of RBS. I am using the "Image / Flash" field to point to a JPG, and the "URL" field to point to an external website - i.e I do NOT have a custom embedded script. The banner is active, enabled, and does NOT have Max Impressions or Max Clicks set. The banner image is displayed correctly and the link does correctly point to the tracking page: /forum/rbs_banner.php?id=XXX&userid=YYY. The tracking PHP page also correctly redirects to my final destination URL. However, the "Clicks" reading in the "Manage Banners" area and on the "Banner Statistics" pages both always shows 0, even after I have personally clicked on a banner. This happens for all 3 banners that I have running. The First/Last click statistics do show dates though! Impressions: 231 Clicks: 0 CTR: 0% First Click: Mon, 21-Nov-2016 09:33:57 GMT Last Click: Tue, 22-Nov-2016 18:23:51 GMT The only thing perhaps different about my use-case is that I am displaying the banner on a vBAdvanced CMS page which is in the root folder of my website but the vBulletin install is actually within a sub-folder called "/Forum". The banner image is also NOT beneath the "/Forum" path and therefore I had to use a fully qualified absolute URL to point to the image. |
Quote:
Could you please try the same banners on a standard forum page? If they work there, then it's definitively a problem with rendering the pages. |
All times are GMT. The time now is 10:58 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|