vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   AboutToday - Bring RSS Feeds and Daily Events to Your Site! (https://vborg.vbsupport.ru/showthread.php?t=107319)

CyberRanger 03-26-2006 09:20 PM

Thx! I can't check it out right now but I will within the next 24 hours.:)

CyberRanger 03-27-2006 02:23 AM

Quote:

Originally Posted by klaush
Usergroup-ID 2


Can View AboutToday? YES
Can Add Events to AboutToday? NO
Can Edit Own Entries? NO
Can Edit ALL Events? NO
Can View Disabled AboutToday? NO
Include link to image button on editor? NO
Can load events from a delimited file? (Use with CAUTION!) NO
Can View RSS Feeds? YES
Can force all RSS Feeds to update? YES

Thanks for your fast reply!

My testing shows that a user with those permissions cannot add a new event. Are you sure the user can?

BTW - I normally would only give "Can force all RSS Feeds to Update" to admins.

bashy 04-12-2006 04:03 PM

Hi

Just got this error when trying to setup a RSS feed, I aint done 1 since the
move to a new host, could this be the reson, if so what do i need to do please?

Code:

Database error in vBulletin 3.5.3:

Invalid SQL:
INSERT INTO histtd_rss(`name`, `desc`, `title`, `url`, `updatetime`, `maxlengthevent`, `todaynumber`, `mainnumber`, `enabled`, `useimage`, `directlink`, `displaytodayevents`, `myfeeds`, `myfeeds2`, `myfeeds3`) VALUES('Sky News Headlines', '', '', 'http://www.sky.com/skynews/rss/article/0,,30000-1-100,00.xml', '60', '', '2', '4', '0', '1', '0', '1', '1'), '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'), '0')' at line 1 Error Number : 1064
Date        : Wednesday, April 12th 2006 @ 11:41:01 AM
Script      : http://www.bashys-place.com/forums/admincp/abouttodayadmin.php
Referrer    : http://www.bashys-place.com/forums/admincp/abouttodayadmin.php?do=rss


CyberRanger 04-13-2006 12:39 PM

Quote:

Originally Posted by bashy
Hi

Just got this error when trying to setup a RSS feed, I aint done 1 since the
move to a new host, could this be the reson, if so what do i need to do please?

Code:

Database error in vBulletin 3.5.3:

Invalid SQL:
INSERT INTO histtd_rss(`name`, `desc`, `title`, `url`, `updatetime`, `maxlengthevent`, `todaynumber`, `mainnumber`, `enabled`, `useimage`, `directlink`, `displaytodayevents`, `myfeeds`, `myfeeds2`, `myfeeds3`) VALUES('Sky News Headlines', '', '', 'http://www.sky.com/skynews/rss/article/0,,30000-1-100,00.xml', '60', '', '2', '4', '0', '1', '0', '1', '1'), '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'), '0')' at line 1 Error Number : 1064
Date        : Wednesday, April 12th 2006 @ 11:41:01 AM
Script      : http://www.bashys-place.com/forums/admincp/abouttodayadmin.php
Referrer    : http://www.bashys-place.com/forums/admincp/abouttodayadmin.php?do=rss


I think this was a problem in an earlier version. Can you please reload the newest version?

bashy 04-13-2006 01:10 PM

Cheers m8, updated and works fine now, thanks

bashy 04-13-2006 01:19 PM

Did any databases ever come to light for this hack,
i.e. on this day in history and the like?

CyberRanger 04-13-2006 01:48 PM

Quote:

Originally Posted by bashy
Did any databases ever come to light for this hack,
i.e. on this day in history and the like?

I don't think so. That is sort of the idea behind the local events (day in history) portion of this program. It lets you build your own database (with the help of who ever you give access.)

bashy 04-13-2006 07:22 PM

Thats a big shame, its gonna take forever and a year to get it half full and thats with help lol :(

Krose 04-20-2006 08:38 AM

thanx a lot for a very nice hack! *clicked install*

CarpHunter 05-15-2006 12:17 AM

Installed it and like it very much :cool: INSTALLED

I encountered one little error though.

Code:

Database error in vBulletin 3.5.4:

Invalid SQL:
ALTER TABLE `histtd_rss` ADD INDEX `name` ( `name` );

Also found the error in the XML.

At line 180 its says:
Code:

        $db->query_write("ALTER TABLE `histtd_rss` ADD INDEX `name` ( `name` )");
Change this to:
Code:

        $db->query_write("ALTER TABLE `" . TABLE_PREFIX . "histtd_rss` ADD INDEX `name` ( `name` )");
This should fix the error.


All times are GMT. The time now is 12:21 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
  • Page Generation 0.01677 seconds
  • Memory Usage 1,746KB
  • 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
  • (5)bbcode_code_printable
  • (3)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
  • (10)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