Category Archives: PHP

Everything PHP

WordPress Starter Plugin

Everything you need to write your own plugin. This is the starter solution. It shows how to plugin with your own class to wordpress, already set up custom functions. This is version 1 of this empty plugin. The admin menu (with a submenu), a settings page, another settings page. You can do just about anything [...]

Also posted in Internet, techblog, Web Development & Administration, Wordpress | 2 Comments

Zen Cart Override Structure

Zencart has a great override system. I’m currently setting up a Zen Cart website and loving this override system. The only improvement I see that is REALLY NEEDED is an ADMIN OVERRIDE. That would be terrific. Until then here’s a schematic of the current Zen Cart override system. Related Posts Synchronized ListView Scrolling | VB [...]

Also posted in Zen Cart | Tagged , , , | Leave a comment

WordPress custom Functions.php I need. Thanks digwp.com

Completely remove the version number from pages and feeds A commonly cited security measure for WordPress-powered sites involves removing the automatically generated version number from appearing in the section of your pages’ source code. This type of security technique is referred to as “security through obscurity,” and aims at hiding potentially sensitive information from a [...]

Also posted in Wordpress | Tagged , , , , , , | 2 Comments

ZenCart update from 1.3.8 to 1.3.9a FAILURE

Anybody else update from 1.3.8 to 1.3.9 and you cannot log into the admin anymore. Just an infinite loop of typing your password over and over again to end up back at the login screen with the username and password boxes cleared. When you type the password incorrect, it lets you know, but when it’s [...]

Also posted in Zen Cart 1.3.9a | Tagged , | 2 Comments

Zen-Cart html_output.php overrides

Zen cart’s forums and wiki are great, just somewhat of a pain in the ass, so here’s what i found that is useful, and i may use in the future too. bunyip Posts: 2,925 Re: Overriding functions/html_output.php There is no in-built override system for files in the includes/functions folder, but I recentyly figured out a [...]

Also posted in eCommerce, Web Development & Administration, Zen Cart | Tagged , , , , | 1 Comment

Moving a Zen Cart Installation

Here’s how I moved my Zen Cart installation to a sub directory. 1.) Create a sub directory on your site via: FTP or however you know to. 2.) Move all files of your Zen-Cart installation into your sub directory. 3.) Edit 2 configuration files of your zen-cart. /includes/configure.php /admin/includes/configure.php In /includes/configure.php you want to edit: [...]

Also posted in Zen Cart | Tagged , , , | Leave a comment

Upgrading PHP 5.1.2 to PHP 5.2 on Cent OS

Having problems installing PHP 5.2 on Cent OS, I could only get yum to update PHP to 5.1.2. This was not acceptable considering I’m installing Magento on the server. I need at least PHP 5.2 to have Magento run properly, or as close as Magento gets to proper.

Posted in PHP | Leave a comment

//beconfused » Blog Archive » How to solve ‘You do not have sufficient permissions to access this page.’ in WordPress

//beconfused » Blog Archive » How to solve ‘You do not have sufficient permissions to access this page.’ in WordPress Fix WordPress problems due to changing table prefix tags: wordpress, wordpress table prefix, wp_, table prefix Posted from Diigo. The rest of my favorite links are here.

Also posted in Magento | Leave a comment

Zen Cart Product Database Diagram

I Remade this diagram so i can read it on an 8×11 printer. Enjoy

Also posted in Zen Cart | Leave a comment

Magento Dataflow Charting

Making basic actions in the admin interface of magento here’s 5 queries that are executed, just 5 of more than 50 queries.

Also posted in Magento | Leave a comment