GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
added PKGBUILD for openssh-dnssec
[mirrors/Programs.git]
/
php
/
skripty
/
mail.php
1
<
?php
2
3
$domena
=
"gmail.com"
;
4
$google
=
"com"
;
5
$file
=
fopen
((
"http://www.google."
.
$google
.
"/search?num=100&q=+
%22
.
%40
"
.
$domena
.
"
%22
"
),
"r"
);
6
$text
=
""
;
7
8
while
(
1
) {
9
echo
(
fgetc
(
$file
));
10
//$text = ($text + fgetc($file));
11
}
12
13
?
>
This page took
0.348804 seconds
and
4
git commands to generate.