BBCodeBox3

prosilver | subsilver2

Willkommen und Guten Morgen, Guest  Beim nächsten Piep ist es zwischen 8:00 und 9:00 Uhr

It is currently Sun 23. Feb 2025, 09:02

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: Wed 16. Dec 2009, 09:43 

Posts: 1

Last Topic:
Problem (First Topi...

Joined:
Wed 16. Dec 2009, 09:31

Hi 4seven in first place thanks for to work,today install the mod First_Topic_img_on_ Forum_Index_v_0_.0_1 and i get this error in viewforum.
thanks for advance


Quote:
phpBB Debug] PHP Notice: in file /viewforum.php on line 644: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration
[phpBB Debug] PHP Notice: in file /viewforum.php on line 644: getimagesize(http://server5.rarbg.com/posters2/5/5f9 ... 97bb6e.jpg) [function.getimagesize]: failed to open stream: no suitable wrapper could be found


for each image is a line error


Code:
[phpBB Debug] PHP Notice: in file /viewforum.php on line 644: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration
[phpBB Debug] PHP Notice: in file /viewforum.php on line 644: getimagesize(http://server5.rarbg.com/posters2/5/5f9d95172c3e7b35300d1965822c98258597bb6e.jpg) [function.getimagesize]: failed to open stream: no suitable wrapper could be found
[phpBB Debug] PHP Notice: in file /viewforum.php on line 644: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration
[phpBB Debug] PHP Notice: in file /viewforum.php on line 644: getimagesize(http://server5.rarbg.com/posters2/7/7f7a39bd20f0b81abb1095b39d54fcc0f103a916.jpg) [function.getimagesize]: failed to open stream: no suitable wrapper could be found
[phpBB Debug] PHP Notice: in file /viewforum.php on line 644: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration
[phpBB Debug] PHP Notice: in file /viewforum.php on line 644: getimagesize(http://i45.tinypic.com/1gkj1v.jpg) [function.getimagesize]: failed to open stream: no suitable wrapper could be found
[phpBB Debug] PHP Notice: in file /viewforum.php on line 644: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration
[phpBB Debug] PHP Notice: in file /viewforum.php on line 644: getimagesize(http://music4dance.org/_nw/171/00836647.jpg) [function.getimagesize]: failed to open stream: no suitable wrapper could be found
[phpBB Debug] PHP Notice: in file /viewforum.php on line 644: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration
[phpBB Debug] PHP Notice: in file /viewforum.php on line 644: getimagesize(http://i46.tinypic.com/357rgxe.jpg) [function.getimagesize]: failed to open stream: no suitable wrapper could be found
[phpBB Debug] PHP Notice: in file /viewforum.php on line 644: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration
[phpBB Debug] PHP Notice: in file /viewforum.php on line 644: getimagesize(http://userserve-ak.last.fm/serve/_/33309493/Black+Eyed+Peas+++The+END.jpg) [function.getimagesize]: failed to open stream: no suitable wrapper could be found
[phpBB Debug] PHP Notice: in file /viewforum.php on line 644: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration
[phpBB Debug] PHP Notice: in file /viewforum.php on line 644: getimagesize(http://server5.rarbg.com/posters2/1/19e76cec03fac06de3494f0b5af9faad94e5bfc7.jpg) [function.getimagesize]: failed to open stream: no suitable wrapper could be found
[phpBB Debug] PHP Notice: in file /viewforum.php on line 644: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration
[phpBB Debug] PHP Notice: in file /viewforum.php on line 644: getimagesize(http://i.eimg.com.tw/d/alb/26/135026.300.jpg) [function.getimagesize]: failed to open stream: no suitable wrapper could be found


line 644
Code:
if (!empty($remote_clr_pic) && getimagesize($remote_raw_pic)){


Top
 Profile  
Reply with quote  
PostPosted: Wed 16. Dec 2009, 23:11 
Administrator
User avatar

Posts: 427

Last 3 Topics:
Tabmenu Test
[Snippet] Avatar Ev...
[DEV] Zero and X-P...

Joined:
Sun 13. Jan 2008, 23:44

Quote:
URL file-access is disabled in the server configuration


it say it in itself. sorry, nothing i can do this time ;)
if i find a alternative version for those restricted boards, i told ya

edit:

i find a way, bcs. it must be safe as standard version:

find

in viewforum.php

Code:
if (!empty($remote_clr_pic) && getimagesize($remote_raw_pic)){


replace with

Code:
if (!empty($remote_clr_pic)){


find

Code:
copy($remote_raw_pic, $phpbb_root_path . 'images/viewforum_thumbs/' . '_' . $remote_clr_pic);


after add

Code:
if (getimagesize($phpbb_root_path . 'images/viewforum_thumbs/' . '_' . $remote_clr_pic)){


find

Code:
$image->save($phpbb_root_path . 'images/viewforum_thumbs/' . '_' . $remote_clr_pic);}}}}


replace with

Code:
$image->save($phpbb_root_path . 'images/viewforum_thumbs/' . '_' . $remote_clr_pic);}}
else{
unlink($phpbb_root_path . 'images/viewforum_thumbs/' . '_' . $remote_clr_pic;)}}}}


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
POWERED_BY
[ Time : 0.013s | 18 Queries | GZIP : Off | Board-Version: 3.0.7 PL1 ]