i got some funny problem that i can not solve on my own ( sound strange isnt it ?)
it has not mutch to do with eo , but it is still a funny problem
some of you know that i am making a status script for eo ( remote checker :P )
now this is the funny problem
the image is generating a 403 error ( no permision error)
why does it sounds funny , because it random generate that error
so now the file is displaying and a refresh later it get the 403 error and a refresh later it is back fine
or even more fun , some images shows ( on the status) and a few got the 403 error
some says it has to do with mod_security , but i can cofirm that that is not the problem
same as keep alive , that seems not to be the problem eather
same as nopragma and file permisions ( 777 is full acces , images stands on 444 to allow read acces)
so to explain the error easy
just go to
and refresh the page a couple of times , with luck you see the exact error i mean ( image that refuse to show -> 403 error) i tested it out with some of my friends and they can generate the same error , so no clue why i get it
on the other side , the 403 error is a keep alive connection when the image is not a keep alive connection
the image get generated with a header redirect to the image (simple php code , header(location:$live); )
so probaly it is the header that is generating the 403 error but no clue how i can change that part as i can not figure out why it is providing that error in the first place
any help/solution/rewrite of code is welcome so i can prevent that 403 error
Thank you
Greetings From PowerChaos






