View Single Post
ישן 10-11-07, 09:48   # 3
Ori-G
Permanently Banned
 
מיני פרופיל
תאריך הצטרפות: May 2007
מיקום: לא יודע :)
גיל: 34
הודעות: 908

Ori-G לא מחובר  

ציטוט:
נכתב במקור על ידי Derey22 צפה בהודעה
תציג גם תקובץ השני,
בקובץ השני תשים סישן עם הקוד.
ואז תשווה הרבה יותר טוב נראה לי/:
שמתי כבר.. :/

הנה העמוד השני:



ציטוט:
<?php
session_start();
header("Content-type: image/gif");
$BB = substr(str_shuffle("abcdefghijklmnopqrstuv12345678 9"),0,6);
$_SESSION['BBCODE'] = "$BB";
$text = "$BB";

$image=imagecreate(70,20);
$wirt=imagecolorallocate($image, 0, 0, 0);
$red=imagecolorallocate($image, 255, 255, 255);
ImageString ($image, 30, 7, 2, $text, $red);
imagegif($image);
?>
  Reply With Quote