Jump to content

problem linking captcha to registration


Recommended Posts

im using a pre made script that has very little support you can view the problem errors here http://url4u.tk/account/register.

 

or here:

 

Warning: include() [function.include]: open_basedir restriction in effect. File(/usr/local/apache/htdocs/captcha_config.php) is not within the allowed path(s): (/home/:/usr/lib/php:/tmp) in /home/u177154682/public_html/captcha.php on line 19

 

Warning: include(/usr/local/apache/htdocs/captcha_config.php) [function.include]: failed to open stream: Operation not permitted in /home/u177154682/public_html/captcha.php on line 19

 

Warning: include() [function.include]: Failed opening '/usr/local/apache/htdocs/captcha_config.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/u177154682/public_html/captcha.php on line 19

 

Warning: shuffle() expects parameter 1 to be array, null given in /home/u177154682/public_html/captcha.php on line 25

 

any help would be appreciated

Link to comment
Share on other sites

Look at this code:

/usr/local/apache/htdocs/captcha_config.php

You do not have access to that, since you are only permitted to access files within your own home directory*, like:

/home1/adamlg/public_html/captcha_config.php

 

*with some exceptions

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...