idbehold
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Dreamhost: Run PHP as CGI? or PHP Version 5?run PHP as CGI, the newer version of PHP doesn’t add anything you need, whereas if you don’t run PHP as CGI then some things get messed up for WordPress
Forum: Fixing WordPress
In reply to: Inman Smart 404?anyone?
Forum: Everything else WordPress
In reply to: New Search! Wow…Is there anyway to import bbPress to phpBB?
Forum: Everything else WordPress
In reply to: New Search! Wow…Well, phpbb is much better than this crummy shit… much.
Forum: Everything else WordPress
In reply to: New Search! Wow…why not phpBB?
Forum: Fixing WordPress
In reply to: Why do I get comment spam into “Awaiting moderation”?how do you disable trackbacks?
Forum: Themes and Templates
In reply to: Best backend theme yetnm
Forum: Fixing WordPress
In reply to: Firefox rendering issueIt doesn’t work for all hosts for some reason.
Forum: Fixing WordPress
In reply to: Firefox rendering issueIn the header.php replace:
<style type="text/css" media="screen">
@import url( <?php bloginfo('stylesheet_url'); ?> );
</style>With:
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
Forum: Everything else WordPress
In reply to: Adbrite pricing…and ill block it with adblock
/[^a-z\d=+%@](\w*\d+x\d)?\d*(show)?(\w{3,}%20|alligator|avs|barter|blog|box|central|crystal|d?html|exchange|external|forum|front|fuse|gen|get|house|hover|http|i?frame|inline|instant|live|main|mspace|net|partner|php|primary|provider|redir\W.*\W|rotated?|secure|side|smart|sponsor|story|text|view|web)?_?ads?(v?(bot|brite|broker|bureau|butler|cent(er|ric)|click|client|content|coun(cil|t(er)?)|creative|data|engage|entry|er(tis\w+|t(pro)?|ve?r?)|farm|force|form|frame|gen|gif|groupid|head|ima?ge?|index|info|js|juggler|layer|legend|link|log|man(ager)?|max|mentor|meta\.com|net|optimi[sz]er|peeps|pic|po(ol|pup|sition)|proof|q\.nextag|re(dire?c?t?|mote|volver)|rom\.net|rotator|sale|script|sdk|sfac|size|so(lution|nar|urce)|space|srv|stat.*\.asp|sys|(tag)?track|trix|type|view|vt|x\.nu|zone))?s?\d*(status)?\d*(?!\.org)[\W_](?!\w+\.(ac\.|edu)|astra|aware|adurl=|block|login|nl/|sears/|.*(&sbc|\.(wmv|rm)))/
Forum: Plugins
In reply to: Live (ajax) Spell Checker(puts hand on head and closes eyes, thinking very deeply) Jinsan, you are… english. lol jk man, just saying ‘mate’ sounds funny.
Forum: Fixing WordPress
In reply to: $10 for Live Search and Live ArchivesThis is really pissing me off, it starts working for like 5 seconds and then it starts giving me errors again like:
Error: [Exception... "'Permission denied to call method XMLHttpRequest.open' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "<unknown>" data: no]
Forum: Fixing WordPress
In reply to: $10 for Live Search and Live ArchivesHEY YOU’RE RIGHT YAY!
Forum: Fixing WordPress
In reply to: $10 for Live Search and Live ArchivesHere are all my files (right-click Save As… then rename the .phpt to just .php:
Forum: Fixing WordPress
In reply to: $10 for Live Search and Live ArchivesThats how I have it setup. I have all my files in the root (https://www.workingbath.com/) folder.
So this is how my livesearch.js is setup:
liveSearchReq.open("GET", "https://www.workingbath.com/livesearch.php?s=" + document.forms.searchform.s.value);