The Most Active and Friendliest
Affiliate Marketing Community Online!

“AdsEmpire”/  Direct Affiliate

Search results for query: *

  • Users: misi
  • Order by date
  1. M

    Making blogroll link homepage only

    I've added the code to the sidebap.php file but nothing happen ... except that on the home page, over the Blogroll appears another Blogroll block.
  2. M

    Positioning in Google Maps for Business

    First of all you need to add your site/business to Google Maps; to add your business is very easy, all you need is a Google account and to follow the instructions found at http://maps.google.com/support/bin/answer.py?answer=7039 . After the above your business will be on the map ... but sure...
  3. M

    Need support regarding LBS bidding directory

    Open the file buylink.php and find the below: if (frm.bid.value.replace(/^\s*|\s*$/g,"") == 0) { Now if you will like to set minimal bid valuet to 5, replace to the below: if (frm.bid.value.replace(/^\s*|\s*$/g,"") < 10) {
  4. M

    Parse error: syntax error

    complete debug block: if($_SERVER["REQUEST_URI"] == "$mosConfig_live_site/index.php?option=com_virtuemart&Itemid=26"){ print "hello 1"; } else {print "hello 2";}
  5. M

    Parse error: syntax error

    below is the correct version of your code fragment: if($_SERVER["REQUEST_URI"] == "$mosConfig_live_site/index.php?option=com_virtuemart&Itemid=26"){ ... you need to add " to the start and " to the end of the value what you compare ...
MI
Back