problem on my web host

Status
Not open for further replies.
Messages
10
Reaction score
0
Points
0
Hi,
My Host Have Some Problems Since Yesterday
I Can't access my wordpress administration site,i can't delete any file using dolphin file manager,and i can't use fopen() function.
am i done a work against the law of x10hosting?
 

garrettroyce

Community Support
Community Support
Messages
5,609
Reaction score
250
Points
63
Your website isn't suspended, so we are not blocking your site from working. Are you receiving errors for any of these things?

It sounds to me like a permission problem.
 
Messages
10
Reaction score
0
Points
0
Your website isn't suspended, so we are not blocking your site from working. Are you receiving errors for any of these things?

It sounds to me like a permission problem.
it's the ERR:
URL file-access is disabled in the server configuration in /home/hpx/public_html/addons/page/2.php on line 24

and this:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/hpx/public_html/BETU-COMPUTER.TK/wp-includes/registration.php on line 207
 

garrettroyce

Community Support
Community Support
Messages
5,609
Reaction score
250
Points
63
it's the ERR:
URL file-access is disabled in the server configuration in /home/hpx/public_html/addons/page/2.php on line 24

This is due to he configuration of the server, which cannot be changed. This addon may have to be disabled.

and this:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/hpx/public_html/BETU-COMPUTER.TK/wp-includes/registration.php on line 207

This is an infinite loop error in your program, most likely. You can see that you have 32MB of memory (33554432B) and you are using more than that somehow. Usually this happens when an infinite loop occurs in which more memory is allocated every loop. You may have to contact the author of the software to find out why an infinite loop condition would occur. This may also be due to the restrictions on remote file access.
 
Messages
10
Reaction score
0
Points
0
This is due to he configuration of the server, which cannot be changed. This addon may have to be disabled.



This is an infinite loop error in your program, most likely. You can see that you have 32MB of memory (33554432B) and you are using more than that somehow. Usually this happens when an infinite loop occurs in which more memory is allocated every loop. You may have to contact the author of the software to find out why an infinite loop condition would occur. This may also be due to the restrictions on remote file access.
what about this?
"URL file-access is disabled in the server configuration"
 

garrettroyce

Community Support
Community Support
Messages
5,609
Reaction score
250
Points
63
what about this?
"URL file-access is disabled in the server configuration"

People use this URL file-access to create software that is against X10's rules. Because so many users broke this rule, we had to disable it for everyone, even the users like you who aren't using it to break rules.
 
Messages
10
Reaction score
0
Points
0
People use this URL file-access to create software that is against X10's rules. Because so many users broke this rule, we had to disable it for everyone, even the users like you who aren't using it to break rules.
but i think it's a server problem.
until yesterday it was working safely,i haven't changed my scriptes,
it was working yesterday but now i have many errors like(unlink function error,fatal error and fopen error)
 

garrettroyce

Community Support
Community Support
Messages
5,609
Reaction score
250
Points
63
unlink() and fopen() can both be blocked because of remote files, which may be a fatal error. It may be that you haven't used the software in a way to trigger the error, and now the software is stuck in that error.

I would have to look at the code in your files to tell you whether it is trying to do something that is blocked or not.
 
Messages
10
Reaction score
0
Points
0
unlink() and fopen() can both be blocked because of remote files, which may be a fatal error. It may be that you haven't used the software in a way to trigger the error, and now the software is stuck in that error.

I would have to look at the code in your files to tell you whether it is trying to do something that is blocked or not.
thanks ,please do this.
 

Livewire

Abuse Compliance Officer
Staff member
Messages
18,169
Reaction score
216
Points
63
Would appear to be because you're essentially doing a triple violation: That script is a Proxy in that it uses us to download the contents of another sites page (which your error log indicates you -have- been trying to do with cnn, bbc, and bbc persia), Script Hosting in that there is literally -no- bearing to the actual site at all, even going as far as to be buried in the addons folder for Mambo even though it doesn't actually do anything -with- mambo, and File Hosting, because the downloaded copy of the page, had it actually worked, would've had no bearing on the site either.

So in short, Proxy, Script Hosting, Zero Tolerance Permanently Suspended. That'd be the problem here, because attempting to use us as a proxy pretty much won't work for starters.
 
Status
Not open for further replies.
Top