The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
Guess what.
They've gone.
So have the pictures.
So have my silly little flash animations and downloads.
So did the forum I had up.
I've just noticed that the forum didn't work when I checked on Monday. I don't know how, but whoever/whatever did it only deleted stuff from my folders containing the larger files. The folder with my reviews wasn't touched.
I'm annoyed now. Because I actually said I would back them all up because I haven't got a copy of them anymore! So I have no games.
:c(
I'm gonna email Freeola tomorrow just to find out if they had any problems. I've got to find all the piccies and get all the games back again now.
And re-upload them.
And pay money.
Damn.
This is Phil, P8ssed off, signing out to have a shower because I smell!
Goodbye.
For 15 minutes.
monkey_man wrote:
>
> I had a look at my control panel and everything off the HTDOCS folder
> has gone, except other folders. Weird that.
> monkey_man wrote:
> Yeah, I do something similar to that.
>
> ~did~
No, "do". I incorporate that system into any site I make using PHP. So I practice it, which means I "do".
~done~
phi11ip wrote:
>
> I'm gonna ring Freeola later on tonight and ask about the sites...
>
> See what they say. No news on anything.
> Yeah, I do something similar to that.
~did~
> cjh wrote:
>
> What is the code that you've been given to block the external URL's?
> I'd assume its something to do with the eregi() function checking
> for
> a http or something.com from with the $page variable.
>
>
> if (!$page) $page="mainpage"; //If $page is not defined
> by user, set it to 'main'
>
> if(file_exists("/all the root folders/$page.php"))
> {
> include("/all the root folders/$page.php");
> }
> else {
> include("/all the root folders/404.php");
> }
> ?
>
> Let's you include a 404 page too which is good. Gets rid of the dodgy
> errors that appear when things go wrong!
Yeah, I do something similar to that.
No!
I'm gonna ring Freeola later on tonight and ask about the sites...
See what they say. No news on anything.
> What is the code that you've been given to block the external URL's?
> I'd assume its something to do with the eregi() function checking for
> a http or something.com from with the $page variable.
if (!$page) $page="mainpage"; //If $page is not defined by user, set it to 'main'
if(file_exists("/all the root folders/$page.php"))
{
include("/all the root folders/$page.php");
}
else {
include("/all the root folders/404.php");
}
?>
Let's you include a 404 page too which is good. Gets rid of the dodgy errors that appear when things go wrong!
And m_m, you've just basically connected to your site and looked at the files manually. I thought the control panael had the option allowing you to view all the files and stuff without dialing up.
We'll see what happens tomorrow. See if they sort it out.