PDA

View Full Version : Please help me


Mr.Kaloode
01-30-2009, 06:46 AM
Please help me :(

Photo not Tdahr

And I went to Create New Adoptable and put pictures

Level 0 (Default) Image URL

Http://www.56a.us/img/level0.gif

: Level 1 Image URL:

Http://www.56a.us/img/level1.gif


No Tdahr: (

Andharo

http://www.56a.us/get.php?id=1
Creature Name: nawaf
Level this creature up! Click Here! (http://www.56a.us/levelup.php?id=1)

Is the solution? :(

www.56a.us

BMR777
01-30-2009, 08:50 AM
It's very odd, your server seems to throw a 406 error when trying to view an adoptable's image directly:

http://www.56a.us/get.php?id=4

Does your host have the php readfile() function disabled? This could cause issues.

Mr.Kaloode
01-30-2009, 10:05 AM
I hope to resolve the problem as soon as possible: ([hr]
<?php

// PHP Easy Adoptables Configuration File

$dbhost = 'localhost'; //DB Hostname
$dbuser = '******'; //DB User
$dbpass = '******'; //DB Password
$dbname = '******'; //Your database name
$dname = '56a.us'; //Your domain name (No http, www or . )
$spath = ''; //The folder you installed this script in, if subfolder use a slash, if root domain empty
$auser = '*******'; //Admin Username for Host Admin CP
$apass = '********'; //Password for Host Admin CP

?>

BMR777
01-30-2009, 01:38 PM
The script appears to be running properly, but your server doesn't like the get.php file's way of outputting the image. This is either due to your host forcing ads on your account or due to your host having something disabled in PHP.

Either way, this is an issue with your host.

Mr.Kaloode
01-30-2009, 03:49 PM
Is the solution to the problem of WHM ??

BMR777
01-30-2009, 03:51 PM
The problem is that the readfile() function is not working properly on your host.

Mr.Kaloode
01-30-2009, 04:00 PM
How do readfile () of the WHM

BMR777
01-30-2009, 04:02 PM
I'm not quite sure. All I know is that the server doesn't like the get.php file. This is a server issue. Maybe Roger knows more about this and can help you, he's the server guy. :)

The problem though is that 406 error you get when you view the get.php with an adoptable id in the URL.