Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Is A Php File Searchable?
rockarolla
post Feb 13 2008, 03:17 AM
Post #1


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 44
Joined: 5-February 08
Member No.: 28,155



Hi,

I have made my web site solely stored in a SQL database...that will say if I need to load a page I take it our from the data base and then display it.

My question is: is any searcg engine able to ``crawl'' into my web site content?


I would appreciate some info so that I can change the way my web works.

Go to the top of the page
 
+Quote Post
Sten
post Feb 13 2008, 03:29 AM
Post #2


Oh come on Mrs. B!
Group Icon

Group: Members
Posts: 648
Joined: 6-June 07
From: Tasmania, Australia
Member No.: 22,422



Provided this is what you mean, yes.

So I gather you've stored everything in a database and using PHP to get a part of it and show it, just like a CMS?

PHP is server side, it does everything on the server and then displays it to the user as normal HTML, which if a search engine finds, it will show. If you're not using search engine friendly URLs though then it probably wouldn't find it since it's only picking up the index.php page.
Go to the top of the page
 
+Quote Post
yordan
post Feb 13 2008, 03:36 PM
Post #3


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 1,886
Joined: 16-August 05
Member No.: 7,896



By the way, pages needing passwords cannot be crawled, because the robots cannot guess your passwords.
So, pages you protected or scripts needing you to login before entering make the things not searchable by robots.
Go to the top of the page
 
+Quote Post
rockarolla
post Feb 14 2008, 03:08 AM
Post #4


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 44
Joined: 5-February 08
Member No.: 28,155



QUOTE(yordan @ Feb 13 2008, 03:36 PM) *
By the way, pages needing passwords cannot be crawled, because the robots cannot guess your passwords.
So, pages you protected or scripts needing you to login before entering make the things not searchable by robots.


Thats my point. The database table has an user/pass so it might not be accessible for a bot or it might be...I think they ``crawl'' a particular site by ``virtually opening'' it and then check the content...at least this is my experience...as I really need to know this I'm making some crawling around too to become an expert... wink.gif see how if I'll share it ...

here are the advises given by G:

http://www.google.com/support/webmasters/b...py?answer=40349
Go to the top of the page
 
+Quote Post
yordan
post Feb 14 2008, 08:56 AM
Post #5


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 1,886
Joined: 16-August 05
Member No.: 7,896



Hi, RockaRolla,
When I do crawling for fun, it simply opens the php scripts, so I get files named somehthing.php down to my PC, nothing more. For instance, in 4gallery photo galleries, I don't have the pictures.
However, I have the php scripts, so I can re-create the website. But of course I cannot connect to the database (for instance at asta it's your database so, even guessing the passwords I could not connect) so I cannot reach dynamic pages which are displayed using a particular user's rights and name and passwords.
Go to the top of the page
 
+Quote Post
Quatrux
post Feb 14 2008, 12:26 PM
Post #6


the Q
Group Icon

Group: [HOSTED]
Posts: 982
Joined: 13-July 05
From: Lithuania, Vilnius
Member No.: 7,059



Well, if your pages are dynamic, it would be very good for you to send the right headers to the bot/crawler and even to the browser, due to when apache or as I know any other http server sends a simple html file with the right content length and etc. but when a PHP file is generated/parsed apache can't really know the length of it, but it can be done with some php output buffering and sending the header with php, I think google is full of these kind of suggestions. smile.gif
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Php Script To Download File From Another Site(9)
  2. How Can I Open A *.sit File(10)
  3. Shut Down, Restart, Log Off XP Using A Batch File(23)
  4. How Do I Compress One File Into Several Parts?(10)
  5. How To Save A Image In Pdf File And Download It?(10)
  6. Recover Tables From A MySQL .frm File(6)
  7. FTP Or File Manager - Which Is Better?(37)
  8. How To Increase Windows Shutdown Speed(39)
  9. Create And Email PDF File 'On The Fly' With PHP(1)
  10. Text File Operations VB.NET(5)
  11. Restore Windows File And Folder Protection(4)
  12. What Is Mkv? Need Help With This File Format?(6)
  13. Uploading Image File Through JSP Code To Server(8)
  14. You Cannot Create A File Named Con(8)
  15. How To Create Exe File In Java?(12)
  1. Deleting A Corrupt File(24)
  2. Need Help Urgently (missing Or Corrupt Hal.dll File).(5)
  3. Messed Up My Boot.ini File With Vista...(13)
  4. How To Download/upload File Through A Ftp Proxy Server With 'curl'(3)
  5. Url File-access Is Disabled In The Server Configuration(7)
  6. Extplorer(7)
  7. Problem With Move_uploaded_file()(5)
  8. Safari And Hosts File(8)
  9. Use Of Xml Properties File For One Key - Multiple Value Mapping(0)
  10. How To Copy File & Folders From Linux To Windows?.(6)
  11. Linux Basic Command - For Storing Compilation Error To File(1)
  12. Need To Edit A Wav File [solved](0)
  13. Re-ordering Welcome Screen & Moving Heavily Fragmented File(1)


 



- Lo-Fi Version Time is now: 6th July 2008 - 11:21 PM