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)

T3MEDIA 05-14-2005 05:20 AM

Quote:

Originally Posted by Lionel
Really?

I use a discontinued cheap version of a script $30.00. The guy's head got hot and he is selling another version for $249.00. It supposed to be better than mine, but mine does the job just fine. I have all the zones setup, and when someone selects one and pays, the IPN returns to my site and activate ad automatically.

It displays banner, texts etc... just like googles and more.

For texts I use with Nexyalis hack and it displays in all showthreads, can't miss it.

I dont know... 250USD... so many times I get the scamm.... but I see it works clean for you so maybe I should check it out...

Lionel 05-14-2005 05:22 AM

Am very happy with the old 30.00 version.

The Geek 05-14-2005 05:48 AM

lionel - mines working too. The proper way to do it is stick the threadid, not the postid.

Lionel 05-14-2005 05:50 AM

Geek I posted in GAS. It's working only when submitting article, not in admincp direct input.

Got other problems in GAS

The Geek 05-14-2005 05:54 AM

Quote:

Originally Posted by Lionel
Geek I posted in GAS. It's working only when submitting article, not in admincp direct input.

Got other problems in GAS

I jsut saw that. Ill double check adding the ignore threadid manually.

handholder 05-14-2005 08:21 AM

i did everything i can do ,but its still not working for me :<

also i got this error in admincp - gal - Stats
Warning: Invalid argument supplied for foreach() in /admincp/GAL_admin.php on line 2070

PS, already updated to gal4_2

The Geek 05-14-2005 09:41 AM

Quote:

Originally Posted by handholder
also i got this error in admincp - gal - Stats
Warning: Invalid argument supplied for foreach() in /admincp/GAL_admin.php on line 2070

PS, already updated to gal4

If u pm me an admin account ill look into it for you.

BTW: have you clicked debug->rebuild?

UltraVR 05-14-2005 03:40 PM

Hi! Quick Question:

I upgraded to 4.02, and everything seems to be working okay except for one thing:

The Simple Link replacement works, the Popup with no title works, but the Popup with a Title yields these results:

Code:

Test of  Curtis", "style=\"border-top: 1px solid black;border-left: 1px solid black;border-right: 1px solid black;background: #CCCCCC;padding: 1px;font: 8pt;font-weight: bold;color: #000000;\"");' onmouseout='GAL_hidepopup();'>  Curtis Entry.
and I'm having trouble figuring out why. Any thoughts?

UltraVR 05-14-2005 03:55 PM

Just kidding, there was a small mistake in my edit!

This mod is Great! Keep up the good work! (And I love your witty installer files)

handholder 05-14-2005 07:58 PM

Quote:

Originally Posted by The Geek
If u pm me an admin account ill look into it for you.

BTW: have you clicked debug->rebuild?

yes i did,but not effect.

please check out your PM geek :)

Lionel 05-14-2005 10:30 PM

I got that odd situation where a dash and an accent in the same autolink seems to be too much for GAL. When I remove accent it works. Otherwise no.

Can you try it? Here is the name:

Jean-Claude Fignolé

Lionel 05-15-2005 12:22 AM

OK, the problem is when the accent is on the last letter like " é "

venomx 05-15-2005 03:35 AM

Old cron error fixed but now a new one. :(
Quote:

Database error in vBulletin 3.0.7:

Invalid SQL: UPDATE geek_autolink SET view=views+1
WHERE id=33
mysql error: Unknown column 'view' in 'field list'

mysql error number: 1054

Neutral Singh 05-16-2005 06:23 AM

Hi Geek,

I am not sure if this has been addressed before: suppose let us consider the following words: "Rumi: The Hidden Music written by Rumi"

Now, i created two links using GAL4.01

One link was for "Rumi: The Hidden Music", i choose sponsor style for this word.
The other link was for "Rumi", i choose glossary style for this word.

Now, when i tried to show it in the thread, there is a conflict at words "Rumi: The Hidden Music", it shows up all the replacement code, which makes the post unreadable. It works fine if i remove the second link created for "Rumi". Can this be cured ?

The second thing i am not getting right is: How do i make the popup stay on screen just like in your demo thread, where we hover the mouse over the word "MMA" and then we can move our mouse to click the link shown within the popup. Right now when i move my mouse from the word, the popup vanises.

Thanks for the GAL,

Best Regards
Aman

venomx 05-16-2005 07:01 AM

Thats what the ordials are for.. make the biigest line 1 then the next biggest 2 etc....

So set Rumi: The Hidden Music as 1 and Rumi as 2.

The Geek 05-16-2005 09:47 AM

Hey venom.... Edit the GAL_cron.php file and change view to views. Ill update the package with this change later.

aman - venom is right - do the ordinals. Can you give me a link for an example of the disapearing popup? It is designed to stay open. Either the Box is appearing too low so the link is firing the mouseout before the popup gets the mouseover OR the GALbox DIV is incorrect.

fly 05-17-2005 12:59 PM

Hmmm. Is the expire option fully functional? And does the install add the cron job, or am I supposed to (cause i didn't see it in the readme). I added it and it still doesn't delete the words. <3

The Geek 05-17-2005 04:06 PM

What the expire does is prevent the words being pulled. This is really only efficient with the DB - but should also work for the non DB option - however the cron job will have to run to pull them out of the cache so to speak.

And yes - you have to manually add the cron job.

Also - just noticed a small typo in the read me for the GALBox that is preventing it from staying open so a user can roll over it. Ill update the package tonight with the change (and a revised cron job as there is a typo in it too).

For those having problems with the popups staying open (this was mentioned a couple days ago)... Replace your GALBox div in your header template with this one:

CHANGE TO:
Code:

<div id="GALBox" style="position: absolute; z-index: 100; visibility: hidden;" onmouseover="this.style.visibility='visible';"
onmouseout="this.style.visibility='hidden';">
</div>


fly 05-17-2005 11:39 PM

Quote:

Originally Posted by The Geek
What the expire does is prevent the words being pulled. This is really only efficient with the DB - but should also work for the non DB option - however the cron job will have to run to pull them out of the cache so to speak.

And yes - you have to manually add the cron job.

I added it and ran it. However, I hadn't updated to 4.02. Maybe that will fix it. I'll update it tomorrow.

T3MEDIA 05-18-2005 12:37 AM

I havent updated... I guess you will have upgrade instructions you always do....

Lizard King 05-18-2005 01:47 AM

Quote:

Originally Posted by T3MEDIA
I havent updated... I guess you will have upgrade instructions you always do....

The update instructions are in the bottom of readme file ;)

bold 05-18-2005 03:56 AM

Quote:

Originally Posted by handholder
i did everything i can do ,but its still not working for me :<

also i got this error in admincp - gal - Stats
Warning: Invalid argument supplied for foreach() in /admincp/GAL_admin.php on line 2070

PS, already updated to gal4_2

i get that error too even with debug->rebuild

blueuniverse 05-19-2005 10:17 AM

Well it appears to work but I'm having one slightly related problem. A lot of affiliate networks that I'll be using for sponsors include an img tag with their link. How can I include this, and do I need to include it at all?

Apart from that everything worked excellently, particularly liked the install. :)

blueuniverse 05-19-2005 10:33 AM

Ok ignore that, I contacted Amazon and I should be able to use it without.

The Geek 05-19-2005 11:00 AM

Quote:

Originally Posted by blueuniverse
Ok ignore that, I contacted Amazon and I should be able to use it without.

You can also include an image with the [img] BB code tags :)

The Geek 05-19-2005 11:02 AM

Quote:

Originally Posted by bold
i get that error too even with debug->rebuild

the foreach error in stats is happening because there are no stats recorded. I am trying to get a revised package that will simply display a 'no info exists' block instead with a couple other minor amends metioned a couple posts back - but in a nutshell - just pretend the error is really saying 'no stats exist' ;)

fly 05-19-2005 11:13 AM

Hmmm

My links still aren't expiring. Is it the cron job that is supposed to remove them?

Neutral Singh 05-19-2005 12:13 PM

Quote:

Hi Geek,

I am not sure if this has been addressed before: suppose let us consider the following words: "Rumi: The Hidden Music written by Rumi"

Now, i created two links using GAL4.01

One link was for "Rumi: The Hidden Music", i choose sponsor style for this word.
The other link was for "Rumi", i choose glossary style for this word.

Now, when i tried to show it in the thread, there is a conflict at words "Rumi: The Hidden Music", it shows up all the replacement code, which makes the post unreadable. It works fine if i remove the second link created for "Rumi". Can this be cured ?

The second thing i am not getting right is: How do i make the popup stay on screen just like in your demo thread, where we hover the mouse over the word "MMA" and then we can move our mouse to click the link shown within the popup. Right now when i move my mouse from the word, the popup vanises.

Thanks for the GAL,

Best Regards
Aman
Quote:

Originally Posted by The Geek
aman - venom is right - do the ordinals. Can you give me a link for an example of the disapearing popup? It is designed to stay open. Either the Box is appearing too low so the link is firing the mouseout before the popup gets the mouseover OR the GALbox DIV is incorrect.

Hi Geek,

Ordinals seem to be working only if the style used for both words is same. In the above case about Rumi, i am using differenet styles for both words as stated above.

Quote:

Originally Posted by The Geek
Can you give me a link for an example of the disapearing popup? It is designed to stay open. Either the Box is appearing too low so the link is firing the mouseout before the popup gets the mouseover OR the GALbox DIV is incorrect.

Please have a look at the following link:
http://www.sikhphilosophy.net/sikhph...ead.php?t=1512

In the fifth post by thecoopes, please have a look at the orange word : (William Tyndale), the word has a link inside the popup. This orange style was created out of sponsor style. i have checked up with sponsor style too, its not staying up as intended.

Please guide me.

Thanks
Aman

venomx 05-19-2005 02:08 PM

Quote:

Originally Posted by The Geek
You can also include an image with the [img] BB code tags :)

Unless you have VB set to ignore image URLs that use something like /images.php?bah=xxxx&bah2=etc.....

The Geek 05-19-2005 03:25 PM

Those dont work venom? If it works in a post it should work in the popup. Regadless, you can always use html.

Aman - this is due to a bug in the DIV code for the popup (in your header template). There is a missing " which is causing it to lose focus. Just check about 10 posts back for the fix.

As far as the ordinals - the ordinal is category then item. If they are in different categories, make sure the categories are in the right ordinal.

Flypaper - Depends on the method you are using. If using the DB method (recomended) it should be at run time - however if using the cache method - than the cron job should be rebuilding with those that qualify to be in the run (i.e. those that have not expired).

venomx 05-19-2005 03:39 PM

Quote:

Originally Posted by The Geek
Those dont work venom? If it works in a post it should work in the popup. Regadless, you can always use html.

I guess I should have said if you have it set in the admin to not allow images like that it wont work. I have mine set so they dont.

Neutral Singh 05-20-2005 05:15 AM

Quote:

Originally Posted by The Geek
Aman - this is due to a bug in the DIV code for the popup (in your header template). There is a missing " which is causing it to lose focus. Just check about 10 posts back for the fix.

Gr8 !! it works like a charm now! :) Thanks.

Quote:

Originally Posted by The Geek
As far as the ordinals - the ordinal is category then item. If they are in different categories, make sure the categories are in the right ordinal.

:rolleyes: Hey Sir, perhaps my maths is too poor to understand what you said above. :rolleyes: Let me tell you what i got from the above statement.

Rumi: the Hidden Music - Style: Sponsor - Ordinal: 5 (Right?)

Rumi - Style: Glossary - Ordinal: 10 (Right?)

If this is right then, i am afraid its not working. :ermm:

Thanks again

Regards
Aman

fly 05-20-2005 11:28 AM

Quote:

Originally Posted by The Geek
Flypaper - Depends on the method you are using. If using the DB method (recomended) it should be at run time - however if using the cache method - than the cron job should be rebuilding with those that qualify to be in the run (i.e. those that have not expired).

Doesn't seem to run. However, all my links were pre-GAL4.0. I went and just added expire dates. Could that be why?

I'll try adding a new one that expires tomorrow and see what happens.

T3MEDIA 05-22-2005 05:24 AM

Just how do you make this thing autolink with GAS?

I click everything but I dont see how I can input key words.
The instructions on that part is not really clear.
How are you guys doing it?

The Geek 05-22-2005 09:27 PM

Quote:

Originally Posted by T3MEDIA
Just how do you make this thing autolink with GAS?

I click everything but I dont see how I can input key words.
The instructions on that part is not really clear.
How are you guys doing it?

You need to have the option to integrate with GAL ticked in your GAS settings. You also need to put in the usergroupids that can add GALS in your GAS settings.

HTH's

T3MEDIA 05-23-2005 04:17 AM

Quote:

Originally Posted by The Geek
You need to have the option to integrate with GAL ticked in your GAS settings. You also need to put in the usergroupids that can add GALS in your GAS settings.

HTH's

I did have it selected and left it blank for all...
but I dont see it intergratin' ... what gives?
anything else?

EDIT: nah it isnt working. How would it know what style I want if I wanted impressions etc. I do not see the options to do this.
Just the ones you specified which seem to be in order.

Quote:

Originally Posted by T3MEDIA
You think you know how to set up the CCS or whatever that is needed to make this pop up effect?

http://askmen.com/fashion/saturdayni...day_night.html
Please and thank you.

Your response

Quote:

Originally Posted by The Geek
t3media- better to post the GAL q's in the GAL thread :) however you can get the exact same effect by using the default yellow box style with the popup with title (prefix set to sponsor) and some basic bbcode.

whew - hope I got everybody :)

Sorry about the wrong area... How do I set it up so the title is actually in the body of the popup? the way it is now is Title:Title (Gray)
---------------
body stuff (yellow)

I would like it like this.

My own stuff (like in example)
------------------------ (hidden you dont really see a border)
title
body stuff (all this is the yellow area)


I know I can remove the look of a border with the ccs but title placement I have no idea.

The Geek 05-23-2005 06:13 AM

Quote:

Originally Posted by T3MEDIA
I did have it selected and left it blank for all...
but I dont see it intergratin' ... what gives?
anything else?

EDIT: nah it isnt working. How would it know what style I want if I wanted impressions etc. I do not see the options to do this.
Just the ones you specified which seem to be in order.

Your response

Sorry about the wrong area... How do I set it up so the title is actually in the body of the popup? the way it is now is Title:Title (Gray)
---------------
body stuff (yellow)

I would like it like this.

My own stuff (like in example)
------------------------ (hidden you dont really see a border)
title
body stuff (all this is the yellow area)


I know I can remove the look of a border with the ccs but title placement I have no idea.

GAS will use the 'default' category in the global settings when adding GALs so set that to whatever you want gal entries to go for. The GAS synopsis is what is used as the description.
Dont leave the usergroup setting in GAS blank - that doesnt work. You must be explicit with the usergroups. This is by design as a safety fearture to prevent everyone overrunning your board with crap GALs (this, the, a, etc...).

As farr as that design - set the box style to yellow, body to none, and title to none. You could just do a new css that is just font-color (dont specify border).
HTH's

Lionel 05-23-2005 09:58 PM

in calendar I put

$text_to_be_linked=process_gal_text($text_to_be_li nked);

and that works.

I tried in another script where the only require_once is the global.php and that does not work. Is there any other required statement to be used with that?

fly 05-25-2005 11:44 AM

Geek: My links still don't expire. Got any idea why? Or what info can I give you that may help?

Is anyone else using this feature? Are you having this problem?

The Geek 05-25-2005 04:13 PM

hmmm. Maybe a problem with the cron. Are you using the DB cache?


All times are GMT. The time now is 10:51 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.02227 seconds
  • Memory Usage 1,853KB
  • 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_code_printable
  • (23)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
  • (40)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