Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 10-23-2008, 12:09 PM
Videx's Avatar
Videx Videx is offline
 
Join Date: Feb 2007
Posts: 3,085
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, you've got their ear, so let them know. Send them a screenshot because you can bet they aren't familiar with vb and don't know you have a little test utility right there in Options.

Here, I dug back through my support tickets and found their explanation - this after giving them admin access and jumping through all kinds of hoops:
Quote:
The exec() was disabled in the server for security reasons. We have enabled this for your particular account .
Reply With Quote
  #12  
Old 10-24-2008, 05:58 AM
jfk1 jfk1 is offline
 
Join Date: Mar 2008
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i would ask hosts if any other domain holder is using IM, and see some "physical" evidence that it is actually working for someone else. as stated before, i had a nightmare with this package, until i finally got it installed "properly". u could save urself a lot of useless testing etc
Reply With Quote
  #13  
Old 10-24-2008, 11:06 AM
BigJohnny's Avatar
BigJohnny BigJohnny is offline
 
Join Date: Jun 2006
Location: Canada
Posts: 500
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well they cant enable exec() or its enabled for the whole server and this is a huge security risk they say.

I did however find this useful test script
http://www.expertzzz.com/Downloadz/view/880

which i put on my server
http://96cougar.com/cgi-bin/magickpm.cgi

and it tells me that they are using version 5.51, and not image magick 6
Reply With Quote
  #14  
Old 10-24-2008, 12:38 PM
jfk1 jfk1 is offline
 
Join Date: Mar 2008
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BigJohnny View Post
well they cant enable exec() or its enabled for the whole server and this is a huge security risk they say.

I did however find this useful test script
http://www.expertzzz.com/Downloadz/view/880

which i put on my server
http://96cougar.com/cgi-bin/magickpm.cgi

and it tells me that they are using version 5.51, and not image magick 6
i clicked your "test" link.... and it says it all. i guess ur hosts are going going to tell u anything but the real reason why IM wont run, that being, IM is a +++++ to install! they either can't figure it, or can't be bothered. i will try dig out the exact build files that i used on the server, which u can suggest to them. they will, however, still need to load libs for each graphic format u need, (thats after u installed the app!). it really is a ball-ache.

--------------- Added [DATE]1224858243[/DATE] at [TIME]1224858243[/TIME] ---------------

here are some details of my install:
IM build = ImageMagick-6.4.1
here are 3 of the lib files i installed (the "-devel" extension is important!)
libjpeg-devel.i386
libpng-devel.i386
libtiff-devel.i386
here is the shell command i used to configure, prior to "make", then "make install" (which worked for me = ./configure --enable-shared --with-perl --disable-openmp --with-jpeg --with-png --with-tiff --disable-static LDFLAGS='-L/usr/local/lib -L/usr/lib -rpath,/usr/lib'

here are 2 shell commands which tell the whole story, about the install and config, of IM
identify -list configure
identify -list format

hope this helps
Reply With Quote
  #15  
Old 10-24-2008, 07:02 PM
BigJohnny's Avatar
BigJohnny BigJohnny is offline
 
Join Date: Jun 2006
Location: Canada
Posts: 500
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

they installed 6.4.4 for me, and it still isnt working.

the test script now returns good info, and passes all tests, except the one for the font which says it needs to be uploaded (it is) and it doesnt tell you the directory that the script is located in, or the path to upload the font file.... which is the path the script is located in.

ill pass your post on to them and see what they say about.... what i do know, is that they wont enable exec(), they said they've had a hacker break in with that enabled.
Reply With Quote
  #16  
Old 10-24-2008, 10:21 PM
jfk1 jfk1 is offline
 
Join Date: Mar 2008
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BigJohnny View Post
they installed 6.4.4 for me, and it still isnt working.

the test script now returns good info, and passes all tests, except the one for the font which says it needs to be uploaded (it is) and it doesnt tell you the directory that the script is located in, or the path to upload the font file.... which is the path the script is located in.

ill pass your post on to them and see what they say about.... what i do know, is that they wont enable exec(), they said they've had a hacker break in with that enabled.
i would say u are nearly there!

edit: default location for libfreetype would be /usr/lib
Reply With Quote
  #17  
Old 10-25-2008, 09:31 PM
BigJohnny's Avatar
BigJohnny BigJohnny is offline
 
Join Date: Jun 2006
Location: Canada
Posts: 500
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is what my host has to say most recently

I have did the
Quote:
./configure --enable-shared --with-perl --disable-openmp --with-jpeg --with-png --with-tiff --disable-static LDFLAGS='-L/usr/local/lib -L/usr/lib -rpath,/usr/lib'

before make and make install.
Reply With Quote
  #18  
Old 10-26-2008, 12:17 AM
jfk1 jfk1 is offline
 
Join Date: Mar 2008
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BigJohnny View Post
this is what my host has to say most recently

I have did the
i dont know what to say....
however, i am seriously tempted to open a server just for "ppl who cant get their host to run IM".............
Reply With Quote
  #19  
Old 10-26-2008, 12:29 AM
Videx's Avatar
Videx Videx is offline
 
Join Date: Feb 2007
Posts: 3,085
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Correct me if I'm wrong, but isn't IM mostly just useful for fancier captchas? If so, forget it - captchas were broken long ago, and now the bots have an easier time reading them than people do.
Reply With Quote
  #20  
Old 10-27-2008, 01:16 PM
jfk1 jfk1 is offline
 
Join Date: Mar 2008
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Videx View Post
Correct me if I'm wrong, but isn't IM mostly just useful for fancier captchas? If so, forget it - captchas were broken long ago, and now the bots have an easier time reading them than people do.
i think it used for a little bit more than this
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 11:41 AM.


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.07026 seconds
  • Memory Usage 2,256KB
  • Queries Executed 13 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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