wordprss

  1. J

    can i make a website like mylikes on wordpress?

    i have a really great money making idea an im pretty sure it will work i was making 60-100 everyday on mylikes since i joined a very powerful tweet deck. but i want to create my own site like mylikes and have ppl register but i will be offering other companies ppc to them. is it possible to make...
  2. M

    I could use some coding help with my autoblog

    i use this code: <?php $i = 0; $page = get_the_content(); $doc=new DOMDocument(); $doc->loadHTML($page); $xml=simplexml_import_dom($doc); $images=$xml->xpath('//img'); foreach ($images as $img) { list($width, $height, $type, $attr) = getimagesize($img['src']); if ($height > 149 ) {...
Back
Top