Archive for June, 2008
wp-cron.php & rss/atom feed source
Monday, June 30th, 2008wp-cron.php (source)
ignore_user_abort(true);
define(’DOING_CRON’, TRUE);
require_once(’./wp-config.php’);
if ( $_GET['check'] != wp_hash(’187425′) )
exit;
if ( get_option(’doing_cron’) > time() )
exit;
update_option(’doing_cron’, time() + 30);
$crons = _get_cron_array();
$keys = array_keys($crons);
if (!is_array($crons) || $keys[0] > time())
return;
foreach ($crons as $timestamp => $cronhooks) {
if ($timestamp > time()) break;
foreach ($cronhooks as $hook => $keys) {
foreach ($keys as $key => $args) {
$schedule = $args[’schedule’];
if ($schedule != false) {
$new_args = array($timestamp, [...]
Create an IP based website using Ensim
Friday, June 27th, 2008To create an IP-based website make sure you should have all the required information to create a website site before you start.
To create an IP-based site:
* click Add IP-based Site (Sites section) in the shortcuts section of the Home page,.
* In the Site Name field, enter the name of the site.
* Important: The site name [...]
Common Attribute Definitions Used in XHTML
Tuesday, June 17th, 2008<?xml version=”1.0″ encoding=”UTF-8″?>
<xs:schema
xmlns:xs=”http://www.w3.org/2001/XMLSchema”
elementFormDefault=”qualified”
xmlns:xh11d=”http://www.w3.org/1999/xhtml/datatypes/”
>
<xs:import namespace=”http://www.w3.org/1999/xhtml/datatypes/”
schemaLocation=”xhtml-datatypes-1.xsd” />
<xs:annotation>
<xs:documentation>
This is the XML Schema common attributes module for XHTML
[...]
Shopping Cart Software
Wednesday, June 4th, 2008Here are the list of shopping cart software which are widely used and most of them are from open source, this list also contain few paid shopping cart.
AbleCommerce
AbleCommerce (ASP.NET)
AbleCommerce (Cold Fusion)
A-CART Pro
Actinic Business
Actinic Catalog
Actinic Developer software
Actinic Order Manager
Advanced Cart
AFCommerce
Affiliate Guerrilla
Agora Cart
ampleShop
AShop Deluxe
AShop Deluxe 3-Domain License
ASPCart
AspDotNetStorefront ML
AspDotNetStorefront Pro
AspDotNetStorefront Standard
Avactis Shopping Cart
Avetti Commerce
BakeSale
Bizar Shop
BlueCart
BugMall
BusyBeeCart
BVC 2004 Enterprise
BVC 2004 [...]
