Menu
Home
Forums
New posts
Search forums
What's new
New posts
New media
New media comments
New profile posts
Latest activity
Media
New media
New comments
Search media
Members
Current visitors
New profile posts
Search profile posts
Account Upgrades
Advertise
Marketplace
Money
PerfectMoney
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Home
Forums
Programming & Web Design
Programming
Visual Basic .NET
Site Title Tag Checker
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Patrick" data-source="post: 20665" data-attributes="member: 8623"><p>I need a simple application. Input are few keyword that should be titles, and list of urls. Output is list of urls that contain specified keywords in n page title.</p><p></p><p>For example:</p><p>keyword: blue,widgets</p><p>urls title: green and blue super widgets</p><p>result: urls is included in the list</p><p></p><p>1) It should just load list of urls - like 50 000 urls at once.</p><p>2) Check if keywords are inside title - between <title> and </title>.</p><p>3) Save results</p><p></p><p></p><p>I need that for scrapebox. This way i could have much better success in posting niche related comments as i would be able to determine site them much better if i can analyses its title.</p><p></p><p>Is this difficult to do for a person never used vb.net or made applications but know a little bit of php.</p></blockquote><p></p>
[QUOTE="Patrick, post: 20665, member: 8623"] I need a simple application. Input are few keyword that should be titles, and list of urls. Output is list of urls that contain specified keywords in n page title. For example: keyword: blue,widgets urls title: green and blue super widgets result: urls is included in the list 1) It should just load list of urls - like 50 000 urls at once. 2) Check if keywords are inside title - between <title> and </title>. 3) Save results I need that for scrapebox. This way i could have much better success in posting niche related comments as i would be able to determine site them much better if i can analyses its title. Is this difficult to do for a person never used vb.net or made applications but know a little bit of php. [/QUOTE]
Name
Verification
Post reply
Home
Forums
Programming & Web Design
Programming
Visual Basic .NET
Site Title Tag Checker
Top