Hosting gratisan dan domain gratisan termudah

Mungkin sebagian teman2 dah pada tau adanya domain gratis .co.cc dapatkan nama sendiri kayak namague.co.cc Asiknya .co.cc ada banyak fasilitas kayak url forwarding dan mengatur dns sendiri seperti .com .net dll Cuman butuh waktu 2hari agar domain.co.cc teregister ke web server kita Nah, aku nemu cara supaya instan dapetin .co.cc beserta hosting gratis, jadi 5 menit selesai coba liat http://totalcc.co.cc Jasa hosting gratis beserta domain .co.cc gratis Langsung daftar co.cc terus daftar hosting di http://totalcc.co.cc Langsung deh selesai.. Ga perlu nunggu lama2 deh.. Langsung bisa bikin blog, gallery, forum, dll soalnya script siap pakainya lengkap Ada wordpress, coppermine, joomla, 4images, dll soalnya ada fantastico installernya

upload own music to friendster profile

This simple tutorial is going to be a lot of fun and at the end of it, you can start uploading your own songs, make a playlist of it and share it with your friends..Now how cool is that?

So, first of all, of course, you need an account at Boxstr (click it to go to the site). Do insert “mmubashar” in your Referral box when registration as appreciation to this tute :) Now that you have the account, get yourself used to the system there. It’s pretty simple. Upload your favourite songs to the website. Create folders if you must for better management. Once you have done that, follow the following procedure..

Step 1 : Select the songs that you want to add to the play list.. Look at the image below..(click to see the enlarged version) Click the image to enlarge it! As you select the songs, the tick icon will become highlighted to show that it’ll be added to the list.. Step 2 : Get the code for your Friendster / MySpace Now once you have selected the songs, click on “Get Code” as directed in the image above..Then you will be taken to the next page as in the image (Again, click to enlarge): Click the image to enlarge it! Click on the “Music (For MySpace, Etc.)” and the code will be automatically generated for you..All you have to do is to copy the whole code in the text box, and paste it in your MySpace or Friendster..Now, once you have pasted it there, visit your Friendster / MySpace page and check out the music playing in the background..Cool aint it? Now that you’ve done it, spread the word to your friend

joomla tutorial from xampp to web hosting

When you are first trying out Joomla!, it is often recommended that you install it on your local system (e.g., "localhost"), for example with XAMPP, and get your site running locally. In this case, you may do enough work on your local Joomla! site that you want to copy this site to your remote host. Fortunately, this is easy to do.

This article assumes you have installed Joomla! 1.5 on your local computer, you have created a website, and you now wish to copy this website to your remote host. Here are the steps:

  1. Create a place on your remote host to install Joomla!. If this is a new site, it will just be your home directory. If you have an existing site that you wish to keep while you work with Joomla!, you may be able to create a subdomain to hold your Joomla! site. Make sure you note the subdomain name for later. The details of creating a subdomain will vary by host, so you will need to check with your host on this.
  2. Install Joomla! on your host site. Again, the procedure for this will vary from host to host. Many hosts have custom scripts for installing Joomla! that make it very easy. Check with your host if you are not sure how to do this. In the installation, you do not need to create the sample website, since we will be replacing all of the contents of this database.
  3. Copy custom files from your local site to your remote site. This step will depend on what you have customised in the local site. At a minimum, you have probably added some image files. You also might have installed some extensions, customised the template, or added some template overrides. If you have done a significant amount of customisation, the safest thing to do is to copy all of the files and folders from your local Joomla! folder to your host folder except for the file "configuration.php". No NOT replace this file on your host. Normally, the easiest way to copy these files is using an FTP client program, like Filezilla. Your host will provide you with the FTP site name and your FTP username and password.
  4. Copy the contents of your local MySQL database to the host MySQL database. In Joomla!, all of the contents of the site (articles, menus, users, and so on) are stored in the MySql database. So you need to copy this information to the host database. This is done by creating an export file on your local system and then importing this file into your host MySQL database, as follows:
    1. Open phpMyAdmin on your local system by navigating to it's URL with your browser. On your local system, this URL will normally be "//localhost/phpmyadmin". Note: If you have a password on your database, you will be prompted for it.
    2. The phpMyAdmin screen will display as shown below. Select the Export link.
    3. Select the database you want to export in the upper right-hand list. In the example below, the database "joomla15" is selected. Keep all of the default options, including "SQL" as the export type.
    4. Check the "Save as file" box at the bottom of the screen, and enter the name of the export file, as shown below. .
    5. Press the "Go" button in the lower right corner. An Open / Save / Cancel dialog will display. Press Save and select a folder to save the file in. The export will complete and the file will be saved in the chosen location.
    6. Open up the phpMyAdmin on the host server. Your host should give you instructions for how to do this.
    7. At this point, you need to import the contents of the export file created above. Before you can do that, however, all of the data from the existing Joomla! database must be deleted. An easy way to do that is to select the MySQL database for Joomla! from the drop-down list box in the upper left, as shown below.
    8. The list of tables in the selected database will display. We want to delete all of these tables, since the Import will re-create them. Scroll down to the bottom of the list and select the "Check All" link. This will select all tables in the list. Then, in the drop-down list to the right of the Check All link, select "Drop", as shown below.
    9. You will be asked to confirm that you really want to do this (since you are in effect deleting the entire database). Press Yes and you should get a message indicating that the query was successful.
    10. With the database still selected, press the Import Link at the top of the screen and browse to the location in your host folder where the .SQL export file was uploaded. Press Open to select the file and then press Go (lower left corner) to start the import. Again, you should get a message indicating that the query was successful.

Congratulations! At this point, your Joomla! website on your host should be operational with the exact same information as your localhost site. If you installed it on a subdomain, navigate to that subdomain to see or administer the site. For example, if your subdomain was named "mysubdomain", then navigating to http://www.mysubdomain.mywebsite.com should bring up your home page and http://www.mysubdomain.mywebsite.com/administer should bring up the login to the Joomla! admin area.

Alternate Procedure If You Cannot Install Joomla! In some cases, it is not possible to install Joomla! on a host using the normal installation procedure. In this case, we modify the steps (2) and (3) above as follows:

  • Copy ALL files from the local Joomla! directory to the host Joomla! directory, including "configuration.php".
  • Manually edit "configuration.php" to tell Joomla! about your site. The file "configuration.php" contains settings specific to your system. This file was created for you when you installed Joomla! on your localhost. The settings in the configuration.php file that you typically need to change are shown below. This example is from a Windows XP localhost system.
var $log_path = 'C:\\xampp\\htdocs\\joomla15\\logs';
var $tmp_path = 'C:\\xampp\\htdocs\\joomla15\\tmp';
var $live_site = '';
var $host = 'localhost';
var $user = 'root';
var $db = 'your_local_db_name';
var $password = 'your_local_db_password';
  • The values for $log_path and $tmp_path point to paths on your remote host system. These will typically be provided to you by your host. Or, if you know your home directory on the host system, use this directory and a "logs" and "tmp" subdirectory.
  • The $live_site variable is just the URL of your site.
  • The $host variable is often "localhost" and will be given to you by your host.
  • The $user variable is the MySql user name. This is typically "root" on a localhost but may be a different name on a remote host. If you created the MySql database manually, you can use the username you used for phpMyAdmin. Otherwise, your host will provide this.
  • The $db variable is the name of the database.
  • The $password variable is the password this database user uses to access the database. Note that this may not be the same as used to access the Joomla! back end.
  • Create the Joomla! database, typically using phpMyAdmin. You should be provided a $user and $password by your host and you will choose the $db name when you create the database. In a shared hosting environment, the database name may include your URL or some other mechanism to make it unique across all of the sites being hosted by your host.

At this point, continue on to step (4) "Copy the contents of your local MySQL database to the host MySQL database".

Make money online tips

Try to earn money by using internet So, what should we do? There are a lot of way to do it adsense, online marketing, blog, So, ... let's start to learn

best blog software

Wordpress b2evolution
WordPress is a personal publishing tool with focus on aesthetics and featuring cross-blog tool, password protected posts, importing, typographical niceties, multiple authors, bookmarklets. Homepage: http://wordpress.org Support: http://wordpress.org/support b2evolution - a blog script featuring multiple blogs, categories/sub-categories, skins, search function, multiple languages, search engines friendly URLs. Homepage: http://b2evolution.net Support: http://forums.b2evolution.net
pMachine Nucleus
This is a features limited version of pMachinePro. You need a license, in order to use pMachine Free on commercial or profit oriented websites. Homepage: http://www.pmachine.com Support: http://secure.pmachine.com Nucleus is a powerful blog script featuring multiple blogs, multiple authors, drafts and future posts, bookmarklets. Homepage: http://nucleuscms.org Support: http://forum.nucleuscms.org

Free Games

Free Games Browse by Category

Free Adventure Games (32)

Free Online Adventure Games, including both Graphical and Text based games.

Free Card Games (23)

Free Card Games

Free Flash Games (24)

Play online Flash Games with a Flash Player

Free Games Publishers (254)

Publishers that specialise in Free Games

Free Internet Games (65)

Free games that you can play online on the Internet.

Free Mobile Phone Games (9)

Free Games that run on Mobile Phones

MMORPG (84) new

Massively Multiplayer Online Roleplaying Games

Shareware Games (6)

Shareware Games

Free Action Games (72)

Free Action Games

Free Arcade Games (63)

Free Arcade Games

Free Board Games (33)

Free Board Games

Free Computer Games (6)

Free Add-On Modifications to other Games

Free Game Demos (162)

Free Game Demos

Free Game Downloads (312)

Free Game Downloads

Free Game Making Software (4)

Free Software you can make your own free games with.

Free Games (171)

Popular Free Games Like Chess, Puzzles, Solitair, Mahjong, Tetris

Free Games Sites (47)

Free Games Related Sites

Free Kids Games (12)

Free Kids Games

Free Online Games (121)

Free Online Games

Free Online Multiplayer Games (245)

Free Online Multiplayer Games

Free Sport Games (49)

Free Sport Games

Free Word Games (22)

Free Word Games

Freeware Games (5)

Freeware Games

Popular Games Download

Worms 2 Use crazy weapons to fight against a team of worms!

RC Tycoon 2 Make your own exciting theme parks with great rides!

Monopoly 3 The ultimate PC version of the board game!

Bejeweled 2 The greatest match 3 puzzle game yet!

The Game of Life An incredibly fun version of the hit board game!

Chessmaster Challenge Great AI and awesome tutorials for new players!

Civilization 3 Gold Raise an empire through superior strategy!

Azada Solve a variety of puzzles to escape a magic room!

Play Free Games Online

Moto Rush Moto Rush
Mario Sunshine 64 Mario Sunshine 64
Sift Heads 0 Sift Heads 0
Governor of Poker Governor of Poker
Deadly Race Deadly Race
Baby Blimp Baby Blimp
The Battle The Battle
Olympic Challenge Olympic Challenge