Guten Morgen, ich habe mich mal rann gemacht meine hompage die mir damals einer programmirt hat zu verbessern. Nun Habe ich Domain Check programmirt aber weiß nicht wie den als Kleine Box machen und wie mann machen das man name eingibt für domain.
Der code:
Und die 2 Frage ist ein Freund von mir hat seine ganze hompage auf zb meinseitename.de/?page=Agbs und ich habe alle Pages einzeln in php er sagte mir er habe alles in einer index vieleich könnt mir dabei jemand helfen.
Wäre nett wenn mir jemand helfen würde bei den 2 sachen
Der code:
PHP-Code:
<?php
$frei = array(
"de"=>"status: free",
"com"=>"no match for \"",
"net"=>"no match for \"",
"org"=>"not found",
"info"=>"not found",
"biz"=>"not found: ",
"at"=>"nothing found",
"be"=>"status: free",
"ch"=>"we do not have an entry in our database matching your query.",
"ag"=>"not found",
"cc"=>"no match for ",
"cn"=>"no matching record",
"cz"=>"% no entries found.",
"dk"=>"no entries found for the selected source.",
"fr"=>"%% no entries found in the afnic database.",
"it"=>"status: available",
"li"=>"we do not have an entry in our database matching your query.",
"lu"=>"% no such domain",
"nl"=>"%domain% is free",
"pl"=>"no information about domain %domain%",
"se"=>".se\" not found.",
"tk"=>"invalid query or domain name not known in dot tk domain registry",
"tv"=>"%domain%\nyou have used the whois service,no match for ",
"us"=>"not found: ",
"ws"=>"no match for",
"in"=>"not found",
"as"=>"domain not found",
"lv"=>"%err - nothing found",
"ru"=>"no entries found for the selected source(s).",
"lt"=>"status: available",
"to"=>"no match for ",
"eu"=>"status: available",
"asia"=>"not found",
"mobi"=>"not found",
"name"=>"no match.",
"coop"=>"no domain records were found to match \"%domain%\"",
"jobs"=>"no match for \"%domain%\"",
"museum"=>"% object \"%domain%\" not found.",
"co.uk"=>"no match for \"%domain%\"."
);
$belegt = array(
"de"=>"status: connect",
"com"=>"domain:,domain name:,to single out one record",
"net"=>"domain:,domain name:",
"org"=>"domain:,domain name:",
"info"=>"domain name:",
"biz"=>"domain name:",
"at"=>"domain:",
"be"=>"status: registered",
"ch"=>"domain name:",
"ag"=>"domain name:",
"cc"=>"domain name: ",
"cn"=>"domain name: ",
"cz"=>"domain:",
"dk"=>"domain: ",
"fr"=>"domain: ",
"it"=>"status: active",
"li"=>"holder of domain name:",
"lu"=>"domainname: ",
"nl"=>"domain name:",
"pl"=>"domain object:",
"se"=>"domain: ",
"tk"=>"domain name:",
"tv"=>"registrant:,registrar name,registrar:",
"us"=>"domain name:",
"ws"=>"domain name: ",
"in"=>"domain name:",
"as"=>"name: ",
"lv"=>"domain: ",
"ru"=>"domain: ",
"lt"=>"status: registered",
"to"=>"%domainname%",
"eu"=>"registrant:,status: registered,status: application pending,status: suspended",
"asia"=>"domain id:",
"mobi"=>"domain id:",
"name"=>"domain name: %domain%",
"coop"=>"the domain records that match \"%domain%\" are listed below.",
"jobs"=>"domain name: %domain%",
"museum"=>"domain id:",
"co.uk"=>"registrant:"
);
$serverliste = array(
"de"=>"whois.denic.de",
"com"=>"whois.internic.net",
"net"=>"whois.internic.net",
"org"=>"whois.publicinterestregistry.net",
"info"=>"whois.afilias.info",
"biz"=>"whois.neulevel.biz",
"at"=>"whois.nic.at",
"be"=>"whois.dns.be",
"ch"=>"whois.nic.ch",
"ag"=>"whois.nic.ag",
"cc"=>"whois.nic.cc",
"cn"=>"whois.cnnic.net.cn",
"cz"=>"whois.nic.cz",
"dk"=>"whois.dk-hostmaster.dk",
"fr"=>"whois.nic.fr",
"it"=>"whois.nic.it",
"li"=>"whois.nic.li",
"lu"=>"whois.dns.lu",
"nl"=>"whois.domain-registry.nl",
"pl"=>"whois.dns.pl",
"se"=>"whois.nic-se.se",
"tk"=>"whois.dot.tk",
"tv"=>"whois.nic.tv",
"us"=>"whois.nic.us",
"ws"=>"whois.worldsite.ws",
"in"=>"whois.inregistry.in",
"as"=>"whois.nic.as",
"lv"=>"whois.nic.lv",
"ru"=>"whois.nic.ru",
"lt"=>"whois.ripe.net",
"to"=>"whois.tonic.to",
"eu"=>"whois.eu",
"mobi"=>"whois.dotmobiregistry.net",
"asia"=>"whois.nic.asia",
"name"=>"whois.nic.name",
"coop"=>"whois.nic.coop",
"jobs"=>"jobswhois.verisign-grs.com",
"museum"=>"whois.museum",
"co.uk"=>"whois.nic.uk"
);
$dropliste = array(
"de"=>"Changed: ",
"at"=>"% ",
"be"=>"%",
"lu"=>"% ",
"pl"=>"% ",
"fr"=>"%%",
"com"=>">>> Last update of whois database:",
"net"=>">>> Last update of whois database:",
"biz"=>">>>> Whois database was last updated on:",
"cc"=>">>> Last update of whois database:",
"us"=>">>>> Whois database was last updated on:",
"tv"=>">>> Last update of whois database:",
"pl"=>"Whois database last updated:",
"cz"=>"% ",
"dk"=>"# ",
"se"=>"# ",
"ru"=>"Last updated on",
"co.uk"=>" WHOIS lookup made at"
);
?>
Und die 2 Frage ist ein Freund von mir hat seine ganze hompage auf zb meinseitename.de/?page=Agbs und ich habe alle Pages einzeln in php er sagte mir er habe alles in einer index vieleich könnt mir dabei jemand helfen.
Wäre nett wenn mir jemand helfen würde bei den 2 sachen
Kommentar