Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 22 of 22
Search took 0.00 seconds.
Search: Posts Made By: Rostor
Forum: vB3 General Discussions 11-24-2005, 01:53 PM
Replies: 4
Views: 1,176
Posted By Rostor
Hi JJR512, I don't know if you need the code...

Hi JJR512,

I don't know if you need the code anymore, in any case I give you my solution (that is real similar to your) :D

In newthread.php I added 2 lines,

First for the text that must...
Forum: vBulletin 2.x Full Releases 03-04-2002, 05:59 PM
Replies: 19
Views: 3,579
Posted By Rostor
.htaccess method is a good method for apache web...

.htaccess method is a good method for apache web server :) , I work on a IIS 5 Web Server ;)
Forum: vBulletin 2.x Full Releases 03-04-2002, 05:14 PM
Replies: 19
Views: 3,579
Posted By Rostor
Sorry for the mistake :) Here attached the...

Sorry for the mistake :)

Here attached the txt file with instruction to modify attachment.php, hope this time it's good.
Forum: vBulletin 2.x Full Releases 03-04-2002, 09:58 AM
Replies: 19
Views: 3,579
Posted By Rostor
To protect icons and smiles you must use chimage...

To protect icons and smiles you must use chimage script by Christopher Heng, configure the good hosts and the path to images directory, e-mail address and your host homepage.
Then copy the script in...
Forum: vBulletin 2.x Full Releases 03-04-2002, 09:09 AM
Replies: 19
Views: 3,579
Posted By Rostor
Upped last good attachment.php :)

Upped last good attachment.php :)
Forum: vBulletin 2.x Full Releases 03-03-2002, 10:00 PM
Replies: 19
Views: 3,579
Posted By Rostor
Bandwidth Thieves

Looking on my stats during the last day, I found that many people had linked my forum icons and images on other sites/board, due to the high costs of bandwidth I decide to look around to find a way...
Forum: vB3 Programming Discussions 02-05-2002, 06:48 PM
Replies: 6
Views: 1,633
Posted By Rostor
It gives me this error: Fatal error: Call to...

It gives me this error:

Fatal error: Call to undefined function: ob_clean() in C:\Inetpub\wwwroot\Forum\global.php(275) : eval()'d code on line 9

just a little more help plz ? :)
Forum: vB3 Programming Discussions 02-05-2002, 12:17 PM
Replies: 6
Views: 1,633
Posted By Rostor
I use this code for including header.php page in...

I use this code for including header.php page in my vb.

ob_start();
require("swzheader.php");
$header1 = ob_get_contents();
ob_end_clean();


Now I need to include another page...
Forum: vBulletin 2.x Full Releases 08-31-2001, 02:27 PM
Replies: 554
Views: 83,884
Posted By Rostor
Try to send me the file :) ...

Try to send me the file :)

helpguillermo@rostor.net ;)
Forum: vBulletin 2.x Full Releases 08-31-2001, 02:01 PM
Replies: 554
Views: 83,884
Posted By Rostor
No Problem i'm here for other 3 hours :D:D:D lol

No Problem i'm here for other 3 hours :D:D:D lol
Forum: vBulletin 2.x Full Releases 08-31-2001, 01:51 PM
Replies: 554
Views: 83,884
Posted By Rostor
ReHI :) The line must be added in the first...

ReHI :)

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


First part:

require("./global.php");
require("./PluhConfig.php");...
Forum: vBulletin 2.x Full Releases 08-31-2001, 07:33 AM
Replies: 554
Views: 83,884
Posted By Rostor
Hi Guillermo, add this line before the require...

Hi Guillermo,
add this line before the require command:

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

and this one to the end of the script:

chdir("yourpath");

Bye
Forum: vBulletin 2.x Full Releases 08-26-2001, 01:41 PM
Replies: 60
Views: 15,310
Posted By Rostor
Hi All, it works but sometimes give me an error...

Hi All,
it works but sometimes give me an error on header :eek:

Warning: Cannot add header information - headers already sent by (output started at C:\Inetpub\wwwroot\XXXXX\home.php:11) in...
Forum: vBulletin 2.x Full Releases 08-12-2001, 04:40 PM
Replies: 554
Views: 83,884
Posted By Rostor
Hi, this hack works fine...but I'v got some...

Hi,
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...
Forum: vBulletin 2.x Full Releases 07-24-2001, 04:19 PM
Replies: 60
Views: 15,310
Posted By Rostor
Hi Rob, i try your hack but nothing works sorry...

Hi Rob, i try your hack but nothing works sorry :( it will be for the next time
Forum: vBulletin 2.x Full Releases 07-18-2001, 08:29 AM
Replies: 581
Views: 146,567
Posted By Rostor
Hi Jarvis thx for your help but i take a...

Hi Jarvis thx for your help but i take a different way to solve the problem :)
Last Week I bought 2 books about PHP and started to study it !!!
After 3 days i make little modify to lastXX so now...
Forum: vBulletin 2.x Full Releases 07-14-2001, 08:05 PM
Replies: 581
Views: 146,567
Posted By Rostor
Yes I test it as you can see here: ...

Yes I test it as you can see here:
www.swzone.org/main_home.php

It works but gives out many errors.

And I don't know how to solve it.
Forum: vB3 General Discussions 07-13-2001, 05:18 PM
Replies: 38
Views: 5,256
Posted By Rostor
Yes I ' v created a new file and then copied your...

Yes I ' v created a new file and then copied your code.

Then i modified this:

require("forum/global.php");

and test it.

This is the result:
Warning: Undefined variable: REQUEST_URI in...
Forum: vB3 General Discussions 07-13-2001, 04:39 PM
Replies: 38
Views: 5,256
Posted By Rostor
Thx you for fast response ... but it doesn't...

Thx you for fast response ... but it doesn't works to me :confused: :confused:

Gives error on the global.php
Forum: vBulletin 2.x Full Releases 07-13-2001, 11:03 AM
Replies: 581
Views: 146,567
Posted By Rostor
There is a way to make it works on IIS5 ? Or...

There is a way to make it works on IIS5 ?

Or do you now if there are other hacks do the same of last10 ?
Forum: vB3 General Discussions 07-13-2001, 10:58 AM
Replies: 38
Views: 5,256
Posted By Rostor
Hi Mark .... well I wait with you for a response...

Hi Mark .... well I wait with you for a response if there is one :)
Forum: vB3 General Discussions 07-13-2001, 10:55 AM
Replies: 99
Views: 14,535
Posted By Rostor
Y'v done FINE, i want that script ..... hoping it...

Y'v done FINE, i want that script ..... hoping it works on IIS5 ;)
Showing results 1 to 22 of 22

 
Forum Jump

All times are GMT. The time now is 08: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.01610 seconds
  • Memory Usage 2,001KB
  • 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
  • (1)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (22)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (52)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.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/functions_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • forumjump
  • search_complete
  • navbits
  • navbits_complete