| | | | |
| | |
| PHP Code Flüsterer Registriert seit: 21.08.2005 Beiträge: 4682 PHP-Kenntnisse: Fortgeschritten | |
| | |
| Gast
Beiträge: n/a
| fclose($fp); $reg = "/Whois Server: (.*?)\n/i"; preg_match_all($reg, $string, $matches); $secondtry = $matches[1][0]; if ($secondtry){ $fp = fsockopen($secondtry,43); fputs($fp, "$dom\r\n"); $string=""; while(!feof($fp)){ $string.=fgets($fp,12 } fclose($fp); } if(ereg("(No match|No entries found|NOT FOUND|Not found|not found in database|We do not have an entry in our database matching your query)",$string)) { echo "[b]Herzlichen Glückwunsch, die Domain ".$dom." ist noch frei\nBestellen"; } else { echo "Die Domain ".$dom." ist bereits vergeben."; $whois = "<font size=\"12pt\">".$string."</font>"; return $whois.$copy; } } |
| Themen-Optionen | |
| Thema bewerten | |
|
|
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [Erledigt] Statistik Script Referrer Problem | 7Style | PHP Tipps 2008 | 28 | 01.07.2008 15:14 |
| Problem mit php script | Jelko | PHP Tipps 2008 | 2 | 19.08.2007 23:28 |
| Problem bei Dateidownload via PHP Script | niffi | PHP-Fortgeschrittene | 7 | 01.06.2007 19:39 |
| Problem mit einem Script wo ich ned weiterkomme | MatthiasNI | PHP Tipps 2006 | 3 | 14.10.2006 17:35 |
| Problem mit einem Script | PHP Tipps 2007 | 7 | 28.11.2005 16:37 | |
| Problem mit Login Script | PHP Tipps 2007 | 4 | 15.11.2005 17:29 | |
| mal funktionierts, mal nicht - großes Problem mit PHP Script | nicobischof | PHP Tipps 2005-2 | 5 | 01.10.2005 16:13 |
| Problem mit Bilder einfügen Script | PHP Tipps 2005-2 | 3 | 21.07.2005 00:28 | |
| problem mit login script | PHP Tipps 2005 | 26 | 20.05.2005 22:10 | |
| [Erledigt] PHP Script Problem | PHP Tipps 2005 | 12 | 06.01.2005 12:38 | |
| Problem mit einem Bildergallery Script (Strato Problem???) | sharky | PHP Tipps 2007 | 9 | 05.01.2005 11:00 |
| Termin Script Problem | PHP Tipps 2004 | 16 | 16.08.2004 08:35 | |
| Problem beim Upload mehrerer Dateien per Script | PHP Tipps 2004 | 1 | 04.08.2004 16:26 | |
| Script Problem: parse error unexpected $end | PHP Tipps 2004 | 5 | 02.08.2004 13:25 | |
| delete script problem | PHP Tipps 2004 | 5 | 23.07.2004 14:39 | |
| Besucher kamen über folgende Suchanfragen bei Google auf diese Seite |
| php whois mit verweis auf bestellseite |

Dieser Inhalt ist unter einer Creative Commons-Lizenz lizenziert.