●您的上網方式:10M VDSL
●您的 phpBB 版本:phpBB 2.0.4
●您的網站:http://ive.speedirect.com/
●問題外掛:Forum Statistic Signature
這個外掛就是簽名檔那個論壇統計圖啦\r
我把folder chmod 777都不行,,,,
以下是error code :
-------------------------------------------------------------------------------------
Warning: main(/user/speedirect/public_html/phpBB2/extension.inc): failed to open stream: No such file or directory in /users/speedirect/public_html/signature/signature.php on line 18
Warning: main(): Failed opening '/user/speedirect/public_html/phpBB2/extension.inc' for inclusion (include_path='.:/jk/local/lib/php') in /users/speedirect/public_html/signature/signature.php on line 18
Warning: main(/user/speedirect/public_html/phpBB2/common.): failed to open stream: No such file or directory in /users/speedirect/public_html/signature/signature.php on line 19
Warning: main(): Failed opening '/user/speedirect/public_html/phpBB2/common.' for inclusion (include_path='.:/jk/local/lib/php') in /users/speedirect/public_html/signature/signature.php on line 19
Fatal error: Call to undefined function: session_pagestart() in /users/speedirect/public_html/signature/signature.php on line 21
-------------------------------------------------------------------------------------
我是直接連結 signature.php的 , 但都不行....
代碼: 選擇全部
$width = 365; //Width in pixel of signature image
$height = 30; //Height in pixel of signature image
$left = 10; //Indent of Stats from left edge
$top = 14; //Distance from top of signature image
$spacing = 11; //Line spacing of stats text
$signImage = "/home/user/public_html/signature/sign.jpg"; //Relative path to underlying signature image
$newImage = "/home/user/public_html/signature/newimage.jpg"; //Relative path and Name to new signature image with stats
$compression = 100; //Compression of signature image with stats (100 = No Compression)救命呀, 這樣簡單的外掛都有問題...><"
