How to import other websites pages to my own website

Status
Not open for further replies.

happyvalentine

Active Member
596
2009
14
0
Hello,
I was wondering how to import other websites data under my own website. Like ddl sites ex: phazeddl.com, twilight.ws etc.

I am planning to open a newspaper site and I want to display several newspapers websites to my website (Ex: mydomain.com/newspaperdomain.html). I don't want to redirect my traffic to their site. So It would be very helpful for me. I tried to find suitable articles in google. But didn't find anything about this. As wjunction is one of the best for providing answers so I am making this post here.


Thanks and waiting to hear from you.
 
18 comments
You basically want to create a category with the content of that other site's content, but put in to your CMS?

For the you will need a Curl script, which will probably grab contents from that target site's RSS feed and then post to yours.

Hope this helps
 
use cURL,create regex filters to display on those parts of the target site and not the whole site.this is not seo friendly and you`ll be penalized afaik
 
cURL is a php extension.wordpress is a php cms.know the difference first.but why do you want to rip contents from other sites?
instead of integrating your cURL grabbing and parsing function with wordpress,why dont you use a wp plugin?
 
Hello, Thanks for your reply. If i build a site on wordpress technology then what i have to do? Do you have curl scripts or how do i use it/Create it?

Thanks
There are many wp plugins to choose from. Here is one:

WP Web Scraper
An easy to implement web scraper for WordPress. Display realtime data from any websites directly into your posts, pages or sidebar.
 
What To DO guys........if m using vB (4x) Forum..........is there any plugin for that....or something else??

Can somebody tell me how iFrame OR cURL works by giving some example(some forum/website already implemented them)
 
HTML iframe will work for you other than that the only possible way of doing it is only linking to them which you don't want to do.
 
can someone post example with iframe how to do that?
is this correct?
ex.

Code:
<iframe align="top" width="100%" scrolling="auto" height="800" frameborder="0" class="wrapper" src="http://ednevnik.mon.gov.mk" name="iframe" id="blockrandom"></iframe>
 
Last edited:
What To DO guys........if m using vB (4x) Forum..........is there any plugin for that....or something else??

Can somebody tell me how iFrame OR cURL works by giving some example(some forum/website already implemented them)

Are you trying to get data from another sites topics or can you use rss to create your own topics from data they publish?
 
Its GOOD to know 4 BOTH.......getting data from other sites + using it on my own.........Please Tell Me in Detail with Possible Example (some reference)
 
Status
Not open for further replies.
Back
Top