|
#1
| ||||
| ||||
|
This script will show the visitor to your web site, which keywords they searched to arrive on your site as well as the search engine used. No doubt you have landed on a site, and it's displayed something like: Quote:
So here is a script to show the keywords and engine used by the visitor: searchcode.php PHP Code: PHP Code: Yahoo MSN AllTheWeb Looksmart AskJeeves If you want to customize the output, you just need to edit this part: PHP Code:
__________________ Knowledgebase | SEO | Free Scripts | Free Graphics | Free Wordpress Themes | Free Word Cloud Script | Domains For Sale | Optimize Your Forum |
![]() Ultimate Wordpress Commenter |
|
#2
| |||
| |||
|
Thank you How can I add this in the forum I have not had the attempt failed |
|
#3
| ||||
| ||||
|
What forum do you want it to display on, vBulletin? Also where do you want it to display, on all pages?
__________________ Knowledgebase | SEO | Free Scripts | Free Graphics | Free Wordpress Themes | Free Word Cloud Script | Domains For Sale | Optimize Your Forum |
|
#4
| |||
| |||
|
yes vBulletin display All pages How can I use code php in the Templates ? thanks Last edited by last night; 07-09-2009 at 06:14 AM. |
|
#5
| |||
| |||
|
I want to put them in the forum of the type of vBulletin I also want to change the display language are the words that have a high change in the language |
|
#6
| |||
| |||
|
this product is the Arabic version for forum vBulletin |
|
#7
| |||
| |||
|
Hi my name is D.K.
|
|
#8
| |||
| |||
|
Hi there, I just found this script. just what I want to get my landing page customised with the visitors keywords to say "we provide the best <keyword used> " etc in increase my conversion, or least test to see if it does. I just cant get the code to work. I uploaded searchcode.php to my public folder. also chmod to 777 just incase it needs execute? (didnt work before chmod as 644) I also put the code <?php require_once(’./searchcode.php’); $keys =& new search_keywords(); $keys = $keys->get_keys(); if (count($keys)) { echo “Hi, i see you came from <b>$keys[2]</b> looking for <b>’$keys[1]‘</b> so i hope you enjoy our site!”; } ?> in the body of my page. also checked that php is not set to safe-mode on my server which might restrict it. (??) when I load my webpage in the browser is shows get_keys(); if (count($keys)) { echo “Hi, i see you came from $keys[2] looking for ’$keys[1]‘ so i hope you enjoy our site!”; } ?> So looks like code is not working. any ideas really greatly apreciated. manythanks |
![]() Ultimate Wordpress Commenter |
![]() |
| Tools | |
| Display Modes | |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Benefits of Search Engine Optimization | ramsatya | SEO | 6 | 01-02-2009 10:28 AM |
| get top 10 search engine ranking in 3 months | webexpert | SEO | 5 | 09-11-2008 12:40 PM |
| Search Engine Optimization : The Low Down! | CashFlow123 | SEO | 2 | 03-12-2008 04:58 PM |
| What is Search Engine Optimization? | Admin | SEO | 2 | 12-20-2007 06:06 PM |
| Search Engine Reputation Management | Admin | SEO | 0 | 09-14-2007 01:34 PM |