vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   NEW Modified RSS News Feed Hack (https://vborg.vbsupport.ru/showthread.php?t=63798)

Sooner95 10-19-2004 06:31 PM

figured that out,, hehe Great hack BTw!

had a quick question..tho might have been asked in the 30 pages of this thread lol

Anyways to keep the rss posts from appearing in the new posts search/count ?

Sooner95 10-19-2004 06:52 PM

nevermind, found it

https://vborg.vbsupport.ru/showthrea...ght=post+count

kctalker 10-23-2004 06:36 AM

I am getting duplicate posts, only one has the article, the other is blank. I am using the current version just installed tonight.

Is there any fix for this or what other information do you need from me? Thanks!

kctalker 10-23-2004 09:39 AM

Actually, it is happening to all my posts since installing this hack. Please help!

My site is http://www.kctalk.com and everything is totally jacked up now. How do I remove the changes from the db?

Slapyo 10-26-2004 03:27 AM

just follow the instructions and do them in reverse and the opposite of what they say.

abaum 10-27-2004 08:38 AM

So that rss 2.0 functions, I took over the code of rsuplido -> https://vborg.vbsupport.ru/showpost....&postcount=354. However thereby <description> is not taken over. Mine rss looks in such a way:
PHP Code:

<item>
  <
title>
    <![
CDATASouleage Site]]> 
  </
title>
  <
link>http://www.domain.com/index.php?id=34</link> 
  
<description>
    <
img src="http://cgnetworks.com/newsimages/2004_10/2004_10_26_soul70.jpg" align="left" class="left" hspace="2" vspace="0" width="70" height="70" /> 
    <![
CDATAText...  ]]> 
  </
description>
  <
pubDate>Tue26 Oct 2004 07:38:00 +0000</pubDate
</
item

Can help their me?

Excuses please my bad English!

Thank you Andreas

Slapyo 10-30-2004 04:22 PM

just looking at the code briefly it looks like rsuplido's code only affects the title.

so, take a look at the section of code for the description and it might be a copy/paste replacement then you just change the <title> to <description> and it might work. i'm not sure, but it might work.

abaum 10-31-2004 06:57 AM

PHP Code:

if(preg_match_all("|<description><img (.+) /><\!\[CDATA\[(.+)\]\]></description>|iUs",$itemData,$match,PREG_SET_ORDER))
            {
                
$desc $match[0][1];
                
$this->CHANNELS[$channelID]['ITEMS'][$itemID]['DESCRIPTION'] = "$desc";
            } else {
                if(
preg_match_all("|<description>(.+)</description>|iUs",$itemData,$match,PREG_SET_ORDER))
                {
                    
$desc $match[0][1];
                    
$this->CHANNELS[$channelID]['ITEMS'][$itemID]['DESCRIPTION'] = "$desc";
                } else {
                    
$this->CHANNELS[$channelID]['ITEMS'][$itemID]['DESCRIPTION'] = "";
                }
            } 

Functioned unfortunately also not. Only the title is picked out. The variable $rss_description remains empty.

Andreas

WizardX 11-08-2004 02:45 PM

Is this all compatible with new 5.0.1 release? Cause I get the following error:

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /usr/sites/isptalk.nl/web/includes/init.php on line 517

Warning: Invalid argument supplied for foreach() in /usr/sites/isptalk.nl/web/includes/sessions.php on line 270




Unable to add cookies, header already sent.
File: /usr/sites/isptalk.nl/web/includes/init.php
Line: 517





http://www.isptalk.nl/rss_install.php

Thanks in advance.

deepdark 11-12-2004 10:55 PM

PHP Version 4.3.9
Scheduled Task Manager :DONE
RSS News Feed Manager:BOT DONE

but no posts do i need to make any other change i mean where i need to define the RSS adresess?


any help please???


All times are GMT. The time now is 06:14 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.01582 seconds
  • Memory Usage 1,750KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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