Username or Email
Password
Remember me
Sign in
Sign up
Add Paste
Add Collection
unnamed file
PHP
Keine Beschreibung eingegeben.
Guest
Download
Edit
<?php
// Domain
if
(
!
isset
(
$_GET
[
\
'domain
\'
])) exit(\"Error 100\");
$domain = str_replace(array(
\'
www.
\'
,
\'
http://
\'
),
\'\'
,strtolower(trim($_GET[
\'
domain
\'
])));
if(!$domain||!preg_match(
\'
/^[a-z0-9