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)
-   -   Instant Txt/ Html/ Java File Forum Integration (https://vborg.vbsupport.ru/showthread.php?t=66084)

SKNY 01-18-2006 10:14 PM

Not officially from Erwin,

but if you download his basic file from above and are unable to get it to work on you vBulletin 3.5.X Version you have to make a small fix. A function used by this Modification was replaced with another one for the 3.5.X series.

I have it currently working on 3.5.3, but it should work with the 3.5.X series.

So the fix to get it working on 3.5.X. (Special thanks to Paul M for this coding help)

Step 1: Download file above.
Step 2: Search for:

Code:

globalize($_REQUEST, array(
'file' => STR,
'title' => STR
));

Step 3: Replace With

Code:

$vbulletin->input->clean_array_gpc('r', array(
    'file' => TYPE_STR,
    'title' => TYPE_STR,
)); 

$file = $vbulletin->GPC['file'];
$title = $vbulletin->GPC['title'];

It should start working after doing this. I'll be glad to help anyone who needs additional help since no Erwin since June. (Hope you don?t mind Erwin =) )

drex 01-19-2006 08:58 AM

nevermind!

fixed my own stupid error!

Thank you so much!

oberheimer 01-21-2006 12:52 AM

Ok saw the abow post, this should fix the problem, thanks

rex_b 05-15-2006 02:16 PM

Thanks for the fix ;)

yoyoyoyo 12-03-2006 07:29 PM

Quote:

Originally Posted by SKNY (Post 876594)
Not officially from Erwin,

but if you download his basic file from above and are unable to get it to work on you vBulletin 3.5.X Version you have to make a small fix. A function used by this Modification was replaced with another one for the 3.5.X series.

I have it currently working on 3.5.3, but it should work with the 3.5.X series.

So the fix to get it working on 3.5.X. (Special thanks to Paul M for this coding help)

Step 1: Download file above.
Step 2: Search for:

Code:

globalize($_REQUEST, array(
'file' => STR,
'title' => STR
));

Step 3: Replace With

Code:

$vbulletin->input->clean_array_gpc('r', array(
    'file' => TYPE_STR,
    'title' => TYPE_STR,
)); 

$file = $vbulletin->GPC['file'];
$title = $vbulletin->GPC['title'];

It should start working after doing this. I'll be glad to help anyone who needs additional help since no Erwin since June. (Hope you don’t mind Erwin =) )

I did the changes and no content being pulled in from the text file I am pointing to. any help is appreciated.

frenzi 03-24-2008 09:31 PM

....................


All times are GMT. The time now is 09:49 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.04173 seconds
  • Memory Usage 1,729KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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