1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Likes Received By rodney88

  1. Bohol liked rodney88's post in the thread How much code should be in .htacces to not to overload the server ?.

    If you're concerned about load and aren't on shared, you can put any htaccess code (paths and stuff may need changing) in your...

    Aug 3, 2008
  2. Scriptona liked rodney88's post in the thread Nice Proxy Site | 1500 UVs in 24h | Fully MySpace + YouTube + Orkut Compatible!.

    The issue is with the fact that you are selling the script but after the attempts to sell it individually were prevented because of the...

    Jan 3, 2008
  3. Ritu liked rodney88's post in the thread Re-direct Traffic from video.google to another page on my site.

    It can go anywhere that doesn't interupt the existing rules so: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteCond...

    Dec 3, 2007
  4. ansi liked rodney88's post in the thread cURL/Proxy Trouble....

    function setProxy($toUse) { curl_setopt($this->curl, CURLOPT_PROXY, 'http://'.$toUse.'/'); curl_setopt($this->curl,...

    Jul 5, 2007
  5. Kerosene liked rodney88's post in the thread Mod rewrite domain.com/abc to abc.domain.com ?.

    RewriteEngine On RewriteCond %{HTTP_HOST} ^(www\.)?domain\.com$ RewriteRule ^(.*)$ http://abc.domain.com/$1? [R=301,L] RewriteCond...

    Jun 29, 2007
  6. nevetS liked rodney88's post in the thread Regex to extract body content.

    A valid HTML document will only have one </body> tag so you could improve it further by using a greedy quantifier. The lazy/ungreedy...

    Jun 29, 2007
  7. brealmz liked rodney88's post in the thread php 5 constructor.

    It's actually __construct() but yes... from the manual

    Jun 10, 2007
  8. PalSys liked rodney88's post in the thread 301 Help Needed with .htaccess.

    ff4online.com/.htaccess to redirect everything to index of the other domain: Options +FollowSymLinks RewriteEngine On RewriteRule .*...

    May 21, 2007
  9. EGS liked rodney88's post in the thread http://site.com to http://www.site.com using modrewrite?.

    Flags modify the behaviour of the rule - R forces a redirect (by default a 302 redirect but we can specify 301 with the =301. NC makes...

    May 13, 2007
  10. commandos liked rodney88's post in the thread Reading Gmail emails with curl possible?.

    If it helps, you can pick apart the class I created earlier for something else - I'm sure it can't be the best example since it was only...

    May 9, 2007
  11. LazyD liked rodney88's post in the thread PHP & HTaccess $_GET Issue.

    It's not retarded in the slightest. You're telling it to rewrite all requests for .php files to another .php file (the index.php file)....

    May 3, 2007
  12. YoungMaster liked rodney88's post in the thread 301 Redirect from non-WWW to WWW Problem in WP.

    WordPress can generate URLs in whatever format it wants to. It then uses mod_rewrite to rewrite every request to the single index.php...

    Apr 30, 2007
  13. AHA7 liked rodney88's post in the thread Do robots see the .htaccess file?.

    A search engine will see what you see. If you can read .htaccess files on your server by pointing your browser to its location, so can a...

    Apr 27, 2007
  14. ThatForumPlace liked rodney88's post in the thread Creating a wildcard DNS entry with GoDaddy.

    Creating an A name with *.domain.com. worked for me.

    Apr 24, 2007
  15. jhmattern liked rodney88's post in the thread 301 Redirect from non-WWW to WWW Problem in WP.

    jhmattern, it sounds like WP is not generating the correct canonical hostname as the URL for the form action. When you submit the data...

    Apr 23, 2007
  16. seojig liked rodney88's post in the thread A strange Refferer recorded first time....

    I've seen it set to +++ by users wanting to be difficult and highlight poorly designed scripts. Referrer is commonly checked against...

    Apr 20, 2007