if (!isset($toolsel))
$toolsel = "";
?>
ضلل ثم انسخ "Ctrl + C " رابط الصوره المطلوبة ثم الصقه بمشاركتك
function helpBox() {
global $help, $tool, $toolsel;
$firstaltcolor="#FFE1CE"; $secondaltcolor="snow";
echo '';
echo ''.$help.'
';
}
$filename = "help.txt";
$fn = fopen($filename, "r");
$data = "\n".fread($fn, filesize($filename))."\n$$";
fclose($fn);
$p1 = -1;
$data = str_replace("\r", "", $data);
while (1) {
$p1 = strpos($data, "\n$$", $p1 + 1);
if ($p1 !== false) {
$p2 = strpos($data, "$$\n", $p1 + 1);
$tool = trim(substr($data, $p1 + 3, $p2 - $p1 - 3));
if ($tool == "")
break;
else if ($tool == $toolsel or $toolsel == "") {
$p3 = strpos($data, "\n$$", $p2);
$help = nl2br(trim(substr($data, $p2 + 3, $p3 - $p2 - 3)));
helpBox();
if ($toolsel == $tool)
break;
}
} else {
break;
}
}
?>
if ($toolsel == "") { ?>
[ إظهار الكل ]
[ اخفاء الكل ]
} ?>
[ اغلاق النافذة ]