PDA

View Full Version : Barrysworld - Opinions?



kennymoens
April 20th, 2001, 12:24
I think I've found a good server: Barrysworld. But does anybody has experience with it? and if yes, please tell it.

gyrbo
April 20th, 2001, 13:18
I got a site hosted there. Fast. Good choise.

Tater
April 20th, 2001, 15:33
The servers are fast with very little downtime. Probably the best ad-free host out there

_pinoy_1
April 20th, 2001, 18:09
Anyone got their SSI to work @ Barrysworld? Because mine does not work at all. It keeps on saying error but I believe I did the SSI call right.

I used this line but It did not work.
<!--#include virtual="/path/to/my/file.txt" -->

I also used php code to ssi and still it did not work for me.
<?php virtual("/path/to/my/file.txt"); ?>


Any solutions on solving their SSI to work??!

BiteTheBugByte
April 20th, 2001, 18:56
What document endings do they allow? like maybe only .phtml when using PHP or .shtml ??
Also, do you see the code itself when trying to execute the script or just a blank page?

_pinoy_1
April 20th, 2001, 19:42
I tried renaming my .html files to .shtml and the problem still not solved. It is still say the same error..

[error occured while processing this drive] (something like this)

Baggio
April 20th, 2001, 22:39
I have an account there but don't use it much, cuz I wanted to set up an iB on it but something f*cked up somewhere. Gotta do with their cgiwrap business.

JamesCross
April 22nd, 2001, 10:47
Barrysworld announced that it was out of finances a couple of months ago, it was rescued by some VC money. Not sure how long it will take for them to burn through the latest round, so make the most of the time youve got left.

Chris
April 22nd, 2001, 11:38
Originally posted by _pinoy_1
Anyone got their SSI to work @ Barrysworld? Because mine does not work at all. It keeps on saying error but I believe I did the SSI call right.

I used this line but It did not work.
<!--#include virtual="/path/to/my/file.txt" -->

I also used php code to ssi and still it did not work for me.
<?php virtual("/path/to/my/file.txt"); ?>


Any solutions on solving their SSI to work??!

I believe php includes is <?php virtual("website address"); ?>
not the cgi path. Try that.