News:

Click here for Toll-Free Service for your business starting at $2.00 per month

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

Topics - sasurfers

#1
Support Requests / Didnt pay before account expired
February 22, 2009, 02:53:14 PM
Apologizes if this has been asked previously, I looked around but couldnt find the answer.
I didn't pay the maintenance fee before my account expired due to being away travelling.
I am wondering if I have now lost everything? Or can I still pay the maintainace fee now and retrieve my account?
If not what alternatives do I have?

Thanks,
Sam
#2
Support Requests / Database errors
October 22, 2006, 04:49:17 AM
When I try to make a database I can a page full of this

Quote
Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server during query in /home/admin/system.freepgs.com/database2.php on line 132

Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/admin/system.freepgs.com/database2.php on line 133

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/admin/system.freepgs.com/database2.php on line 134

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/admin/system.freepgs.com/database2.php on line 135

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/admin/system.freepgs.com/database2.php on line 139

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/admin/system.freepgs.com/database2.php on line 140

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/admin/system.freepgs.com/database2.php on line 143

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/admin/system.freepgs.com/database2.php on line 144

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/admin/system.freepgs.com/database2.php on line 145

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/admin/system.freepgs.com/database2.php on line 150

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/admin/system.freepgs.com/database2.php on line 152

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/admin/system.freepgs.com/database2.php on line 153

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/admin/system.freepgs.com/database2.php on line 156

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/admin/system.freepgs.com/database2.php on line 157

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/admin/system.freepgs.com/database2.php on line 160

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/admin/system.freepgs.com/database2.php on line 161

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/admin/system.freepgs.com/database2.php on line 162

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/admin/system.freepgs.com/database2.php on line 165

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/admin/system.freepgs.com/database2.php on line 166

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/admin/system.freepgs.com/database2.php on line 167

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/admin/system.freepgs.com/database2.php on line 168

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/admin/system.freepgs.com/database2.php on line 191

Is it just me or everyone else aswell?
#3
Support Requests / Game hosting
September 25, 2006, 07:20:41 AM
Hi ok I have pretty much no idea how to go about this but Im sure it must be able to be done. Is there a way I can use my hosting to host a game? I looked on google and there is a way to do it on Plesk but I dont think I have the right privliages to do it. So is there a way I can do it or is it not allowed?
Thanks,
Sam
#4
Support Requests / Database Problems
August 30, 2006, 01:46:08 AM
Hi Ive been having a few troubles with my databases lately.
Ive been trying to make a survey on my website and it uses MySQL but when I go to create the tables using this script

-- # $Id: mysql_create.sql,v 1.1 2003/02/27 19:04:51 jimmerman Exp $
-- #

-- # Create a database called 'phpesp'.
CREATE DATABASE phpesp;

-- # Switch to the mysql database.
USE mysql;

-- # Create a user called 'phpesp', with a password 'phpesp'. The
-- # 'localhost' limits this user to connecting to the database only via
-- # localhost. You may change the password by changing the
-- # PASSWORD('...') clause.
INSERT INTO user (host, user, password) VALUES ( 'localhost',
  'phpesp', PASSWORD('phpesp'));

-- # Grant the 'phpesp' user (from 'localhost') privileges to select,
-- # insert, update, and delete on the database 'phpesp'.
INSERT INTO db (host, db, user, select_priv, insert_priv,
  update_priv, delete_priv) VALUES ( 'localhost', 'phpesp',
  'phpesp', 'Y', 'Y', 'Y', 'Y');

-- # Tell mysql to re-read the privileges tables so the previous two
-- # operations take effect.
FLUSH PRIVILEGES;


It comes back with this error:

QuoteMySQL said: Documentation
#1044 - Access denied for user 'Samm'@'%' to database 'phpesp'

Am I doing something really stupid that I cant see?

Also, On my plesk account when I go into DB Web Admin it says this:
QuoteCreate new database       Create new database: Documentation
No Privileges
Whattt theee??
Thanks,
Sam
#5
Im not sure if this is something ive done but when I upload something then go to the address it doesnt come up like its as if I didnt upload it. It comes up in the ftp I think but when i go to the address as in www.example.com/example.jpg its not there! What could this be? Im on the plesk server by the way.