-
Posts
9153 -
Joined
-
Last visited
-
Days Won
146
Everything posted by Byron
-
This is what is causing the 403 error. It is saying to deny from all to any files that end in .xml. Remove that and the 403 error will go away. <Files ~ ".xml"> Order allow,deny Deny from all Satisfy All </Files> The 404 may be because the server is down right now.
-
Okay then, you tell me why your script isn't working? Is this what your looking for? http://byrondallas.heliohost.org/temp/java-time-php.php
-
I still say that your problem is your trying to execute php through a javascript function and it won't work. Quoted from the this thread: http://www.codingforums.com/archive/index.php/t-2600.html
-
What I was trying to say is that your trying to execute the php through the javascript. You can't execute php through the client. Or either your javascript is wrong. I've never really learned javascript so I can't help you there.
-
His robots.txt is invalid but that wouldn't produce a 403 error. My browser doesn't check for a robots.txt nor my header tool. This is the correct code for all robots: User-agent: * Disallow: http://www.robotstxt.org/robotstxt.html Or just leave it blank.
-
I'm like xaav, "can you post an example"? Where did you get this script? I'm thinking (and I could be wrong) the problem is that your trying to execute php through the browser when it's a server side language. Javascript is browser side. Your php is working correctly when it's ONLY php on a page: http://byrondallas.heliohost.org/temp/java-scrip-php.php
-
I'm still seeing a 403. Even my Header Tool is showing a 403 error. Can you post what you have in your root htaccess file?
-
Please Clear your cache.
-
I'm getting a 403 error when I try accessing this page: earthmaps.heliohost.org/sitemap.xml Check your root htaccess file for anything that would be blocking everybody but you.
-
Your site is up and running. Moving to Customer Service for perl and python issues. Please try this perl script for me and chmod it to 755: #!/usr/bin/perl -w use CGI ':standard'; $current_time = localtime; # print header, start_html('A Virtual Clock'), h1('A Virtual Clock'), "The current time is $current_time - PST.", hr, end_html;
-
I'm sorry but it looks like that account has been deleted. I'm not seeing any account related to the username conboi. Please feel free to create another account if you like.
-
I've manually unsuspended your account. Please clear your cache if you still see the suspended page.
-
The default allows simple (not fancy) directory indexing.
-
You do know that htaccess is hereditary? If you set it for no indexing from your public_html htaccess file, all directories will follow that rule.
-
Sorry I don't do chat. The best I can do is tell you to try a google search. Maybe somebody else can help if they read this post?
-
A simple "Contact Me" form that uses the php mail() function. Just edit the $to line to your email address and style it to your likeing. Demo: http://heliohost.uni.cc/email_form.php Text version to upload or ftp: http://heliohost.uni.cc/email_form.txt
-
If your interested you can grab it at area51. http://area51.heliohost.org/cgi-bin/ftp_johnny.cgi Feel free to modify it in any way you want.
-
Your probably right. Speaking of which, here's a quick test script to check Pure-FTPd on both servers. Stevie http://heliohost.uni.cc/cgi-bin/ftp_stevie.cgi Johnny http://dallas.heliohost.org/cgi-bin/ftp_johnny.cgi
-
Thanks Krydos!
-
I'm seeing your index page that says, "this is a test". Please Clear your cache.
-
I think you mean FTP. Seems Stevie has been up and down all night and morning for some odd reason. I just checked and FTP is up at the time of this post. I'm going to go ahead an escalate this to djbob because of the recent down times on Stevie.
-
This guy posted over at facebook that his account was suspended. It was showing as Inactive at the ACP and I renewed it with the renew script, but it won't come out of suspension: http://rockbandrelief.heliohost.org/ Username: rbrelief Server: Stevie
-
Yes you can generate a certificate yourself but it won't do any good unless you have a dedicated ip. A dedicated ip is $12 dollars a year from heliohost.
-
If this problem has been going on for months, why didn't you mention it sooner? Can you post us the url you were using to login? We're Sorry, but once a site has been deleted we don't have any records of it whatsoever.
-
This domain name isn't pointed to our nameservers: aggressionguild.co.cc Our nameservers are: ns1.heliohost.org ns2.heliohost.org This works fine for me and I'm seeing your login page. http://crucio.heliohost.org/aggression
