Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~5K People Reached
Interests
Programming
PC Specs
PHP Programming
Favorite Tags
Member Avatar for monsterpot

Apologies first if this is covered elsewhere - I searched but could not find. I am looking for a way to search the web for the presence of a JavaScript code snippet within the HTML <body> of a web page. I would specify the code snippet and send the bot …

Member Avatar for aqeel.mmd
0
939
Member Avatar for gikonyo

i am trying to connect a form to mysql database by using php code,but once a click submit button to submit the form this is the error am getting. Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the …

Member Avatar for gikonyo
0
124
Member Avatar for veledrom

Hi, I have never use CMS before and want to learn. For a beginner, do you think Joomla would be easy for me to learn or Drupal? Thanks

Member Avatar for peter_budo
0
133
Member Avatar for Stefano Mtangoo

As I said, I would like to make a PHP login /Register system that would be free for anyone. Here I have started. Since Iam not expert, then I will be adding small pieces until something emerges. I hope DW guys will help until it grows to mature. I want …

Member Avatar for vjimatjijoro
0
574
Member Avatar for lotus2009
Member Avatar for almostbob
0
105
Member Avatar for indoreankita

how can we parse excel sheet and insert its values into mysql database table using php?

Member Avatar for crohole
0
237
Member Avatar for crohole

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

Member Avatar for Connerhailee
0
462
Member Avatar for mascot

Bing has a better conversion ratio as compared to Google. However, Bing gets low traffic share as compared to Google, but if you get some click from Bing then it will turn in lead ( on most of the occasions). The best thing about Bing is that it has a …

Member Avatar for crohole
0
266
Member Avatar for crohole

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 …

Member Avatar for leahmarie
0
107
Member Avatar for GordonUK

Hi everyone, Im a newbie with all of this! And i just wanted to know more about creating backlinks for my website. If for instance i leave 100 backlinks with the urls of my website on Facebook or Myspace in the form of 100 separate comments would this count as …

Member Avatar for kennyjewels
-1
230
Member Avatar for shilpamg
Member Avatar for leahmarie
-1
135
Member Avatar for rukshilag

we have just started learning PHP as a course in our 2nd year subject Internet Application development. below are the codes that we have worked on so far. [B][U]Homepage :[/U][/B] [code=html]<HTML> <HEAD> </HEAD> <BODY bgcolor='yellow'> <P align='center'><FONT color='blue' size='6'>ABC & Company</FONT></P> </BODY> </HTML>[/code] [B][U]Login.php :[/U][/B] [code=html]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML …

Member Avatar for israrkhan
0
80
Member Avatar for crohole

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]) ? …

Member Avatar for cwarn23
0
139
Member Avatar for fudgealtoid

I wish to limit uploading to the video files swf pps bmp pps png gif mpg mp3 and wav - i'm sure I have the file / type incorrect. can someone please give logical solution... here's my code: [code=php]<?php if ((($_FILES["file"]["type"] == "video/swf") || ($_FILES["file"]["type"] == "video/pps") || ($_FILES["file"]["type"] == …

Member Avatar for crohole
0
504
Member Avatar for crohole

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. …

Member Avatar for cwarn23
0
154
Member Avatar for crohole

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. …

Member Avatar for pritaeas
0
74
Member Avatar for cwarn23

I have been pm about this question from Crohole so many times that I thought I would setup a topic where others can join in. Crohole has asked about setting up a bot like I have many times but his questions seem to be looping back to the beginning. So …

Member Avatar for cwarn23
0
122
Member Avatar for crohole

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 …

Member Avatar for pritaeas
0
73
Member Avatar for crohole

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.

Member Avatar for danishbacker
0
99
Member Avatar for crohole

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'])) …

Member Avatar for blocblue
0
79