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)
-   -   PluhNews 1.5 (https://vborg.vbsupport.ru/showthread.php?t=21875)

BiOS 08-13-2001 09:11 AM

up! ;)

BiOS 08-16-2001 01:02 PM

Quote:

this hack works fine...but I'v got some problems to configure more then 1 headlilne on my home page.

It continues to give me this error:
Fatal error: Cannot redeclare stripslashesarray() in C:\inetpub\wwwroot\swzone.it\forum\global.php on line 10
Any idea what's wrong? :confused: :confused: :(

webhost 08-16-2001 01:12 PM

I followed hack instructions.
here is how mind looks http://www.realwebhost.net/PluhHeadlines.php

Pulsorock 08-17-2001 10:42 PM

does this script works for VB 2.0.3?

sysmom 08-17-2001 11:02 PM

It works in mine. :) And I've only got version 1 of the script going.

deb

ender 08-17-2001 11:58 PM

Check this out: http://www.particlesun.com

It's based off the same concept, just looks different.

Pulsorock 08-31-2001 04:46 AM

Great script
But I get this error when making a include of the headlines from the amin page (/index.php3)
[QUOTE]
Fatal error: Failed opening required './admin/config.php' (include_path='.:/usr/lib/php') in /var/www/pulsorock/foro/global.php on line 72

Rostor 08-31-2001 07:33 AM

Hi Guillermo,
add this line before the require command:

PHP Code:

chdir("yourpath/toforum/admin/config.php"); 

and this one to the end of the script:

PHP Code:

chdir("yourpath"); 

Bye

Renato

Pulsorock 08-31-2001 12:40 PM

Hi Rostor,
So I should add this line
PHP Code:

chdir("/var/www/pulsorock/foro/admin/config.php"); 

To the index.php located in the root folder of my web site before the include line and add
PHP Code:

chdir("/var/www/pulsorock"); 

at the end of the headlines script located in the /foro folder?

Thanks

Rostor 08-31-2001 01:51 PM

ReHI :)

The line must be added in the first and the last lines of pluhHeadlines.php.


First part:
PHP Code:

require("./global.php");
require(
"./PluhConfig.php");
chdir("/var/www/pulsorock/foro/admin/");  // <----- HERE
require("./config.php"); 

Last part:
PHP Code:

mysql_free_result($sql_result);
mysql_close($connection);
chdir("/var/www/pulsorock");  // <---- HERE 



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
  • Page Generation 0.01490 seconds
  • Memory Usage 1,742KB
  • 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
  • (6)bbcode_php_printable
  • (1)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