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)
-   -   Geek AutoLinker 4.02 (https://vborg.vbsupport.ru/showthread.php?t=76054)

Razz 02-25-2005 08:19 AM

Ok I have applied both those fixes now and checked that $gal_settings['leading_space'] definately equals 1 when safe mode is enabled, however it still doesn't work properly with urls.

Example:

I added google and http://www.google.com into settings to be replaced as a test.

the post consisted of www.google.com

it attempts to replace the google in that url and therefore breaks the url even though the leading space option is properly set and being retrieved correctly.

venomx 02-25-2005 08:35 AM

confirmed.. I put amazon to point to my amazon link. If I type www.amazon.com it messed up the link, but amazon.com and amazon are ok...

MajorFm.com 02-25-2005 01:34 PM

Im running safe mode but it still seems to mess up urls... i been round and round this thread and upgraded twice!

cant work it out...

example: http://www.majorfm.com/forum/showthr...ed=1#post32086

Razz 02-25-2005 02:32 PM

One thing worth noting, if your running PHP 4.3.10 or 5.0.3 and suffer with the unserialize slowdown then you can still use this hack but i would also reccomend (highly) the hack to store the datastore in the filesystem, due to the extra unserialize calls used in the autolinker.

Info here: https://vborg.vbsupport.ru/showthread.php?t=75032

The Geek 02-25-2005 04:10 PM

Sweet! THanks Razz... I fixed the gal_setting typos mentioned in your earlier post and I found the sneaky little bug that was causing the datastore to be built in danger mode even when you were actually choosing safe mode.

To upgrade, replace the gal_admin file with the one included in the 2.04 package. Also, edit your functions_showthread.php file and replace:
PHP Code:

if ($gal_setting['leading_space']==1){ 

with
PHP Code:

if ($gal_settings['leading_space']==1){ 

Should work now :)

MajorFm.com 02-25-2005 04:21 PM

i did that fix but still get the same problem...

http://www.majorfm.com/forum/showthr...ed=1#post32195

RichieBoy67 02-25-2005 05:16 PM

I would like this for my site but have all the bugs been fixed yet??

--

The Geek 02-25-2005 06:38 PM

Quote:

Originally Posted by MajorFm.com
i did that fix but still get the same problem...

http://www.majorfm.com/forum/showthr...ed=1#post32195

Have you rebuilt in safe mode after replacing your gal_admin.php and applying the fix to functions_showthread.php? I have tested here and it seems fine.

If so - edit the rebuild_datastore function in your gal_admin.php in there you will find some echo commands commented out. Uncomment them, rebuild in safe mode and then PM me the results.

Thanks

greenhybrid 02-25-2005 06:54 PM

I'm confused. You make the changes and then what do you have to do?

The Geek 02-25-2005 07:12 PM

Quote:

Originally Posted by greenhybrid
I'm confused. You make the changes and then what do you have to do?

in your admincp, click the settings option in your Geek AutoLinker category. Then click safemode.

HTH's!


All times are GMT. The time now is 12:15 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.01889 seconds
  • Memory Usage 1,743KB
  • 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
  • (2)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
  • (3)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