News:

The "Support Requests" forum is now viewable by guests.

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Ben

#121
Support Requests / Re: RUBY Questions
November 17, 2005, 05:08:42 AM
I believe your whole file must be written in Ruby to use it. Same with Perl.

Quote#!/usr/bin/ruby
That should be used to start a ruby file

Quote#!/usr/bin/perl
and that starts a perl file.

Both Ruby and Perl files must be chmod to at least 755 to execute!
#122
Support Requests / Re: PHP SOAP Extensions
November 16, 2005, 08:45:08 PM
I don't see SOAP on the list of extensions installed. If you want to check for yourself, run this script.

Quote<?php
$extensions 
get_loaded_extensions();
$i 0;
While (isset(
$extensions[$i])){
 echo 
$extensions[$i]."<br />";
$i++;
}
?> 
#123
Support Requests / Re: PHPBB forum, login problems?
November 16, 2005, 08:34:03 PM
All files were destroyed in a fire, that's why your directory was empty.

Double check if you've uploaded the admin folder. You might have missed uploading it or something.
#124
Support Requests / Re: [htaccess] RewriteEngine
November 15, 2005, 10:17:26 PM
QuoteRewriteEngine On
RewriteRule ^(fr|en|es|nl)_([a-zA-Z]+).html$ index.php?page=$2&lang=$1
RewriteRule ^index.html$ index.php [L]

Okay, several changes here. I changed * to +, removed the / before index.php in both rules, and added a $ after html in the first rule. I've tested it on my account and it seems to be working fine.
#125
Support Requests / Re: [htaccess] RewriteEngine
November 13, 2005, 11:41:44 PM
Quote
RewriteEngine On

RewriteRule ^(fr|en|es|nl)_([a-zA-Z]*).html /index.php?page=$2&lang=$1
RewriteRule ^index.html$ /index.php [L]

The differance is the [L] at the end, which signals that it's the last rule.
#126
Support Requests / Re: 550 Can't check for file existence
November 13, 2005, 03:35:43 PM
I just checked with Command Prompt and it's not giving errors. I'm on a computer that I can't download to right now, so I can't check Filezilla.
#127
Support Requests / Re: php don't work?
November 11, 2005, 04:54:10 AM
Yeah,Invision Board 2.0 or greater are the only versions that will work on PHP5.
#128
Support Requests / Re: Lost data in fire (?)
October 23, 2005, 08:48:31 PM
All accounts created BEFORE OCT 6 will be recreated. All accounts after that date have been refunded. You'll have to sign up again once the site returns
#129
You need to check with YOUR ISP. The one YOU use for internet connection. Freepgs doesn't offer this feature.
#130
Support Requests / Re: invitation with Mailman
October 23, 2005, 08:45:12 PM
3 million people? If they all requested the email be sent, it's not spam, but I don't think you should try that, especially all at once. It would probably overload the server. If they Didn't request the email, that would be massive spamming. With 3 million people, you'd probably be in a LOT of trouble.

Right now there have been several reports of mail not working properly. You'll have to wait a bit until an admin can look into it.
#131
Support Requests / Re: about non-domain based web host
October 20, 2005, 10:13:40 PM
[shadow=red,down]Yes, you will get your account back, but all files will be gone.
You also posted this topic twice, so I deleted the second copy.
--Ben[/shadow]
#132
Support Requests / Re: wiki path
October 16, 2005, 04:42:28 AM
Seems to be working fine for me. http://nanoaging.com/wiki/Main_Page

If you can tell me where you're getting an error, I'll try and help out. :-)