PEAK XOOPS - Re: Click a batch registered picture in the single picture browsing page, the pop picture is too small! in englishin japanese

Re: Click a batch registered picture in the single picture browsing page, the pop picture is too small!

List posts in the topic

question Re: Click a batch registered picture in the single picture browsing page, the pop picture is too small!

msg# 1.1
depth:
1
Previous post - Next post | Parent - No child | Posted on 2004/9/23 19:26
GIJOE  ÀèǤ·³Áâ   Posts: 4110
hi chengpang.

Perhaps, the names of the files are not ended .gif , .jpeg, .jpg, or .png .

If you often upload such irregular image files, you can hack like this:
line 87 of admin/batch.php
		if( is_readable( $file_path ) && in_array( strtolower( $ext ) , $array_allowed_exts ) ) {
			$lid = $xoopsDB->genId( $table_photos."_lid_seq" ) ;
			if( ! in_array( strtolower( $ext ) , $myalbum_normal_exts ) ) {
				list( $w , $h ) = getimagesize( $file_path ) ;
			} else {
				list( $w , $h ) = array( 0 , 0 ) ;
			}
Votes:0 Average:0.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!