- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
- Interests
- Programming
- PC Specs
- PHP Programming
20 Posted Topics
Re: I had try the script..did it just crawl in homepage..And it crawl external link to like google and ect.. How to make it just crawl the internal link in all pages, and it never crawl the same internal link..Please tell me how to do that..? Urgent | |
Re: I'am using Joomla to build some website, and there is easyest CMS you can find. | |
| |
Re: The link between PHP and MySQL ?? Can you explain your question ?? | |
Re: $filename=$_FILES['imagefile']['tmp_name']; So if I put the exel file in C://xampp/htdocs/try Should it be any chance on your codde? | |
I want to ask what is the keyword to find backlink in this search engine : google yahoo bing altavista gigablast ask Please tell me. I'am waiting for your answer. Thank's | |
Re: How about Exalead. That is a great Search Engine too. How do you think? | |
I'am trying a keywod to check the backlink. Like this : [CODE]www.arif-4121f.info -link:www.arif-4121f.info[/CODE] I try it in many Search Engine. I have found a diffeent result if I using that keyword and this keyword : [CODE]http://www.arif-4121f.info -link:http://www.arif-4121f.info[/CODE] Please tell me why is the result is diffeent. I try it in … | |
| |
Re: I have to search it too..Please tell the detail of the algorithm. | |
Re: You can just put login.php in your homepage. In the user validation maybe will be look like this : [code=php]<?php session_start(); mysql_connect("localhost","root",""); mysql_select_db("abc"); $username=$_POST["username"]; $password=md5($_POST["password"]); $cek="select * from login where username=’$username’ and password=’$password’"; $jalankan=mysql_query($cek); if (mysql_num_rows($jalankan)){ $_SESSION["member"]=$username; header("Location:welcomepage.php"); } else{ echo "Failoed to login!"; } ?>[/code] I hope that will … | |
I have a code to detec backlink from yahoo and google like this : [CODE] function google_backlink($uri) { $uri = trim(eregi_replace('http://', '', $uri)); $uri = trim(eregi_replace('http', '', $uri)); $url = 'http://www.google.com/search?hl=en&lr=&ie=UTF-8&q=link:'.$uri.'&filter=0'; $v = file_get_contents_curl($url); preg_match('/of about \<b\>(.*?)\<\/b\>/si',$v,$r); preg_match('/of \<b\>(.*?)\<\/b\>/si',$v,$s); if ($s[1]!=0) { return $s[1]; } else { return ($r[1]) ? … | |
Re: Maybe the trouble in php.ini maxfileupload. | |
Hello master... I want to build a web crawler that can detect all files which extension is : .pdf .ppt .xls .doc First, insert the domain of a website to search files, than the result will be like this : domain : [url]www.examle.com[/url] Files : 1. xxx.doc 2. xxx2.doc 3. … | |
I has build a tool that can detect all inbound link to my website. I try it with a website that have high link popularity and there is more than 1000 inbound links in there. But there is no way to view more than 1000 inbound links with yahoo API. … | |
Re: Ok, thank's for your help. Now, I want to build a web crawler to search website that have link to my website. For example : search the website that have link to daniweb.com.. The result will be any website that link to daniweb.com.. ----------------------------------------------------------------------------------------- Please tell me how to do … | |
Hi all master. I want to ask how to check all website that have my link in there. For example : my link is : crohole.com And I want to detect where are the website that have link to crohole.com. It detect all website in the world. The result will … | |
I wan to ask you master, how to detect all partners website in all world that have my link in there. Please reply me. Thank's for your attention. | |
I have a script to crawl all link but in homepage..That can crawl internal n external link.. But that's just the matter. I want to crawl all internal link in all pages please tell me how to do it.. Here is all that I've got : [CODE] <?php if (isset($_POST['url'])) … |
The End.