vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Geek Auto-Linker 4.5 LITE (https://vborg.vbsupport.ru/showthread.php?t=96336)

fly 09-18-2006 11:24 AM

fyi... For the people having issues with this hack, I saw a similar one the other day. Can't remember what its called tho.

rareclownfish 09-18-2006 03:27 PM

Quote:

Originally Posted by flypaper
fyi... For the people having issues with this hack, I saw a similar one the other day. Can't remember what its called tho.


If you find it please do share.

MegaBlue 11-12-2006 06:04 AM

Is this working on 3.6.3?

tanyeri24 11-12-2006 09:52 PM

Mr. Geek is this working with 3.6.x ?

paidtoshop 11-15-2006 05:00 PM

Hi.

This works on 3.6.2, but with the same issue as above first post works fine after that no links on second post.

paidtoshop 11-16-2006 07:06 PM

Quote:

Originally Posted by mawby (Post 981296)
OK I did a bit of experimenting and if I take out the caching bit then it works. I now have the following code...

PHP Code:

function process_text(&$text
    { 
        static 
$find
        static 
$replace
        static 
$settings
 
        
$settings =& $this->settings
        
$find   =& $settings['data']['text']; 
        
$replace=& $settings['data']['replacement']; 
        
$find[] = "|<!--GAL-->|"
        
$replace[] = ""

        if (
$settings['limit'] < 1
        { 
            
$settings['limit'] = -1
        } 
        if (
$find
        { 
            
$text preg_replace($find$replace" " $text$settings['limit']); 
        } 
        return 
$text
    } 

...and if you look at the link I gave above you'll see that all the posts are getting processed now. My PHP knowledge is limited though so I don't know what side affect this will have on the system.


You can also set the following to 0

$cached = 0;

This has the same effect as taking out the cahed statment.

Downside is it will hammer the server.

fsakbas 12-05-2006 03:10 AM

i am using 3.64 and i install wrongly. and i cant access admin panel. please help me.

fsakbas 12-05-2006 03:17 AM

how can i ununistall

fly 12-05-2006 10:56 AM

Can you explain what you did? Why can't you access the admincp?

Distance 12-05-2006 11:00 AM

This looks like a brilliant hack.. where is the PRO version and will there be a release for 3.6.x


All times are GMT. The time now is 11:04 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.01451 seconds
  • Memory Usage 1,751KB
  • 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)bbcode_php_printable
  • (2)bbcode_quote_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