March 28, 2024, 10:59:19 AM *
Welcome, Guest. Please login or register.
News: Welcome to Talk.ws - The Official Forum for all GDI members!

If you are a new member please make sure to read the "Forum Rules, Forum Tutorials, and GDI FAQs" section.

Please avoid posting any questions which may require us to discuss detailed information regarding your GDI account. Such questions should be submitted to support@wsdomains.ws.

GDI has a strict Anti-SPAM policy. Please do NOT send unsolicited messages via Private Message.
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: FAQs - Hosting  (Read 29942 times)
SDBoltsFan
Administrator
Sr. Member
*****
Posts: 475



View Profile
« on: May 13, 2010, 06:01:53 PM »


1. Do you offer hosting services?

Yes, we do offer self service hosting.


2. How do I purchase hosting?

There is no additional charge for hosting. It is included in your $10 monthly fee for the respective domain.


3. How do I activate Hosting for my domain?

You may activate Hosting for your domain from within the member’s area by:

     1. Clicking on the 'Domains' button on the left menu.
     2. Clicking on the 'Change DNS' link next to the domain you wish to set to ‘Hosting’ option.  
     3. On the following page select the ‘Basic Hosting’ option. and click ‘Continue’.
     4. A Confirmation email containing the necessary information to upload your website files to our servers will be sent to the email
         address on file.


4. What is FTP?

FTP stands for File Transfer Protocol. It's simply the name of the proccess of how you move files from your personal computer to our servers so the rest of the world can see your WebSite.


5. What is an FTP client?

An FTP client is a program that will assist you in the proccess of moving your website files from your personal computer to our servers.

NOTE: If you do not have an FTP client, we suggest using FileZilla. You may download the latest version of FileZilla by visiting http://filezilla-project.org/


6. I need help designing my website, does GDI offer web design support?

GDI does not provide web design support. However, we recommend you visit the following sites for more information on web design:

     www.ECHOECHO.com
     www.WEBMONKEY.com
     www.W3SCHOOLS.com
     www.HTMLGOODIES.com


« Last Edit: May 14, 2010, 03:23:35 PM by SDBoltsFan » Logged

Amauri
GDI Forum Support
SuparakMahawan
Newbie
*
Posts: 4


Online at 03.00 - 07.00 AM.


View Profile WWW
« Reply #1 on: October 18, 2011, 11:19:42 AM »

How To delete all the files on the host that it ?
Logged

insight247
Global Moderator
Sr. Member
*****
Posts: 325


View Profile
« Reply #2 on: October 18, 2011, 01:21:52 PM »

How To delete all the files on the host that it ?


Hi,

If your DNS is set to Hosting and you wish to remove files:
 
 - Connect to the Server via your FTP client.
 - Right click the file on the server side, and delete.
 
If your DNS is set to SiteBuilder and you wish to remove files:
 
Sitebuilder Page Content :
 - Right-click over the page content to bring up the right-click menu.
 - Select Delete (Sends a file to the Recycle Bin)

Sitebuilder Pages:
 - Click the “Delete” icon located in the Pages area, or right-clicking over a page and selecting “Delete” from the menu.

Sitebuilder Gallery Folders:
 - Click the “Delete Folder” icon located in the Gallery section to delete a folder, or you may right-click over any folder and select “Delete”.

Important tip: Only empty folders may be deleted. All files in a folder must be deleted or moved to another folder before the folder may be deleted.





Logged

Whitney
GDI Forum Support
SuparakMahawan
Newbie
*
Posts: 4


Online at 03.00 - 07.00 AM.


View Profile WWW
« Reply #3 on: October 31, 2011, 10:11:08 AM »

Please delete it....
 Delete all files and database SQLife  in ftp.hosting.ws.
Logged

Nav M.
Full Member
***
Posts: 141

Believe in yourself when nobody else will...


View Profile WWW
« Reply #4 on: November 02, 2011, 10:28:22 AM »

Please delete it....
 Delete all files and database SQLife  in ftp.hosting.ws.

Hello,

I can think of two ways to do this, but the second varies.

1.) You can execute abbit of PHP to empty the tables:

Quote
//here i'll write function to empty a certain table in the SQL DB

function delete_sql_data(){

$host = "SQL_HOST";
$user = "SQL_USER";
$password = "SQL_PASSWORD";

mysql_connect($host, $user, $password);

 $empty_table = "TRUNCATE TABLE **TABLE NAME HERE**"or die (mysql_error());

if ($empty_table){

echo "everything worked fine, and all the data in the table has been deleted";

}

else if (!$empty_table){

echo "something went wrong, check the code.";

}

}


delete_sql_data();


Now what you need to do with the code above:

1.) create a new PHP page (with the .php extension)
2.) copy the code above and paste into the source of the php page you just created.
3.) change the following values:

i.) change "SQL_HOST" to your database host.
ii.) change "SQL_USER" to your database username.
iii.) change "SQL_PASWORD" to your database password.
iiii.) change "***TABLE NAME HERE***" to the table you want to empty.

once thats done, save the page onto your .ws server and run it in your browser. You should see this messege on the screen: everything worked fine, and all the data in the table has been deleted if you do see that messege, great. If you see this one instead: something went wrong, check the code. then you have done something wrong. go over the code. if you still see the issue after fixing any errors, let me know.

Unfortunately, you cannot drop (delete) tables with PHP and your standard SQL user due to certain privileges set. But if you want to delete the table, read my second suggestion.

Now the other option is allot easier BUT will only be useful if your using one of the plugin's and you are happy for ALL of your data (for that plugin) to go. When i say ALL, I mean everything for that plugin. So if it's WordPress, all posts, comments, drafts, settings, etc etc will go.

Taking a look at your site, I see your using the forum plugin.

To erase all data (including SQL data), follow the steps below:

1.) Login to your members area.
2.) Navigate to the plugins page
3.) Click options on the plugin that stores the data that you would like to erase (in your case, the Forum).
4.) Click Delete

and thats it. everything will go. Be sure not to click turn off as that will only turn the plugin off (not erase the data until 60 days).

Thats all i can think of, but hopefully, the above suggestions should be all you need.

Nav
Logged

Global Domains International - My-WS


A NEW GDI REPLICATED SITE IS NOW AVAILABLE FOR ALL GDI AFFILIATES Email For Business Lead Capture Page

Global Domains International
มีชัย สุ��›ัดคำ
Newbie
*
Posts: 5


View Profile
« Reply #5 on: August 01, 2016, 04:17:34 PM »

thank
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Copyright © 2024 by Global Domains International, Inc. · All Rights Reserved
701 Palomar Airport Road #300 · Carlsbad, CA 92011 · 760-602-3000