Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > ibProArcade Archive

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
  #12  
Old 07-18-2007, 09:31 PM
Ev!L ErN!E Ev!L ErN!E is offline
 
Join Date: Feb 2006
Location: Michigan
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wtf??? I have to change server settings just for this???? ohhh come on... there has to be another fix for this.

I mean what are you supposed to do if your host doesn't change anything?

also some concerns:

Quote:
By default, URL File Access is disabled because poorly coded or out of date web scripts can be hijacked using remote http:// URL's in include() or require() commands. If, for example, your script was set to include a page name based on the a URL passed to your script such as:

script.php?page=http://bad-hacker-site.com/page.php

if your script.php was set to include($page) this malicious URL could have your script (due to insecure coding) grab the page.php script from a bad site and run it on your site! That script can delete files, send out spam emails, deface your site, and much more... This is why URL file access is disabled by default.
so if this new version is to stop some security issue.... why does it need to enable a feature that could possibly turn into its own security risk????
Reply With Quote
  #13  
Old 07-19-2007, 12:56 AM
ranj ranj is offline
 
Join Date: Nov 2006
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had this prob too guys to solve this prob. you have to edit one file.
edit File: -
/arcade/funtions/functions.php

Find
Code:
$check = getimagesize($member_avatar);
			$avatarwidth  = $check[0];
			$avatarheight = $check[1];
And Delete these codes

Find
Code:
<img src='{$member_avatar}' border='0' alt='' width='{$avatarwidth}' height='{$avatarheight}' />
and Change {$avatarheight} with the Height of avater you want same with Width.

Eg.
Code:
<img src='{$member_avatar}' border='0' alt='' width='120' height='120' />
I Hope i didn't made mistake And enjoy.
Reply With Quote
  #14  
Old 07-19-2007, 01:24 AM
talenak talenak is offline
 
Join Date: Feb 2006
Location: Washington
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for your post Ranj! and I completely agree with everything you said Ev!l Ern!e. I hope MrZeroPage reads and agrees also and adds an option to disable this for the people who can't get their host to change things or are unwilling to enable the function for security purposes themselves.
Reply With Quote
  #15  
Old 07-19-2007, 01:49 AM
ranj ranj is offline
 
Join Date: Nov 2006
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks talenak

I just did it for my friend and when i posted these codes here
Reply With Quote
  #16  
Old 07-19-2007, 02:54 PM
MrZeropage's Avatar
MrZeropage MrZeropage is offline
 
Join Date: Nov 2003
Location: Munich, Germany
Posts: 3,012
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I will look for inserting a check for this function ...
Reply With Quote
  #17  
Old 07-19-2007, 03:43 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
I will look for inserting a check for this function ...
thank you MrZeropage!

in the meantime do you think the edits Ranj posted are ok to do?
Reply With Quote
  #18  
Old 07-20-2007, 03:04 AM
anuanu anuanu is offline
 
Join Date: May 2007
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

woot woot!!! now i just need the talkerbot todo the same thing!
Reply With Quote
  #19  
Old 07-20-2007, 06:51 AM
loonytune15's Avatar
loonytune15 loonytune15 is offline
 
Join Date: Mar 2003
Location: Loony Bin
Posts: 357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed this on one forum and got the same error. I will await for the check before i install on the next..
Reply With Quote
  #20  
Old 07-21-2007, 06:48 PM
Ev!L ErN!E Ev!L ErN!E is offline
 
Join Date: Feb 2006
Location: Michigan
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any news on the fix for this?
Reply With Quote
  #21  
Old 07-21-2007, 08:17 PM
MrZeropage's Avatar
MrZeropage MrZeropage is offline
 
Join Date: Nov 2003
Location: Munich, Germany
Posts: 3,012
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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+
Reply With Quote
Reply

Thread Tools

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 04:32 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.12344 seconds
  • Memory Usage 2,292KB
  • 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
  • (4)bbcode_code
  • (2)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