Tag Archive Running

Byq292u

Website Automation Wizard

How would you like to have your first MONEY-MAKING website up and running TODAY?
Here’s how:

Website Automation Wizard

Byq292u

WordPress 3.3 Upgrades Completed

Out of the final three (mission-critical) sites, two went through smoothly.
One did not, and had to be upgraded via FTP, then remove the .maintenance file.
Anyway, that’s it. All plugins updated, and all sites running on WordPress 3.3.

Give it a week, and there’ll be an urgent security fix, while everyone is off on their xm,as break..


Byq292u

WORDPRESS: How to disable all active plugins, without access to the dashboard..

See my earlier post as to why I needed to do this..

My site was down. Dead. No access to the admin functions. The problem was a plugin gone bad (when I tried to disable it).

So, I needed to disable plugins, but couldn’t get into the admin panel.

The excellent support guys at Unlimited Web Hosting came up with this ingenious solution:

Here’s what you do: use CPANEL or PLESK to access the WordPress database of your site directly. It’ll be something like phpmyadmin. Details vary with web hosting firms. If in doubt, ask yours.

Browse the WP_OPTIONS table. Look for a record called “active_plugins”.
Copy the contents of this field into notepad, and save it, just in case.
Now go back to the database, and EMPTY the contents of “active plugins”, and save it. (you can always restore it from the copy you made).

Now access your site. It should come back up, but with no plugins running, so it’ll be weird. Now go into admin as usual, and re-enable all plugins one-by-one, EXCEPT the one that caused the problem.
I’d DELETE that one..

** DISCLAIMER. If you try this solution, and it messes things up, that’s your problem. I take no responsibility for it. It worked for me. **

** If it all goes wrong, simply restore the database from your backup. You DO have a backup, right? **


Byq292u

WORDPRESS: How to disable all active plugins, without access to the dashboard..

See my earlier post as to why I needed to do this:

WP-Supercache Ate My Website

My site was down. Dead. No access to the admin functions. The problem was a plugin gone bad (when I tried to disable it).

So, I needed to disable plugins, but couldn’t get into the admin panel.

The excellent support guys at Unlimited Web Hosting came up with this ingenious solution:

Here’s what you do: use CPANEL or PLESK to access the WordPress database of your site directly. It’ll be something like phpmyadmin. Details vary with web hosting firms. If in doubt, ask yours.

Browse the WP_OPTIONS table. Look for a record called “active_plugins”.
Copy the contents of this field into notepad, and save it, just in case.
Now go back to the database, and EMPTY the contents of “active plugins”, and save it. (you can always restore it from the copy you made).

Now access your site. It should come back up, but with no plugins running, so it’ll be weird. Now go into admin as usual, and re-enable all plugins one-by-one, EXCEPT the one that caused the problem.
I’d DELETE that one..

** DISCLAIMER. If you try this solution, and it messes things up, that’s your problem. I take no responsibility for it. It worked for me. **

** If it all goes wrong, simply restore the database from your backup. You DO have a backup, right? **

Related External Links

Byq292u

SETTING UP CRON JOBS IN PLESK

My web hosts Unlimited Web Hosting use the PLESK system rather than CPANEL.
There’s no direct access to the Unix Shell, so you can’t directly use Unix CRON commands.

The solution is in PLESK itself. Select Domains, then the domain you want to add a job to. Now find “Scheduled Jobs”, and select a “System User” – probably the FTP user.
Click “Add Scheduled Job”.
In “Minutes”, add the Minutes you want the job to run, eg “15,30,45,0” to run every 15 minutes.
In “Hours”, add the number(s) of the hours you want the job to run, eg “4,8,12,16,20”, or “*” for ALL hours.
Same applies for the “Day” and “Week” fields.

So, for example, if you want to run a task twice an hour, every hour, every day, use the following:
Put “00,30” in the Minutes field, and put “*” in all the other fields. Simple, but not immediately obvious.

I now have proper CRON jobs running my feedwordpress systems, and also “DIGI AUTO LINKS“. I’ve timed them to minimise cpu use..

Minutes: