GoogleWords »  Show posts from    to     

Icy Phoenix


Old Customizations - GoogleWords



Zuker [ Mon 28 May, 2007 19:52 ]
Post subject: GoogleWords
This mod creates pages on your forum with 500 links to postings at your board.
The page has pagination in case your board has more then 500 searchwords.
The links are generated from the search_word tables
Search engines like google or msn or whatever can index the page and thus taking in all those links into there database.

Instruccions for Install:

  • Edit files

    OPEN

    includes/page_tail.php

    FIND

    Code: [Hide] [Select]
    $template->assign_vars(array(

    BEFORE, ADD

    Code: [Hide] [Select]
    'L_GOOGLEPAGE' => $lang['googlepage'],
    'L_GOOGLELINKTEXT' => $lang['googlelinktext'],
    'U_GOOGLEPAGE' => 'googlewords.'.$phpEx,


    OPEN

    language/lang_english/lang_main.php

    FIND

    Code: [Hide] [Select]
    //$lang[''] = '';

    BEFORE, ADD

    Code: [Hide] [Select]
    $lang['googlepage'] = 'Googlepage';
    $lang['googlelinktext'] = 'GoogleWords';
    $lang['Total_googlewordlinks'] = 'Total of GoogleWords links';
    $lang['googlepage_alt'] = 'Go to the message where the words is at, if you cannot find the word there, it is probably part of a smiliecode.';


    OPEN

    templates/mg_themes/overall_footer.tpl

    FIND

    Code: [Hide] [Select]
    <b>{LOFI}</b>

    BEFORE, ADD

    Code: [Hide] [Select]
    <a href="{U_GOOGLEPAGE}" alt="{L_GOOGLEPAGE}" title="{L_GOOGLEPAGE}">{L_GOOGLELINKTEXT}</a> -

  • Upload the package



tc1967uk [ Mon 28 May, 2007 20:15 ]
Post subject: Re: GoogleWords
Sorry to be really dim, Zucker, but in simple terms what does this do?


Zuker [ Mon 28 May, 2007 20:20 ]
Post subject: Re: GoogleWords
it's something like wordgraph

gw


tc1967uk [ Mon 28 May, 2007 20:24 ]
Post subject: Re: GoogleWords
But if we've already got WordGraph, why would we need another one? What's the benefit?


Zuker [ Mon 28 May, 2007 21:00 ]
Post subject: Re: GoogleWords
Read the description.


jz [ Mon 28 May, 2007 21:15 ]
Post subject: Re: GoogleWords
Fantastic stuff zuker

there are three lines like this one in page_tail.php
Code: [Hide] [Select]
$template->assign_vars(array(


where exactly do we put the code?


tc1967uk [ Mon 28 May, 2007 21:33 ]
Post subject: Re: GoogleWords
So it's an extra way of getting Google to index pages on your site?


jz [ Mon 28 May, 2007 22:07 ]
Post subject: Re: GoogleWords
jz wrote: [View Post]

there are three lines like this one in page_tail.php
Code: [Hide] [Select]
$template->assign_vars(array(


where exactly do we put the code?


take a look at this,,, http://www.kaltersiashqiptare.com/googlewords.php
is it meant to give that kind of result ?


Zuker [ Mon 28 May, 2007 22:54 ]
Post subject: Re: GoogleWords
jz wrote: [View Post]
jz wrote: [View Post]

there are three lines like this one in page_tail.php
Code: [Hide] [Select]
$template->assign_vars(array(


where exactly do we put the code?


take a look at this,,, http://www.kaltersiashqiptare.com/googlewords.php
is it meant to give that kind of result ?




check what i get

http://www.icyphoenix.com.ar/googlepuller.php

it's the same file googlepuller.php as googlewords.php


jz [ Tue 29 May, 2007 00:19 ]
Post subject: Re: GoogleWords
as you can see, I don't get this results.

can you tell me if it has something to do with this:

Quote:
Find:
$template->assign_vars(array(

BEFORE, ADD
'L_GOOGLEPAGE' => $lang['googlepage'],
'L_GOOGLELINKTEXT' => $lang['googlelinktext'],
'U_GOOGLEPAGE' => 'googlewords.'.$phpEx,


Zuker [ Tue 29 May, 2007 12:40 ]
Post subject: Re: GoogleWords
jz wrote: [View Post]
as you can see, I don't get this results.

can you tell me if it has something to do with this:

Quote:
Find:
$template->assign_vars(array(

BEFORE, ADD
'L_GOOGLEPAGE' => $lang['googlepage'],
'L_GOOGLELINKTEXT' => $lang['googlelinktext'],
'U_GOOGLEPAGE' => 'googlewords.'.$phpEx,


Nope, because lang vars are showing fine on your site.
I'll install it again and check if i miss something here


jz [ Tue 29 May, 2007 12:43 ]
Post subject: Re: GoogleWords
thanks mate


Zuker [ Tue 29 May, 2007 12:51 ]
Post subject: Re: GoogleWords
i install it again from scratch

http://www.icyphoenix.com.ar/googlewords.php

Check your phpbb_search_wordlist table if you get the same results listed


jz [ Tue 29 May, 2007 13:13 ]
Post subject: Re: GoogleWords
No zuker..

Still the same http://www.kaltersiashqiptare.com/googlewords.php

Can you have a look at my page_tail.php file

Spoiler: [ Show ]


Zuker [ Tue 29 May, 2007 13:21 ]
Post subject: Re: GoogleWords
What version are u using? Because my page_tail.php it's diff from yours

Spoiler: [ Show ]


jz [ Tue 29 May, 2007 13:37 ]
Post subject: Re: GoogleWords
the latest version of IP


Zuker [ Tue 29 May, 2007 13:42 ]
Post subject: Re: GoogleWords
try mi file


jz [ Tue 29 May, 2007 13:46 ]
Post subject: Re: GoogleWords
Zuker wrote: [View Post]
try mi file


Just did same thing, are you sure they are different? I had a look through them and they look the same to me


Zuker [ Tue 29 May, 2007 14:03 ]
Post subject: Re: GoogleWords
Explore the table i mension before. Post here some examples of what u get


jz [ Tue 29 May, 2007 14:09 ]
Post subject: Re: GoogleWords
I did zuker,

that table is the same sa mine..

here's what I get snap1_1180440537_197408

Link: http://www.kaltersiashqiptare.com/googlewords.php


Zuker [ Tue 29 May, 2007 14:32 ]
Post subject: Re: GoogleWords
But i mean... inside the table what do u get


jz [ Tue 29 May, 2007 15:44 ]
Post subject: Re: GoogleWords
Now I got you

the whole table is fuul of numbers!
snap1_1180446245_456361

Any ideas why, and how to fix it?


Zuker [ Tue 29 May, 2007 17:40 ]
Post subject: Re: GoogleWords
That's why it isn't working fine because u got that on the search table
Try to clean it and test


jz [ Tue 29 May, 2007 18:32 ]
Post subject: Re: GoogleWords
I emptied the table and rebuild the search index, but again the word_match table is full of numbers instead of keywords.

any ideas?


Zuker [ Tue 29 May, 2007 22:40 ]
Post subject: Re: GoogleWords
I don't know why it happens


jz [ Wed 30 May, 2007 02:36 ]
Post subject: Re: GoogleWords
I have no idea either... maybe somene with bettr sql knowledge can help


Zuker [ Wed 30 May, 2007 02:46 ]
Post subject: Re: GoogleWords
In the meantime try to clean it and no rebuild it


jz [ Wed 30 May, 2007 02:51 ]
Post subject: Re: GoogleWords
Will try..




Powered by Icy Phoenix