[水怪RPG複雜化委員會]天空鬥技場興建計劃啟動

phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

DL
竹貓忠實會員
竹貓忠實會員
文章: 717
註冊時間: 2005-03-05 15:29

文章 DL »

kevinant 寫:
DL 寫:換成phpbb的死對頭?不要命了?:-P

還有喔...請問你得到了所有原作者同意了嗎?
Because I wanted to make game more complicate than it is.
And Discuz Forum is also better environment to develop MODs
I used PHPBB before, but to tell u the truth It has too much bugs/holes which i can exploit and coulodbe easily hacked ( don't want to reveal them) . That's why I switched to Discuz. Discuz is much more safer forum to use.
呵呵...是嗎?我可告訴你,Discuz有著比phpBB多上一千倍的臭蟲。為什麼不沒成為被攻擊的對象?你忘了這是我國的「國產」論壇嗎?

還有,再說一次,打廣告別到這邊來,這些大概是比較間接的的廣告吧,但都改變不了是廣告的事實!Discuz比phpBB好那麼多,還來竹貓幹嘛,這是「phpBB亞洲中文站台」,不是「Discuz垃圾處理站」! :evil:
Discuz is much more safer forum to use.
要是這個論壇程式是台灣編寫的話,恐怕早已不能生存了!
kevinant
星球普通子民
星球普通子民
文章: 9
註冊時間: 2003-07-19 09:18

文章 kevinant »

..對不起你誤會了
我的重點不是discuz有多好....
是我改寫的discuz水怪現在解決之前程式寫死的問題,並且加上後台管理程式
我是希望如果有一些有興趣的人可以幫忙把水怪"複雜化"把他寫的更好的話,歡迎他們加入改編水怪的行列....
DL
竹貓忠實會員
竹貓忠實會員
文章: 717
註冊時間: 2005-03-05 15:29

文章 DL »

I used PHPBB before, but to tell u the truth It has too much bugs/holes which i can exploit and coulodbe easily hacked ( don't want to reveal them) . That's why I switched to Discuz. Discuz is much more safer forum to use.
:evil:
kevinant
星球普通子民
星球普通子民
文章: 9
註冊時間: 2003-07-19 09:18

文章 kevinant »

ilove1291 寫:請問我想把數字轉成圖檔
例如 999 變成三個9的圖檔 要怎麼做呢? :?: :?:
用以下的發法弄 以下的例子$count事變數\r

代碼: 選擇全部

Header("Content-type: image/PNG");
	$widt=0;
	$heigh=0;
	$counter_size = GetImageSize("images/0.gif");	
	$twidth=strlen($count)*$counter_size[0];
	$theigh=$counter_size[1];
	$dis_im = ImageCreate($twidth, $theigh);

	for($i = 0; $i < strlen($count); $i++){
	$num=substr($count, $i, 1);
	$src_im = ImageCreateFromGIF("images/$selection/$num.gif");
	ImageCopy($dis_im, $src_im, $counter_size[0]*$i, 0, 0, 0, $counter_size[0],$counter_size[1]);
	}

	ImagePNG($dis_im);
	ImageDestroy($dis_im); 
主題已鎖定

回到「外掛問題討論」