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 premiumscripts

  1. thuankkk liked premiumscripts's post in the thread SELECT then DELETE right away?.

    Well, You should probably use innodb instead of myisam so you can add locks:...

    Aug 25, 2009
  2. sultanofseo liked premiumscripts's post in the thread Need Help on Recent Blog Feed Import.

    Add some debugging (test this in an offline version or in a copy of the file that is not accessible by others) if ($rss) { $items =...

    Aug 25, 2009
  3. Xangis liked premiumscripts's post in the thread Database Design For Storing User Votes.

    Why would the 3rd option create another query? Yes, it would be an insert (make the index unique). But the 1st option would probably...

    Aug 25, 2009
  4. timallard liked premiumscripts's post in the thread WGET CSV File Behind A Secure Website..

    function curl_grab_page($site,$proxy,$proxystatus){ $ch = curl_init(); curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE); if ($proxystatus...

    Aug 21, 2009
  5. hassanahmad2 liked premiumscripts's post in the thread How do you think this number is encoded?.

    <?php echo base64_encode(237163); ?> base64_decode to decode. Note, this is not an encryption.

    Aug 21, 2009
  6. Bohol liked premiumscripts's post in the thread What's the .htaccess that will solve double Google index?.

    Not at the moment, if it doesn't work, just post in this thread again :)

    Aug 21, 2009
  7. banless liked premiumscripts's post in the thread .htaccess and Wordpress 301 redirects.

    I just checked and it's redirecting just fine via a http 301 response header. Anyway, how long has it been since you made this change?...

    Aug 20, 2009
  8. Lethal7 liked premiumscripts's post in the thread Anyone able to help..

    You can try this, note I have not tested this so it may not work: (It's best if you try this locally first) (Note, if you're still...

    Aug 20, 2009
  9. crivion liked premiumscripts's post in the thread Anonymous functions and closures (PHP 5.3).

    For those interested in PHP 5.3, here's an interesting article (part of a series) on anonymous functions:...

    Aug 19, 2009
  10. mehdi liked premiumscripts's post in the thread Replace all Links title....

    Well, looks like he just made a small mistake: $str = preg_replace('#<a(.*?)href=([\'"])([^\2]+)\2([^>]*>)(.+?)</a>#is',...

    Aug 16, 2009
  11. Agent_Smith liked premiumscripts's post in the thread PHP strpos.

    $pos = strpos($row[1], "{setting.$var}"); should be $pos = strpos($row[3], "{setting.$var}");

    Aug 15, 2009
  12. Nima liked premiumscripts's post in the thread Why would you NOT shop at this site?.

    - The fact that the checkout page doesn't work.. When I enter my address and press the "continue checkout" button, it just displays the...

    Aug 13, 2009
  13. pluswebdev liked premiumscripts's post in the thread WordPress Themes Directory.

    Looks great, and I like the filtering you offer (category/color/etc) - One thing I would remove: the calendar widget. It's not really...

    Aug 13, 2009
  14. WeedGrinch liked premiumscripts's post in the thread Excellent digitalpoint review.

    Well, you make alot of good points. It would be wise for the mods not to just ignore this and continue to run the place as is. Everyone...

    Aug 12, 2009
  15. WallaceYeung liked premiumscripts's post in the thread Webmaster Forum review.

    Your logo isn't very nice. Also, I'd remove alot of the forums and focus on just 10 or so in the beginning stages of a new community....

    Aug 12, 2009
  16. Toon-c liked premiumscripts's post in the thread How to turn Mod_rewrite off ?.

    Check your .htaccess and if it contains this: RewriteEngine on Remove it. You may try adding: RewriteEngine off but i'm not...

    Aug 10, 2009
  17. dox liked premiumscripts's post in the thread Could you please a honest review ?.

    Your actual content area is too narrow. You have a big sidebar yet you only use it at the top of the page. Once you scroll down a little...

    Aug 9, 2009
  18. Rasputin liked premiumscripts's post in the thread cleaning up text entered in a form.

    mysql_real_escape_string is supposed to be the last thing you do. Yet you do it before you do the possible substr. So that could...

    Aug 8, 2009
  19. lbalance liked premiumscripts's post in the thread Convert URL to href link with regexp.

    Try this: result=result.replace(/(https?:\/\/([-\w\.]+)+(:\d+)?(\/([\w\/_\.]*(\?\S+)?)?)?)/g,'<a href="$1">[LINK]</a>');

    Aug 7, 2009
  20. Love* liked premiumscripts's post in the thread How do I make the page automatically "go back to top" upon clicking a javascript link.

    Try this (untested): window.scrollTo(0,0);

    Aug 6, 2009