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)

zachlee 03-09-2005 12:42 PM

Quote:

Originally Posted by The Geek
As far as the CMPS thing - it wouldnt really be too hard. You just need to find where the post text is parsed and put the function_showthread code there. In fact, I thought it already used functions_showthread to parse bbcode - however its hard to say as I am on the road and away from all my code right now.

Geek,

I still have been unable to incorporate GAL into my CMPS index.

www.football-forums.com

When you have a moment (no hurry at all) could you take a peek, and see what I would need to add. I am having no luck at all, and at this point I dont want to break anything.

Thanks!
-Zach

OrangeFlea 03-10-2005 09:32 AM

Quote:

Sorry flea - are you saying that new entries seem to be in safe mode? Im not quite getting you
I should have been clear. Sometimes when I'm browsing the forum I notice that certain words or phrases aren't hyperlinked, and I know for sure that I added them into the keyword library. I go into admincp and confirm, and when I put the hack in "danger mode" again the words and phrases I noted earlier are fixed (hyperlinked). It's as if the thing goes to "safe mode" all by itself or something, and I have to regularly put it back to its "danger mode."

The Geek 03-11-2005 02:32 PM

Quote:

Originally Posted by OrangeFlea
I should have been clear. Sometimes when I'm browsing the forum I notice that certain words or phrases aren't hyperlinked, and I know for sure that I added them into the keyword library. I go into admincp and confirm, and when I put the hack in "danger mode" again the words and phrases I noted earlier are fixed (hyperlinked). It's as if the thing goes to "safe mode" all by itself or something, and I have to regularly put it back to its "danger mode."

hmmm. Thats odd. Ill look into that.

zachlee 03-11-2005 05:35 PM

Geek,

another general question... Is there anything that can block where the URL is going to (in the status bar). So that all links will display in the status bar...

"Link opens in new window, outside of [insert website name here]"

Instead of the basic url information.

Thanks Again!!

greenhybrid 03-12-2005 04:13 AM

Quote:

Originally Posted by The Geek
greenhybrid: Make sure the longer is in the system first.
The order that they are put in is the order they are matched.

That doesn't seem to have worked. I tried long-to-short, and then backwards. In both instances, only the shortest would be linked.

greenhybrid 03-12-2005 04:42 AM

Okay, I was able to do it by sorting by id asc in the mysql query. It creates nested links, but still works fine. On the flip side, I had to take out my title='Learn more about $result[text]' because it was interfering :(

T3MEDIA 03-12-2005 11:57 AM

Quote:

Originally Posted by The Geek
Hey Alex, it looks like you may have an older package. Pre 2.0, there was a fucntions_geek_autolink.php file. Since then the function is inline.

I also went through the code and there are TABL_PREFIX's for all calls so once again I suspect an older version.

I did however find a typo in the changes to your admincp/index.php file. I updated the readme and noted the changes in the first post (basically replace the GAL_admin.php?do=create with GAL_admin.php?do=add

Thanks for that!

can you belive from a install today I got the same error.

T3MEDIA 03-12-2005 12:17 PM

CRAP! why wouldnt you guys post the db info here? I went thru all the pages.
not one.

I have no idea why people on vb do stuff like "yeah I got it to work thanks"
and dont put what they had to do to get it right. AND I dont mean "yeah I just had to mod my db schema"

freakin guys man.

Geek bro the installer gave me the same db error on a install on today's date.

zachlee 03-12-2005 12:30 PM

Quote:

CRAP! why wouldnt you guys post the db info here? I went thru all the pages.
not one.
Are you refering to the problem, of the geek_autolink tables not being created when running the install.php? The following:

Code:

'CREATE TABLE IF NOT EXISTS `' . TABLE_PREFIX . 'geek_autolink` (
                      `id` int(11) NOT NULL auto_increment,
                      `text` varchar(25) NOT NULL default \'\',
                      `link` varchar(250) NOT NULL default \'\',
                      `ignorethread` int(11) NOT NULL default \'0\',
                      PRIMARY KEY  (`id`)

Can be found in the install.php file. Using phpmyadmin or webmin (or any mysql utility) to create those tables with the information provided (in install.php) and GAL will work perfectly.

The Geek 03-12-2005 12:40 PM

Hey guys. I am not sure what the problem is. It looks like there is no table created during the install.
I have just tested this about 50 ways with a new 3.07 and not had a problem so I am wondering if maybe it has to do with mysql and support for the create table if not exists? Not sure so I removed the test anyway. DB errors are shut off so it wont bomb out if there is a table or not.

Anyway... like I said the only thing I could think of?!?


All times are GMT. The time now is 05:07 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.01377 seconds
  • Memory Usage 1,747KB
  • 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_code_printable
  • (6)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