vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Last XX Posts on non-vB page (https://vborg.vbsupport.ru/showthread.php?t=12324)

pdatoon 01-14-2002 02:33 PM

Hi Guys,

Do you know how it can be used to make some syndication?
I want other sites to display that info.

Steve Machol 01-14-2002 02:34 PM

There is a syndicated news hack somewhere in these forums. I use it on my site and it works great. Search for 'syndicated news'.

Gutspiller 01-16-2002 05:17 PM

Does this hack work on other urls too? Or does it only work on one url? Is there a way to make it work on two urls, but one forum?

Gutspiller 01-18-2002 04:55 PM

If the thread is multiple pages, it still only links to page 1 of the thread. Is it possible to get it to link to the last page of the thread so they don't think the system is screwed up? If this could be changed it would really help me out.

I would really appreciate it if this modification could be made. :)

discussfitness 01-27-2002 09:06 PM

Is there anyway of displaying the "last x" posts on another domain and on a .html page? Maybe there is some javascript that you could use? Please help.

LanciaStratos 01-28-2002 02:00 AM

Well, is there any way I can use this on another site? My forums are at http://forums.gtplanet.net, but I want to show the last 10 threads on my homepage, http://www.gtplanet.net. I've tried all kinds of little tricks, but none of them work. Can anyone help?

Lionel 01-28-2002 06:02 AM

Quote:

Originally posted by LanciaStratos
Well, is there any way I can use this on another site? My forums are at http://forums.gtplanet.net, but I want to show the last 10 threads on my homepage, http://www.gtplanet.net. I've tried all kinds of little tricks, but none of them work. Can anyone help?
have you tried that:

<?
$fd= fread(fopen("http://www.site.com/forum/page.php", "r"), 100000);
if ($fd)
echo $code;
?>

this code grabs any info from any site and can be used with a starting point and an end point, making you grab only what you need, but I don't think that you need that in your case. My experience with that, it slows things down a bit, because it has to go and read from another site.

Gutspiller 01-28-2002 04:51 PM

Can you please make it so that if the thread is two pages, that the link links to the second page, instead of the first? Great hack Tube. If you want to see how I modified it, check out this link:

http://www.theforumz.com/forumz/show...=&postid=47239

-=dm=- 01-28-2002 07:39 PM

Hi
I runing postnuke on my server can I also use this hack?

thanx for any information:)

LanciaStratos 01-28-2002 10:44 PM

Quote:

Originally posted by Lionel


have you tried that:

<?
$fd= fread(fopen("http://www.site.com/forum/page.php", "r"), 100000);
if ($fd)
echo $code;
?>

this code grabs any info from any site and can be used with a starting point and an end point, making you grab only what you need, but I don't think that you need that in your case. My experience with that, it slows things down a bit, because it has to go and read from another site.

Thanks Lionel, but I'm using SSI. :( Is there still some way I can do this?


All times are GMT. The time now is 05:26 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.02660 seconds
  • Memory Usage 1,733KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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