Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Geek Auto-Linker 4.5 LITE Details »»
Geek Auto-Linker 4.5 LITE
Version: 4.5c, by The Geek The Geek is offline
Developer Last Online: Jan 2019 Show Printable Version Email this Page

Version: 3.5.1 Rating:
Released: 09-14-2005 Last Update: 01-13-2006 Installs: 104
Uses Plugins
Additional Files  
No support by the author.

From the makers of O and yea comes the eagerly awaited LITE version of Geek Auto-Linker.

GAL is a revolution in dynamic schwizzelsisting for vBulletin 3.5x and dramatically improved from earlier versions to be faster and more efficient.

Package updated 05/12/05
  • Fixes ordinal (order) of replacements
What does it do?

GAL scans posts at run time and automatically hyperlinks pre defined key words of your own creation! Thats right... every time someone types in toe jam, GAL can automatically link it to any URL you can dream of.
In fact, GAL will link several variations on toe jam (or whatever keywords you happen to use).

GAL 4.5 has improved its matchmaking abilities and now matches words returned from searches (though only single key words with no spaces due to vB limitations) and formatted words too! (which it never could before).

There are no file changes, no template changes and currently 1 query (as there is no freaking way to cache the datastore yet). Anyhooo - thar she blows.

For those wanting to have the news module in their vbaCMPS module auto-link... here is a teeny tutorial on it

Click install if you indeed install or you may be mocked publicly for it.

Please note that this is a free LITE version of the PRO version. Therefore there is no hovering popups, stats, impression tracking, BBcode in descriptions, etc...

nJoy

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #162  
Old 09-18-2006, 11:24 AM
fly fly is offline
 
Join Date: Oct 2003
Posts: 1,215
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

fyi... For the people having issues with this hack, I saw a similar one the other day. Can't remember what its called tho.
Reply With Quote
  #163  
Old 09-18-2006, 03:27 PM
rareclownfish rareclownfish is offline
 
Join Date: Mar 2006
Posts: 245
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #164  
Old 11-12-2006, 06:04 AM
MegaBlue MegaBlue is offline
 
Join Date: Oct 2005
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is this working on 3.6.3?
Reply With Quote
  #165  
Old 11-12-2006, 09:52 PM
tanyeri24 tanyeri24 is offline
 
Join Date: Feb 2005
Location: Switzerland
Posts: 229
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mr. Geek is this working with 3.6.x ?
Reply With Quote
  #166  
Old 11-15-2006, 05:00 PM
paidtoshop paidtoshop is offline
 
Join Date: Aug 2006
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #167  
Old 11-16-2006, 07:06 PM
paidtoshop paidtoshop is offline
 
Join Date: Aug 2006
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mawby View Post
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.
Reply With Quote
  #168  
Old 12-05-2006, 03:10 AM
fsakbas fsakbas is offline
 
Join Date: Oct 2006
Location: Istanbul,Turkey
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i am using 3.64 and i install wrongly. and i cant access admin panel. please help me.
Reply With Quote
  #169  
Old 12-05-2006, 03:17 AM
fsakbas fsakbas is offline
 
Join Date: Oct 2006
Location: Istanbul,Turkey
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how can i ununistall
Reply With Quote
  #170  
Old 12-05-2006, 10:56 AM
fly fly is offline
 
Join Date: Oct 2003
Posts: 1,215
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you explain what you did? Why can't you access the admincp?
Reply With Quote
  #171  
Old 12-05-2006, 11:00 AM
Distance's Avatar
Distance Distance is offline
 
Join Date: Jul 2006
Location: Boston, Uk
Posts: 725
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:34 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04810 seconds
  • Memory Usage 2,321KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete