|
|||||||
| Sell, Buy & Trade Think of this place as the stock market. Loud, bustling, and tons of angry people demanding all sorts of things, using words your mother would kill you for saying. Keep it legal and realistic, because you'll be banned if we catch you scamming or cheating. |
|
Welcome to the WickedFire - Affiliate Marketing Forum - Internet Marketing Webmaster SEO Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Senior Member
|
saw someone selling something similar just now, so spent 5 minutes knocking something up. Save yourself 29$
php script, shouldnt need anything special and should work on php4 for those who are retro lol. should also work on crippled hosts as long as you can use fsockopen. simply outputs a lists, shouldnt be hard to generate xml or whatever, but this should get you started. Code:
function text_between($start,$end,$string) {
if ($start != '') {$temp = explode($start,$string,2);} else {$temp = array('',$string);}
$temp = explode($end,$temp[1],2);
return $temp[0];
}
function gsscrape($keyword) {
$keyword=str_replace(" ","+",$keyword);
global $kw;
$data=file_get_contents('http://clients1.google.com/complete/search?hl=en&gl=uk&q='.$keyword);
$data=explode('[',$data,3);
$data=explode('],[',$data[2]);
foreach($data as $temp) {
$kw[]= text_between('"','"',$temp);
}
}
#simple to use, just use yourscriptname.php?keywords
if ($_SERVER['QUERY_STRING']!='') {
gsscrape($_SERVER['QUERY_STRING']);
foreach ($kw as $keyword) {
gsscrape($keyword);
}
}
#all results are in array $kw...
print_r($kw);
|
|
|
|
|
#2 (permalink) |
|
Senior Member
|
angelina jolie for instance will give you this
Code:
Array
(
[0] => angelina jolie tattoos
[1] => angelina jolie films
[2] => angelina jolie twins
[3] => angelina jolie movies
[4] => angelina jolie new film
[5] => angelina jolie wiki
[6] => angelina jolie and brad pitt
[7] => angelina jolie pictures
[8] => angelina jolie imdb
[9] => angelina jolie pregnant
[10] => angelina jolie tattoos and meanings
[11] => angelina jolie tattoos wanted
[12] => angelina jolie tattoos in wanted
[13] => angelina jolie tattoos 2008
[14] => angelina jolie tattoos mean
[15] => angelina jolie tattoos billy bob
[16] => angelina jolie tattoos coordinates
[17] => angelina jolie tattoos pictures
[18] => angelina jolie tattoos explained
[19] => angelina jolie tattoos how many
[20] => angelina jolie films 2008
[21] => angelina jolie films list
[22] => angelina jolie films 2007
[23] => angelina jolie films online
[24] => angelina jolie films wikipedia
[25] => angelina jolie twins pictures
[26] => angelina jolie twins names
[27] => angelina jolie twins photos
[28] => angelina jolie twins again
[29] => angelina jolie twins born
[30] => angelina jolie twins ivf
[31] => angelina jolie twins pictures w magazine
[32] => angelina jolie twins birth
[33] => angelina jolie twins latest
[34] => angelina jolie twins photos 2009
[35] => angelina jolie movies list
[36] => angelina jolie movies 2008
[37] => angelina jolie movies in 2008
[38] => angelina jolie movies gia
[39] => angelina jolie movies 2007
[40] => angelina jolie movies online
[41] => angelina jolie movies latest
[42] => angelina jolie movies wikipedia
[43] => angelina jolie movies download
[44] => angelina jolie movies free download
[45] => angelina jolie new films
[46] => angelina jolie new film 2008
[47] => angelina jolie new film changeling
[48] => angelina jolie new film challenging
[49] => angelina jolie new film clint eastwood
[50] => angelina jolie new film missing son
[51] => angelina jolie wikipedia
[52] => angelina jolie wikiquote
[53] => angelina jolie wikimedia
[54] => angelina jolie and brad pitt children
[55] => angelina jolie and brad pitt married
[56] => angelina jolie and brad pitt's twins
[57] => angelina jolie and brad pitt twins
[58] => angelina jolie and brad pitt wedding
[59] => angelina jolie and brad pitt split
[60] => angelina jolie and brad pitt kids
[61] => angelina jolie and brad pitt latest news
[62] => angelina jolie and brad pitt's house
[63] => angelina jolie and brad pitt affair
[64] => angelina jolie pictures by brad
[65] => angelina jolie pictures in w magazine
[66] => angelina jolie pictures hot
[67] => angelina jolie pictures taken by brad
[68] => angelina jolie pictures by brad pitt
[69] => angelina jolie pictures twins
[70] => angelina jolie pictures tattoos
[71] => angelina jolie pictures taken by brad pitt
[72] => angelina jolie pictures w
[73] => angelina jolie pictures with kids
[74] => angelina jolie imdb.com
[75] => angelina jolie imdb bio
[76] => angelina jolie pregnant again
[77] => angelina jolie pregnant with 7th child
[78] => angelina jolie pregnant 2009
[79] => angelina jolie pregnant with twins again
[80] => angelina jolie pregnant november 2008
[81] => angelina jolie pregnant 2008
[82] => angelina jolie pregnant pictures
[83] => angelina jolie pregnant again 2008
[84] => angelina jolie pregnant pics
[85] => angelina jolie pregnant green dress
|
|
|
|
|
#4 (permalink) | |
|
Automation Specialist
|
Put this in the warchest. The WF PHP Functions War Chest
__________________
Contempt and fuel your online business with Business Caffeine - Cash by AKMG Quote:
|
|
|
|
|
|
#8 (permalink) | |
|
Automation Specialist
|
Irony.
__________________
Contempt and fuel your online business with Business Caffeine - Cash by AKMG Quote:
|
|
|
|
|
|
#9 (permalink) |
![]() |
damn!
::emp::
__________________
Get your own Bot army! Use promo code blindape199 That's because all programmers are also ninjas.(but not all ninjas are programmers) - LogicFlux Blind Ape Seo |
|
|
|
|
#12 (permalink) |
|
Senior Member
|
sure, the script was really just made up in like 5 minutes, a bit more time spent and you can localise it, add error checking and output in the format of your choice. I may do that if people ask, I don't mind
I really just knocked it up because it annoyed me that someone would charge 29$ for a program which i knew wouldnt take long to knock up. if he was asking 5$ i wouldnt of bothered |
|
|
|
|
#13 (permalink) | ||
|
We Work Hard...
|
Quote:
Quote:
Hopefully the idiots will stop migrating over from DP or WF after a while if enough of this happens....
__________________
Need Money Now? Click Here for 75-100% Commission Offers: JOIN THE RAPBANK NETWORK - 6,304 affiliates. Recurring Billing Offers. Instant Commission Via Paypal (Great for New or International Affiliates Too- Less Hassle) _______________________ ...I've met the Anti-Christ...His Name is Jose Cuervo... |
||
|
|
|
|
#14 (permalink) |
|
Senior Member
|
Added links to the google query and number of results returned and posted in the warchest: The WF PHP Functions War Chest
__________________
BuyHTTP Web Hosting WF users save 40%: http://www.wickedfire.com/sell-buy-t...promotion.html |
|
|
|
|
#17 (permalink) |
![]() |
I guess the review is moot, then.
::emp::
__________________
Get your own Bot army! Use promo code blindape199 That's because all programmers are also ninjas.(but not all ninjas are programmers) - LogicFlux Blind Ape Seo |
|
|
|
|
#18 (permalink) |
|
NFLol.
|
Holy shit I've never thought about doing this before, just thought of some great ways I could use this. Thanks! +rep
__________________
International Traffic? Translate your shit, cheap!
|
|
|
|
|
#20 (permalink) | |
|
Junior Member
|
Quote:
Dude your sig is ridiculous, I read that guys post and was lsfh @ it. So the site was deff. appropriate on your end
|
|
|
|
|
|
#21 (permalink) |
|
Junior Member
|
I thought the result counts are worth keeping so I modded your code to output an array with the keyword as the key and result count as the value. That way you can simply ignore the counts if not needed. It may be a quick and dirty way to track niche growth over time if you're inclined to write to a db.
Code:
function text_between($start,$end,$string) {
$keyword = '';
if ($start != '') {$temp = explode($start,$string,2);} else {$temp = array('',$string);}
$temp = @explode($end,$temp[1],2);
$temp2 = @explode($end,$temp[1],3);
$pages = (int)@str_replace(',','',$temp2[1]);
if ($pages) $keyword[$temp[0]] = $pages;
return $keyword;
}
function gsscrape($keyword) {
$keyword=str_replace(" ","+",$keyword);
global $kw;
$data=file_get_contents('http://clients1.google.com/complete/search?hl=en&gl=uk&q='.$keyword);
$data=explode('[',$data,3);
$data=explode('],[',$data[2]);
foreach($data as $temp) {
$kx = text_between('"','"',$temp);
if (is_array($kx)) $kw[key($kx)] = current($kx);
}
}
#simple to use, just use yourscriptname.php?keywords
if ($_SERVER['QUERY_STRING']!='') {
gsscrape($_SERVER['QUERY_STRING']);
foreach ($kw as $keyword => $pages) {
gsscrape($keyword);
}
}
#all results are in array $kw...
print_r($kw);
Code:
(
[angelina jolie tattoos] => 455000
[angelina jolie films] => 14000000
[angelina jolie twins] => 4010000
[angelina jolie movies] => 1640000
[angelina jolie new film] => 1760000
[angelina jolie wiki] => 985000
[angelina jolie and brad pitt] => 1470000
[angelina jolie pictures] => 4470000
[angelina jolie imdb] => 933000
[angelina jolie pregnant] => 4110000
[angelina jolie tattoos and meanings] => 53200
[angelina jolie tattoos wanted] => 178000
[angelina jolie tattoos in wanted] => 106000
[angelina jolie tattoos 2008] => 324000
[angelina jolie tattoos billy bob] => 42400
[angelina jolie tattoos coordinates] => 8050
[angelina jolie tattoos mean] => 307000
[angelina jolie tattoos pictures] => 399000
[angelina jolie tattoos explained] => 26600
[angelina jolie tattoos how many] => 531000
[angelina jolie films 2008] => 950000
[angelina jolie films list] => 1420000
[angelina jolie films 2007] => 481000
[angelina jolie films online] => 729000
[angelina jolie films wikipedia] => 111000
[angelina jolie twins pictures] => 483000
[angelina jolie twins names] => 1680000
(clipped here)
|
|
|
|
|
#23 (permalink) | |
|
Automation Specialist
|
oh you mean google suggest, like it says in the thread title? :P
__________________
Contempt and fuel your online business with Business Caffeine - Cash by AKMG Quote:
|
|
|
|
|
|
#25 (permalink) | |
|
Automation Specialist
|
No worries, thats why I phrased it like that.
__________________
Contempt and fuel your online business with Business Caffeine - Cash by AKMG Quote:
|
|
|
|
|
|
#27 (permalink) |
|
$ == $
|
What!? some guy was trying to sell this shit for $29??
Some people are fucking stupid.. This is only useful if you want to integrate it into a script - which suggests you need to know php.. And if you know php, you would never pay money for it. I did something similar to this for my wordpress auto commenter and it took 5 minutes.. I used it to find more keywords to find wordpress blogs with. This is a really useful tool to have to integrate into any script to give the script more keywords to work with. Thanks for sharing BlackBanana |
|
|
|
|
#28 (permalink) |
|
Junior Member
|
BackBanana just wanted to thank you for this script.
This made me register with wickedfire and to my surprise I already saw some familiar faces... I'll stick around. Just added a tiny little thing that makes your script even more powerful: PHP Code:
|
|
|
|
|
#29 (permalink) | |
|
Senior Member
|
Quote:
Where does it go? |
|
|
|
|
|
#30 (permalink) | |
|
123456789 123456789 (123)
|
Quote:
Until it was made free...
__________________
WordPress makes you more money.
|
|
|
|
|
|
#31 (permalink) | |
|
Junior Member
|
Quote:
It goes where you first call the function that scrapes google suggestion tool. Pretty cool I think! Let me add that my PHP is just crap. I'm sure someone can make it even better. Cheers |
|
|
|
|
|
#32 (permalink) | |
|
Senior Member
|
Quote:
Then adds B, then C, through Z. Keyword: Big Booty Original Result ![]() Script adds an A Keyword: Big Booty A Result ![]() Script adds a B Keyword: Big Booty B Result ![]() Pretty good idea for this script. |
|
|
|
|
|
#33 (permalink) |
![]() |
It's like Geek Poker in here. "I'll see your google suggest script and I'll raise it with a suggest script that does alphabetical variations!"
Anyone else gonna up the ante?
__________________
My Experience With Drip Feed Blast. |
|
|
|
|
#36 (permalink) | |
|
Senior Member
|
Quote:
PHP Code:
|
|
|
|
|
|
#38 (permalink) |
![]() |
Proxies FTW!
::emp::
__________________
Get your own Bot army! Use promo code blindape199 That's because all programmers are also ninjas.(but not all ninjas are programmers) - LogicFlux Blind Ape Seo |
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Powerful VIRAL Traffic Generation Script - TheViralScript.com | jclem | Sell, Buy & Trade | 33 | 01-18-2009 12:01 PM |
| US Cities - capital cities, large cities - Commerce-City.com, East-Providence.com etc | DNstore.net | Sell, Buy & Trade | 4 | 01-16-2009 07:33 PM |
| Free web hosting with PHP and MySQL | 000webhost.com | Sell, Buy & Trade | 0 | 02-21-2008 06:08 AM |
| AdQuick 2.0 Released - AdBrite Clone PHP Script - Official Product | adquick | Sell, Buy & Trade | 1 | 11-29-2007 06:29 AM |
| Established, fast growing free download site, RANKS No1 ON GOOGLE, CHECK IT OUT! | Khalid | Sell, Buy & Trade | 0 | 07-17-2006 06:50 PM |