[code] <?phpini_set("memory_limit","64M"); ... Read More »
[code] <?php $max_filesize = 10000000; // Maximum filesize in BYTES.$allowed_filetypes =... Read More »
[code] <?php $server = $_SERVER['DOCUMENT_ROOT']; ?><?php echo... Read More »
[code]//place in functions.php in theme folder<?php function getTinyUrl($url) { $tinyurl = ... Read More »
[code] //place in functions.php in theme folder<?php function getTinyUrl($url) { $tinyurl = ... Read More »
[code] <!-- The javascript, put in head or above last body tag on same page as the form --><script type="text/javascript" src="../scripts/ajaxupload.js"></script><script type="text/javascript">$(document).ready(function() {... Read More »
[code] //place this in your functions.php file<?php add_filter('avatar_defaults', 'newgravatar'); function newgravatar ... Read More »
[code] <?php #exclude children category $get_childs = get_categories('child_of='.$cat)... Read More »
[code] function twitterify($ret) { $ret = preg_replace("#(^|[... Read More »