[1.0.0] Advanced Meta Tags SEO MOD (STG-MODX)

Misc MOD Downloads for phpBB3 -- Any MOD that does not fit into any other category
Forum rules
Image Please feel free to download any MOD's here, support for each MOD is located it's own thread.

To post your own MOD, please first read the MOD Guidelines

Re: [1.0.0] Advanced Meta Tags SEO MOD (STG-MODX)

Postby Monique » 14 Feb 2008, 14:54

When I extracted the file I noticed MAC OS does that mean because I am on PC I can't use this MOD?
"If one advances confidently in the direction of his dreams,and endeavors
to live the life he has imagined, he will meet with a success unexpected in common hours."
- H.D. Thoreau
User avatar
Monique    
Ensign
Ensign
 
Posts: 68
Joined: 08 Feb 2008, 19:41
Location: Hollywood, CA (Holodeck)
Favorite Team: CLEVELAND BROWNS
Gender: Female


Re: [1.0.0] Advanced Meta Tags SEO MOD (STG-MODX)

Postby necer_cheniki » 21 Feb 2008, 02:16

hi :wave:
thanks for this good Mod :hello:
but where i can find the settings of the Mod please
necer_cheniki    
Crewman
Crewman
 
Posts: 5
Joined: 09 Nov 2007, 03:24
Gender: Male

Re: [1.0.0] Advanced Meta Tags SEO MOD (STG-MODX)

Postby kuld33p » 25 Feb 2008, 13:36

I downloaded and installed this mod and its not doing anything.. its not generating the URLs . i am using 3.0.0.
The Revolutioners

If US government has no knowledge of aliens, then why does Title 14, Section 1211 of the Code of Federal Regulations, implemented on July 16, 1969, make it illegal for U.S. citizens to have any contact with extraterrestrials or their vehicles?
-
User avatar
kuld33p
Lt. Jr Grade
Lt. Jr Grade
 
Posts: 118
Joined: 02 Dec 2006, 10:19
Gender: Male

Re: [1.0.0] Advanced Meta Tags SEO MOD (STG-MODX)

Postby Highway of Life » 25 Feb 2008, 17:37

Monique wrote:When I extracted the file I noticed MAC OS does that mean because I am on PC I can't use this MOD?

Just disregard that directory, I don't know how it sneaked itself in there. ;)
necer_cheniki wrote:hi :wave:
thanks for this good Mod :hello:
but where i can find the settings of the Mod please
In ACP > Board settings. :)
kuld33p wrote:I downloaded and installed this mod and its not doing anything.. its not generating the URLs . i am using 3.0.0.
Um... was it supposed to generate URLs? :dizzy: :confused:
Watch out! I might do a code wheelie!

User avatar
Highway of Life    
STG Jedi Master
STG Jedi Master
 
Posts: 10423
Joined: 08 May 2006, 05:23
Location: Beware of Programmers carrying screwdrivers
Gender: Male
phpBB Knowledge: 10

Re: [1.0.0] Advanced Meta Tags SEO MOD (STG-MODX)

Postby belphegor » 26 Feb 2008, 06:43

kuld33p wrote:I downloaded and installed this mod and its not doing anything.. its not generating the URLs . i am using 3.0.0.

This is for make dynamic Meta tags.
you can see the different in your Browser source. right click view source, now look on meta tag
and the different between Meta tags.
belphegor    
Supporter
Supporter
 
Posts: 198
Joined: 06 Jan 2008, 00:19
Location: IL
Gender: Male

Re: [1.0.0] Advanced Meta Tags SEO MOD (STG-MODX)

Postby secnarf » 29 Feb 2008, 17:57

Hello.


I downloaded the file again, and I see that the folder is named utf ... I have returned to implement the code in my forum but not diferiencia encounter with the previous version and the problem with á é í ó ú, still coming. I doubt whether this is a new version or is the same

The sample is [url]http://www.vida-saludable.co.cc/shiatsu,-acupresión,-estiramiento,-terapia-holistica-t47.html[/url]

Thank you for your work
Para la salud, terapias naturales http://www.vida-saludable.co.cc.
secnarf    
Crewman
Crewman
 
Posts: 3
Joined: 29 Jan 2008, 08:52
Gender: Male

Re: [1.0.0] Advanced Meta Tags SEO MOD (STG-MODX)

Postby Kjell » 02 Mar 2008, 03:40

Highway of Life wrote:Yeah, I forgot to add UTF-8 support, the next version will support those chars. :)

God morning Highway, so when do you believe next version can come out? yesterday :lol:
I lake this mod but the missing letters is a big problems for us in Scandinavia, Germany and so on.
Kjelle
My work - My farm - Ware I live - phpBB support Sweden
"The globe is round, think global", My rules: Be teased is okay on a funny way ;)
User avatar
Kjell    
Supporter
Supporter
 
Posts: 482
Joined: 14 Feb 2007, 13:09
Location: Nordic of Sweden
Favorite Team: NHL N-ville,Forsberg
Gender: Male
phpBB Knowledge: 8

Re: [1.0.0] Advanced Meta Tags SEO MOD (STG-MODX)

Postby belphegor » 02 Mar 2008, 03:51

You can use this "fix" for now:
Neron77 wrote:I "fix" this error. I don't know correctly this or not, but its working :)

I have replaced in functions.php
this line:
$post_text = str_word_count($post_text, 1);

with this:
$post_text = explode(" ", $post_text);

And all working! :D

Highway of Life, thanks for this MOD!
belphegor    
Supporter
Supporter
 
Posts: 198
Joined: 06 Jan 2008, 00:19
Location: IL
Gender: Male

Re: [1.0.0] Advanced Meta Tags SEO MOD (STG-MODX)

Postby Kjell » 02 Mar 2008, 04:13

Okey belphegor, I have change the line and that works for me :hello:
But the best is if the mod maker Highway of Life can verify this code to his mod.
Kjelle
My work - My farm - Ware I live - phpBB support Sweden
"The globe is round, think global", My rules: Be teased is okay on a funny way ;)
User avatar
Kjell    
Supporter
Supporter
 
Posts: 482
Joined: 14 Feb 2007, 13:09
Location: Nordic of Sweden
Favorite Team: NHL N-ville,Forsberg
Gender: Male
phpBB Knowledge: 8

Re: [1.0.0] Advanced Meta Tags SEO MOD (STG-MODX)

Postby PTVDesign » 06 Apr 2008, 23:15

it's remake version of code in functions.php

clean code without stopwords (eng, rus)

Code: Select all
   // Meta Keywords MOD 2.0
   $stopwords = array("/^about$/","/^1$/","/^after$/","/^2$/","/^all$/","/^also$/","/^3$/","/^an$/","/^4$/","/^and$/","/^5$/","/^another$/","/^6$/","/^any$/","/^7$/","/^are$/","/^8$/","/^as$/","/^9$/","/^at$/","/^0$/","/^be$/","/^$$/","/^because$/","/^been$/","/^before$/","/^being$/","/^between$/","/^both$/","/^but$/","/^by$/","/^came$/","/^can$/","/^come$/","/^could$/","/^did$/","/^do$/","/^each$/","/^for$/","/^from$/","/^get$/","/^got$/","/^has$/","/^had$/","/^he$/","/^have$/","/^her$/","/^here$/","/^him$/","/^himself$/","/^his$/","/^how$/","/^if$/","/^in$/","/^into$/","/^is$/","/^it$/","/^like$/","/^make$/","/^many$/","/^me$/","/^might$/","/^more$/","/^most$/","/^much$/","/^must$/","/^my$/","/^never$/","/^now$/","/^of$/","/^on$/","/^only$/","/^or$/","/^other$/","/^our$/","/^out$/","/^over$/","/^said$/","/^same$/","/^see$/","/^should$/","/^since$/","/^some$/","/^still$/","/^such$/","/^take$/","/^than$/","/^that$/","/^the$/","/^their$/","/^them$/","/^then$/","/^there$/","/^these$/","/^they$/","/^this$/","/^those$/","/^through$/","/^to$/","/^too$/","/^under$/","/^up$/","/^very$/","/^was$/","/^way$/","/^we$/","/^well$/","/^were$/","/^what$/","/^where$/","/^which$/","/^while$/","/^who$/","/^with$/","/^would$/","/^you$/","/^your$/","/^?$/","/^????$/","/^?????$/","/^?????$/","/^?????$/","/^?????$/","/^????$/","/^?????$/","/^??$/","/^????$/","/^????$/","/^????$/","/^?$/","/^? ?????????$/","/^? ???????$/","/^???$/","/^???$/","/^??????$/","/^????$/","/^??????????$/","/^?-???????$/","/^?????$/","/^?????$/","/^?????$/","/^?????$/","/^??????$/","/^???????$/","/^??????????$/","/^?-???????$/","/^?????????$/","/^??????$/","/^????????$/","/^?????$/","/^????????$/","/^?????$/","/^????$/","/^????$/","/^??????$/","/^???$/","/^?????$/","/^???????$/","/^?????$/","/^??????$/","/^???$/","/^??????$/","/^????$/","/^?????$/","/^?????$/","/^??????$/","/^??????$/","/^??$/","/^?? ?????$/","/^?????$/","/^?????$/","/^?????$/","/^??-??????$/","/^???$/","/^?????$/","/^??????$/","/^???????$/","/^???$/","/^??????$/","/^?-?????$/","/^???????$/","/^??????$/","/^?????$/","/^???? ??$/","/^?-???????$/","/^???$/","/^?????$/","/^???-????$/","/^?????$/","/^?????????$/","/^??????$/","/^?????$/","/^?-???????$/","/^?-??????$/","/^??$/","/^????$/","/^???$/","/^???-????$/","/^???-??????$/","/^???-??$/","/^??$/","/^????$/","/^?????$/","/^??$/","/^???$/","/^??$/","/^??????$/","/^??????$/","/^???$/","/^????$/","/^????-????$/","/^??$/","/^???$/","/^????$/","/^????$/","/^???$/","/^?$/","/^??$/","/^??$/","/^???????????$/","/^????$/","/^?????$/","/^?????-????$/","/^?????-??????$/","/^?????-??$/","/^?$/","/^??$/","/^??-??$/","/^???$/","/^???????$/","/^???????$/","/^???????$/","/^???????$/","/^?????$/","/^?????$/","/^??$/","/^?$/","/^???$/","/^???-????$/","/^???-??????$/","/^?????$/","/^?????-??$/","/^???-??$/","/^??????$/","/^??$/","/^?????$/","/^?????-????$/","/^?????-??????$/","/^?????-??$/","/^???$/","/^???-???$/","/^???-???$/","/^???-?????$/","/^???-?????$/","/^???-???$/","/^???-????$/","/^???-??????$/","/^???-???$/","/^???-???$/","/^???????$/","/^???????$/","/^???????-????$/","/^???????-??????$/","/^???-????$/","/^???-??????$/","/^???-??$/","/^????$/","/^????-????$/","/^????-??????$/","/^????-??$/","/^??$/","/^????$/","/^??$/","/^????$/","/^???$/","/^????$/","/^?????$/","/^?????$/","/^??$/","/^??$/","/^???$/","/^????$/","/^???????$/","/^???$/","/^??$/","/^????$/","/^?????$/","/^???????$/","/^??????$/","/^?????$/","/^???$/","/^??????$/","/^???????$/","/^?????????$/","/^???$/","/^??????$/","/^??$/","/^?????$/","/^???????$/","/^???????$/","/^?????$/","/^??????$/","/^???$/","/^?????????$/","/^?????$/","/^?????$/","/^??$/","/^?$/","/^??$/","/^???$/","/^???$/","/^??????$/","/^?????$/","/^??$/","/^???$/","/^???$/","/^?????$/","/^????????$/","/^??$/","/^??$/","/^??????$/","/^??????-????$/","/^??????-??????$/","/^??????-??$/","/^?????????$/","/^?????????$/","/^??????$/","/^???$/","/^??????$/","/^??????$/","/^??$/","/^???$/","/^?????$/","/^????$/","/^??????$/","/^???????$/","/^?????$/","/^????$/","/^?????$/","/^??????$/","/^????????$/","/^?????????$/","/^??-????????$/","/^?????$/","/^??-??????$/","/^?????????$/","/^?????$/","/^?????????$/","/^?????????$/","/^?????$/","/^??????$/","/^??????$/","/^??????-????$/","/^??????-??????$/","/^??????-??$/","/^?????$/","/^???????$/","/^????$/","/^?????$/","/^????????????$/","/^??????$/","/^???$/","/^???$/","/^??????$/","/^??????$/","/^?????$/","/^?????$/","/^?????$/","/^????$/","/^?????$/","/^?????$/","/^?????$/","/^?$/","/^????$/","/^??????$/","/^?????$/","/^???????$/","/^???????-??????$/","/^???????-??$/","/^??????$/","/^????????$/","/^????????$/","/^????????$/","/^??????$/","/^???????$/","/^?????$/","/^??$/","/^?????$/","/^??????$/","/^??????????$/","/^??????????$/","/^????????$/","/^?????????$/","/^??????$/","/^???????$/","/^?????$/","/^?????$/","/^?????$/","/^?????$/","/^???????$/","/^??$/","/^???$/","/^?????$/","/^??? ???$/","/^??? ???$/","/^?????$/","/^???$/","/^??$/","/^?????$/","/^????$/","/^????$/","/^??????$/","/^???$/","/^???$/","/^???$/","/^?$/","/^???$/","/^????$/","/^????$/","/^????$/","/^????-??$/","/^???$/","/^???-????$/","/^???-??????$/","/^???-??$/","/^???$/","/^?????$/","/^???$/","/^???-????$/","/^???-??????$/","/^???-??$/","/^????$/","/^?????$/","/^????$/","/^???-????$/","/^???-??????$/","/^???-??$/","/^???$/","/^????$/","/^????$/","/^???$/","/^????$/","/^?$/","/^????$/","/^???$/");
   $page_keywords = $config['global_keywords'];
   $page_description = $config['site_desc'];
   
   if (!empty($post_text))
   {
      $post_text = utf8_strtolower(strip_tags($post_text));
      $post_text = explode(" ", $post_text);
      if ($config['use_dynamic_keywords'])
      {
         $count = 0;
         $page_keywords = array();
         foreach ($post_text as $word)
         {
            $word = str_replace("'", '', $word);
            $word = eregi_replace("\n{1,}|\r{1,}|\n\r{1,}","",$word);
            $word = preg_replace($stopwords,"",$word);
            if (strlen($word) > 3)
            {
               if (!empty($page_keywords) && in_array($word, $page_keywords))
               {
                  continue;
               }
               $page_keywords[] = $word;
               $count++;
            }
            
            if ($count == $config['keyword_word_count'])
            {
               break;
            }
         }
         $config_keywords = ($config['append_global_keywords']) ? $config['global_keywords'] : '';
         $page_keywords = ($config['append_keywords_first']) ? $config_keywords . ', ' . implode(', ', $page_keywords) : implode(', ', $page_keywords) . ', ' . $config_keywords;
      }
      
      if ($config['use_dynamic_description'])
      {
         $count = 0;
         $page_description = '';
         foreach ($post_text as $word)
         {
            $word = str_replace("'", '', $word);
            $word = eregi_replace("\n{1,}|\r{1,}|\n\r{1,}","",$word);

            $page_description .= $word . ' ';
            $count++;
            
            if ($count == $config['description_word_count'])
            {
               break;
            }
         }
      }
   }
   
PTVDesign
Crewman
Crewman
 
Posts: 1
Joined: 06 Apr 2008, 23:11
Gender: Male
phpBB Knowledge: 4

PreviousNext

Return to Miscellaneous MODs, Hacks and Downloads

Who is online

Users browsing this forum: ccBot [Bot] and 9 guests