Posting Issues...

Status
Not open for further replies.

brianvidguy

New Member
Messages
5
Reaction score
0
Points
0
I can't seem to be able to post in other forums like Free Hosting. It comes back with a message about account not activated yet, or I'm trying to edit someone's post. I can't start my own topic in that forum, or reply to any other topics.

Just wanted to make sure you knew. My account is fully activated though.

Here's the full error message:
brianvidguy, you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.


---------- Post added at 10:56 PM ---------- Previous post was at 11:12 AM ----------

I just wanted to point out that I still cannot post new topics in Free Hosting section. I need to post there, and I can't.

I'll just post what I need to post there, here for the time being.

My .htaccess doesn't work as it used to (before your restore). I've verified that my IP address is correct. Here is what the .htaccess is:
Code:
allow from ###.##.##.###
deny from all

<Files emailform.php>
allow from all
</Files> 
<Files favicon.ico>
allow from all
</Files> 
<Files comingsoon.css>
allow from all
</Files>

ErrorDocument 403 /comingsoon.php

It doesn't allow that IP Address to view the website and denies EVERYBODY. It used to allow me, (that IP Address).
 
Last edited:

leafypiggy

Manager of Pens and Office Supplies
Staff member
Messages
3,819
Reaction score
163
Points
63
You can open a new thread via the account panel (http://x10hosting.com/control/), if you're on one of the servers that is currently fully restored. This is, however, and issue we know about. It occurs because of the way we've deployed our load-balanced web servers. It thinks the referrer is your server, because well, it is. We are looking for a way to pass this information along to the clustered servers.

You might be able to achieve the same goal using PHP. I know there was a couple of variables that can be used, I believe it was

$_SERVER[X_FORWARDED_REAL], but I'll check.
 

DeadBattery

Community Support Team
Community Support
Messages
4,018
Reaction score
120
Points
0
Use this PHP variable as a temporary fix: $_SERVER['HTTP_X_FORWARDED_FOR']
*****Thread Closed*****
 
Status
Not open for further replies.
Top