logoquicktiger.net - Kind of Tipster Blog :-)


How to Avoid Google Sandbox

Posted in Pictures by admin on the June 28th, 2008

It is the biggest problem for Webmasters but do not worry there is always a way to escape :)

How can your web site go into sandbox ?

a lot of link exchange, backlink in a little while

Spam keywords!

Copy content

Changing title of unupdated site

etc…

Solution

You should delete your old pages and install Wordpress

Than create approximately 10 categories and write 100 - 150  unique articles,

Google index your new pages.

1 week later install WP-Autoblog plugin to your wordpress and find a rss from a News Site.

After three weeks you will see your web site does not in sandbox anymore.

How to Back up and Transfer Php, Mysql sites to another server

Posted in How to by admin on the June 27th, 2008

Prep

The most important thing is keep your old site after everthing is done well. You need a ssh client program to do this backing up and moving.You can download the program below.

Putty

Backing up Mysql

There could be a problem if you back up your database file via Phpmyadmin. Therefore I suggest you to use ssh client program to back up mysql database. Additionally, If you have a big mysql database you definitely have to use SSH to back up.

After connect to the ssh server of your web site. You should type this command to the console.

mysqldump add-drop-table -h SERVER -u DBUSERNAME -pPASSWORD DATABASENAME > db.sql

# -p is adjacent with PASSWORD.

After that, in the root path of the site. Write this code to SSH screen.

tar cvf backup.tar .

Than we have to move backup.tar to accessible directory on the ftp(Like public_html, httpdocs). The next step is getting the backup file from old server to new server.

Transfer to New Server

It’s the first thing to do on the below that we have to do is in new server.

wget http://www.example.com/backup.tar

After this we will get the our backup file to new server. We have to extract files the code is on the below.

tar -xpf backup.tar

Now, we have files and database. We need to dump database file. We will use this code.

mysql -h SERVER -u DBUSERNAME -pPASSWORD DATABASENAME < db.sql

We transferred our files and mysql backup to new server. The last thing you have to do is set up the config file.

Tips ;

Do not forget to remove or move to inaccessiable directory your backups.

Server is which we have used to backup and dump database is usually localhost.

Some Funny Pictures

Posted in Funny by admin on the June 19th, 2008

No comment ::D

Elephant transportation ? What the heck ?!?!

No hooking!

Attention : Britney can seen naked :D

Cool fish ;-)

Ronaldinho: Touch of Gold

Posted in Football by admin on the June 19th, 2008

Everybody knows Ronaldinho and how magician he is. He is not just a football player. Just a football player can not effort same tricks like Ronaldinho. This video shows the skills of Ronaldinho (This video has been added by nikesoccer on youtube).

here is some comments from youtube about this video…

He is genetically engineered. I dont have any other explanation. They fuck his teeth up thought! Stupid scientists (by hfilfyx)

That’s so freaking awesome. I don’t know if it’s fake or not, and if it is, how can you make it look like that? I don’t know but i want to believe it’s true lol. (by vinihajdari)

wow.. i hate soccer but this is insane. ( by TheoTorbiak2)

Finally Firefox 3 has been released!

Posted in Trend by admin on the June 18th, 2008

Firefox continues to be the best web browser.As you know we were waiting for final release of Firefox 3. It’s finally arrived (17.06.2008) .

I think web browser wars will be too arduous. Internet explorer 8.0 has not been released yet but I suppose it won’t make too much difference. Firefox 3 vs Internet explorer 8 ? In my opinion Firefox always winner. The proof is 39.1 % people use firefox (Source: w3schools.com) and it is growing up every month.

If you would like to download Firefox 3 you can download it from getfirefox.com

Cheers,

Hello world! (What a stale starting)

Posted in Misc by admin on the June 18th, 2008

Welcome to my wordpress blog. This is the first post of my blog.

I will let you know what will be in this blog ;

1-) My personal articles

2-) Too much fun!

3-) Do you have problem with your linux server or Personal Computer? So don’t worry take a look the blog. I will try to help you.

4-) Some soccer videos which are colorful (thanks to youtube for video hosting!)

5-) Useful articles. You can have trouble about installing, configuring, using, making your application, love?!, your remote control :) . So you will find the solution right here :P (I’m not the guru)

6-) Your suggestions

7-) etc. etc.

Some of rules ;

1-) Do not try to spam on comments. (I will check everything daily + nofollow )

2-) Please correct my grammar if I have mistakes in my writing.

3-) Come back daily when you have time :p

Some Advices

1-) Do not worry about your mistakes you have tomorrow to make it up!

2-) Be relax!

Here we go!

P.S. If you think here is your place like your home. If you would like to share your articles just let me know. You are more than welcome.