1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
|
" codeBody "
php
set_time_limit (100);
//error_reporting (E_ALL);
uittreksel ($_REQUEST);
$keywords = "";
$keywords1 = „w“;
als (isset ($submit)) {
$list1 = explodeer („,“, $input1);
$list2 = explodeer („,“, $input2);
foreach ($list1 als $word1) {
foreach ($list2 als $word2) {
$keywords = $keywords. „\ n“. $prefix.
versiering ($word1). „„.
versiering ($word2). „„;
$keywords1 = $keywords1. „\ n“. $prefix.
versiering ($word2). „„.
versiering ($word1). „„;
$keyws [] = $word1. ''. $word2;
$keyws [] = $word2. ''. $word1;
}
}
$keywords. = $keywords1;
$urlelements = serie ();
foreach ($keyws als $k => $v) {
$urlelements = explodeer ('', $v);
$url = 'http://www.google.com/search?q=';
foreach ($urlelements als $k2 => $v2) {
$url. = $v2. „+“;
}
$url. = „&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla: de Engels-V.S.: ambtenaar "“;
$urls [] = $url;
}
//TO MENING GECRE�ëRDE URLS UNCOMMENT DIT
//foreach ($urls als $key => $value) {
// echo $value. „ “;
//}
//exit ();
echo „ \ n“; // VERBETERT LEESBAARHEID
//
echo „ “;
echo „Position | “;
echo „Domain | “;
echo „Phone | “;
foreach ($urls als $u) {
$ch = curl_init ();
curl_setopt ($ch, CURLOPT_URL, $url);
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt ($ch, CURLOPT_FOLLOWLOCATION, 1);
$file=curl_exec ($ch) of matrijs (curl_error ());
curl_close ($ch);
// LEIDT TOT EEN SERIE VAN HTML1. Domein
$arr = explodeer („“, $file);
// VERWERPT HET ONGEWENSTE MATERIAAL BIJ DE BOVENKANT VAN HTML
unset ($arr [0]);
// RUIMT ELK ELEMENT VAN DE SERIE OP
foreach ($arr als $ptr => $string)
{
// BEPAALT DE PLAATS VAN HET EIND VAN NUTTIGE GEGEVENS
$poz = strpos ($string, „ - “);
// EIND VAN GEVONDEN NIET GEGEVENS - SLA DIT ELEMENT OVER
als ($poz VALSE ===)
{
unset ($arr [$ptr]);
ga verder;
}
// VERWIJDERT DE NUTTELOZE SLEPENDE ENTITEITEN VAN DE REPARATIE VAN HTML VAN GEGEVENS EN (XML)
$arr [$ptr] = substr ($string, 0, $poz);
$arr [$ptr] = str_replace („& “, „&“, $arr [$ptr]);
}
// LEIDT TOT EEN SERIE VAN HTML2. Het Aantal van de telefoon
$arr2 = explodeer („ - “, $file);
// VERWERPT HET ONGEWENSTE MATERIAAL BIJ DE BOVENKANT VAN HTML
unset ($arr2 [0]);
// RUIMT ELK ELEMENT VAN DE SERIE OP
foreach ($arr2 als $ptr => $string2)
{
// BEPAALT DE PLAATS VAN HET EIND VAN NUTTIGE GEGEVENS
$poz = strpos ($string2, „ - “;
echo $i;
echo „ | “;
echo $arr [$i];
echo „ | “;
echo $arr2 [$i];
echo „ | “;
}
}
echo „ “;
} anders {
echo „“;
}
? >
|