Search Results

all about the wordpress 2.5 caching system

Wednesday, April 23rd, 2008
If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!theres a post on neosmart that answers alot of questions about the new caching system in wordpress Ever since the creation of interpreted languages and the birth of dynamic web content, developers have been on the lookout for tools, workarounds, […]


answers: how to fix wordpress session issues and kills

Monday, February 4th, 2008
I recently had an issue with wordpress killing custom sessions from the site is was integrated in. After a quick google i found out i wasn’t the only one. Here’s whats worked for me wp-config.php : at the top of this file add @session_start() and global $_SESSION template files : add global $_SESSION Your sessions should now run fine […]


answers: fix php xml rpc / curl ssl connect errors

Monday, November 19th, 2007
saw a few incoming searches for xmlrpc errors. if your using curl and getting ssl errors add the following curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); if your still having issues add this as well curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); hope that helps


answers: why is myspace posting videos in my name

Tuesday, October 9th, 2007
found this search term in my stats. if your searching for this you have one of three issues. your profile was harvested to make spam accounts your profile is hacked you get drunk and forget you posted them if #1 message the account telling them to stop, add it to friends, comment as much as possible letting everyone know it’s […]


search and recieve: plesk and mysql database - how it works

Tuesday, September 4th, 2007
I’ve gotten a few hit’s this morning looking for answers about plesk and mysql. I’m guessing they we’re trying to figure out how plesk handles mysql. manual changes Simply put plesk will only work for mysql via it’s web frontend. (should note, i’m referring to listing db’s and users). Plesk actually has no awareness of your actual […]