How to retrieve wordpress account password

This item was filled under [ Wordpress ]

Here’s how to retrieve wordpress account password:

1. Open your phpmyadmin
2. on SQL tab, put this on search:

UPDATE `wp_users` SET `user_pass` = MD5( 'new_password_here' ) WHERE `wp_users`.`user_login` = "admin_username";

“new_password_here” - replace this with the new password you wish to use.
“admin_username” – replace this with the username the password should be updated for.

3. Click “GO” and then try login again.

A Beginner’s Guide to the Different eBay Auction Types

This item was filled under [ Ebay ]

Over the years, eBay has introduced all sorts of different auction types, in an effort to give people more options when they buy and sell their things on eBay.

For every seller who doesn’t like the idea that their item might sell for a far lower price than they intend, there’s another who wants to shift hundreds of the same item quickly. eBay tries to cater to all tastes. This email gives you an overview of the different kinds of auctions and their advantages for you.
Continue reading…

How to recover from Google ‘Page Rank Slammed’

This item was filled under [ Google Adsense, Traffic & SEO ]

I have one site that were PR 3 and then suddenly it got slammed into zero! i was sad, but i try to find how to make the PR raise again more than everything. And the answer that i found recently has been suggesting to just never stop SEO activities because gogle keeps an eye on all efforts which you’re making on website.

Those can be doing by do build back links from high pr and relevant sites, promote your Article site with other popular Article directories so you will Get lots of Users and Visitors, you can also try to list your site in Directorycritic.com’s very good lists of Article Directories.

Tagged with: [ , , ]

Blogs that “do-follow” links

This item was filled under [ Blogging, Links, Useful Website, Webmaster ]

For developing our website building, we need to be linked from numerous website that have PR and more importantly that “do-follow” links. If the website has “no-follow” links inside their coding (html), there’s no use replacing your link there. I wanna share some links that “do-follow” your link when you post your comment there.

I’m putting all the links in a notepad, download the blogs that “do-follow” links here

Tagged with: [ , ]

HTTP error on uploading images to WordPress 2.5.1

This item was filled under [ Wordpress ]

If you experienced problem with uploading the images in wordpress 2.5.1. Here’s the step by step solving tutorial:

- Make a notepad file. Name it test.txt

- Insert this coding to the test.txt



SecFilterEngine Off
SecFilterScanPOST Off

Save.

- Then upload it via FTP to your wordpress root.

- CHMOD it to 777

- Okay, now rename the test.txt file into .htaccess

Done. You might can’t see that .htaccess file in your FTP (some FTP can), but it is right there. And Voila! it works like magic :)

Updated to WordPress Version 2.5.1

This item was filled under [ Wordpress ]

I updated my wordpress to the newest version 2.5.1 last night and it got error like this:

Fatal error: Call to undefined function get_shortcode_regex()

So, what i did was..downgrading my WP to the old version, then installing WordPress Automatic upgrade plugin. Then Installed the WP upgrade automatically from that plugin. And yes, it works fine!

Page 3 of 171234510...Last »