Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > ibProArcade Archive
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Error for upgrade. Details »»
Error for upgrade.
Version: , by anuanu anuanu is offline
Developer Last Online: Apr 2013 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 07-16-2007 Last Update: Never Installs: 0
 
No support by the author.

Ok so im guessing this is how you use the support for. I appologize for posting in the other thread.

This is my problem:

Code:
Warning: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration in /arcade/functions/functions.php on line 908
Someone told me to edit my server config...which i dont know where it is or what to edit.



My temp fix:

functions.php on line 908 i added "//" for getinagesize() and it fixes the error but users avatars arnt displayed in arcade.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 07-22-2007, 10:30 AM
loonytune15's Avatar
loonytune15 loonytune15 is offline
 
Join Date: Mar 2003
Location: Loony Bin
Posts: 357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cool hope to see it soon..
Reply With Quote
  #23  
Old 07-22-2007, 09:36 PM
Ev!L ErN!E Ev!L ErN!E is offline
 
Join Date: Feb 2006
Location: Michigan
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MrZeropage View Post
v2.6.3+ will have a fix and even a global switch for image-resizing

and before anybody asks: after soling last two bugs I will release this v2.6.3+
awsome thank you!!
Reply With Quote
  #24  
Old 07-25-2007, 09:37 PM
AdmiralGeek AdmiralGeek is offline
 
Join Date: Jul 2007
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i changed the functions.php you cant change those security setting unless you have a dedicated server.

And it would be very nice, if the developers would let the people know, if they are implementing such procedures.

For those of us that can not change certain security changes.

It is only fair like.
Reply With Quote
  #25  
Old 07-25-2007, 10:07 PM
MrZeropage's Avatar
MrZeropage MrZeropage is offline
 
Join Date: Nov 2003
Location: Munich, Germany
Posts: 3,012
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

next release v2.6.3+ has a global switch and some detection-function included
Reply With Quote
  #26  
Old 08-02-2007, 10:39 PM
kelekian kelekian is offline
 
Join Date: Jun 2006
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MrZeropage View Post
next release v2.6.3+ has a global switch and some detection-function included
well, I got this error and I using 2.6.3+, and now? hehe
Reply With Quote
  #27  
Old 08-03-2007, 12:53 AM
Ev!L ErN!E Ev!L ErN!E is offline
 
Join Date: Feb 2006
Location: Michigan
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Same here, I still get the getimagesize error

Quote:
Warning: getimagesize(): URL file-access is disabled in the server configuration in /arcade/functions/functions.php on line 917
Reply With Quote
  #28  
Old 08-03-2007, 03:24 AM
xchewbaka xchewbaka is offline
 
Join Date: Jul 2006
Location: deep North Germany
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Warning: getimagesize(): URL file-access is disabled in the server configuration

same here , and i don´t want to configure my server for this.
Reply With Quote
  #29  
Old 08-03-2007, 05:55 AM
patbrandy patbrandy is offline
 
Join Date: Feb 2005
Location: Sindelfingen/Germany
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Open arcade.php and read the instructions:
Code:
// #################################################################################
// ### some global switches - only change if you are told to for support-reasons ###
// #################################################################################

$DEBUGMODE	= 0;		// 0 = off / 1 = enable the debugmode / 2 = verbose debugging (support only!)
$NATIVEMODE	= 0;		// set this to 1 to disable all Hooks/PlugIns within ibProArcade
$LOGIPS		= 1;		// set this to 0 to disable logging of IP-addresses
$AVATARRESIZE	= 0;		// set this to 0 to disable resizing of avatars or problems with getimagesize()
$FIXSTYLE	= 0;		// set this to 1 if you get empty pages (tournament-creation ect.)
$FIXIE		= 1;		// current workaround to fix problems with IE7
Thanx! Now it works fine without the getimagesize()-Warning ( $AVATARRESIZE= 0; ) !
Reply With Quote
  #30  
Old 08-03-2007, 06:35 AM
Ev!L ErN!E Ev!L ErN!E is offline
 
Join Date: Feb 2006
Location: Michigan
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by patbrandy View Post
Open arcade.php and read the instructions:
Code:
// #################################################################################
// ### some global switches - only change if you are told to for support-reasons ###
// #################################################################################

$DEBUGMODE	= 0;		// 0 = off / 1 = enable the debugmode / 2 = verbose debugging (support only!)
$NATIVEMODE	= 0;		// set this to 1 to disable all Hooks/PlugIns within ibProArcade
$LOGIPS		= 1;		// set this to 0 to disable logging of IP-addresses
$AVATARRESIZE	= 0;		// set this to 0 to disable resizing of avatars or problems with getimagesize()
$FIXSTYLE	= 0;		// set this to 1 if you get empty pages (tournament-creation ect.)
$FIXIE		= 1;		// current workaround to fix problems with IE7
Thanx! Now it works fine without the getimagesize()-Warning ( $AVATARRESIZE= 0; ) !

AWsome, thank you very much for posting this.... I would have never thought to look in the arcade.php, it worked just fine, again thanks.
Reply With Quote
  #31  
Old 08-03-2007, 07:59 AM
The_Rayman's Avatar
The_Rayman The_Rayman is offline
 
Join Date: Jul 2005
Location: Amsterdam - Netherlands
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works like a charm here!
thnx for the update mrZeroPage!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:09 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08789 seconds
  • Memory Usage 2,308KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete