Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> PHP
Author Message
Guardian2003
Site Admin



Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam

PostPosted: Sat Dec 11, 2004 11:18 pm Reply with quote

I am testing some idea's on search engine rankings utilising sub-domains but I need some advice from you guru's.
I have already had some good success using sub-domains and of course am more than willing to share my experiences of this to others.

Is there any way, using php to pull a page from another website into a none-nuke directory and also add my own text including a link to my site to that page?

What I want to do is drag a page from another site, put it in a specific folder, lets call it 'google' for the sake of giving it a name, append my own text and site link to the bottom of that page (the text and link can be hard coded, thats not an issue).

Google will then crawl the page, see the 'content' is relevant to my own site, see that page is linked to my site and in theory at least, increase my rankings.
 
View user's profile Send private message Send e-mail
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Sun Dec 12, 2004 1:25 pm Reply with quote

$otherPage = file_get_contents('http://www.otherpage.com');
 
View user's profile Send private message
djmaze
Subject Matter Expert



Joined: May 15, 2004
Posts: 727
Location: http://tinyurl.com/5z8dmv

PostPosted: Sun Dec 12, 2004 7:26 pm Reply with quote

file_get_contents() doesn't return the headers and has trouble on IIS SSL when you use PHP < 4.3.7

Some websites use UTF-8 encoding and others ISO-***
Some use GZIP or LZH compression

So file_get_contents() will not work on all websites and also don't forget the file content-encoding

Best is to recieve an website thru fsockopen() and then split the header from the content (empty line between them)
Then check encoding and compression and then deflate or utf8_decode() if necesary.

Also google will not rank your pages higher by doing this kind of ripping.

CPG-Nuke uses advanced systems so that the website is searchengine friendly.

Tips:
- file structure
- content in the <head>
- as less html and images as possible

If you want tips how to process gzip compressed data i can help you on that since i've developed the CPG-Nuke RSS/File reader and thatone supports compression (i can even send and recieve cookies thru php if you need)
 
View user's profile Send private message Visit poster's website
Raven







PostPosted: Sun Dec 12, 2004 7:44 pm Reply with quote

Thanks DJM. Since he only asked how to retrieve a page, file_get_contents should fill the bill. It has been around since PHP v4.3.0. As to UTF-8 the PHP manual has words of wisdom for handling that. We've given a buffet here to choose from!
 
Guardian2003







PostPosted: Sun Dec 12, 2004 10:56 pm Reply with quote

Thanks guys, that is a really useful starting point.
I'll keep you updated.
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> PHP

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©