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. FarrisFahad liked premiumscripts's post in the thread Guidelines, Tips & Frequently Asked Questions.

    Table of Contents 1. GUIDELINES 1.1 Format your code 1.2 Relevant code only 1.3 Add context 1.4 Post your error logs 1.5 Are you...

    Nov 17, 2022
  2. kunnusingh liked premiumscripts's post in the thread Guidelines, Tips & Frequently Asked Questions.

    Table of Contents 1. GUIDELINES 1.1 Format your code 1.2 Relevant code only 1.3 Add context 1.4 Post your error logs 1.5 Are you...

    Aug 17, 2022
  3. awundrin liked premiumscripts's post in the thread Please take a look at this blog about E-book readers..

    Layout: Not really sure what os x has to do with ebook readers? Doesn't quite fit this market. Homepage: "we have the most up to...

    Jan 19, 2010
  4. sweetlouise liked premiumscripts's post in the thread Suggestion How about a directory?.

    Eh, it's a way for DP to earn more money. Paid inclusion and all that. If people want to pay to be listed, let them :)

    Oct 16, 2009
  5. Gray Fox liked premiumscripts's post in the thread Calling static method via string variable.

    class Status { static function compile() { echo 'compile'; } } $string = "Status::compile"; list($class, $function) =...

    Oct 11, 2009
  6. afridy liked premiumscripts's post in the thread cURL output related question..

    returntransfer needs to be true as it was in your original script. My guess is your substr thingamagic isn't working and it's simply...

    Oct 5, 2009
  7. pipes liked premiumscripts's post in the thread Learning preference, the php manual and practice or tutorials?.

    You'll need to read the manual and buy a decent book. Tutorials online are often filled with bugs so are not recommended unless they are...

    Oct 3, 2009
  8. fadetoblack22 liked premiumscripts's post in the thread Site copyright automatic date.

    In php, you can do: Copyright site name <?php echo date('Y'); ?>

    Oct 1, 2009
  9. newgenservices liked premiumscripts's post in the thread Guidelines, Tips & Frequently Asked Questions.

    Table of Contents 1. GUIDELINES 1.1 Format your code 1.2 Relevant code only 1.3 Add context 1.4 Post your error logs 1.5 Are you...

    Sep 25, 2009
  10. rufh_s liked premiumscripts's post in the thread Please review my launching soon page.

    I would get rid of the poll and place the email signup form there instead. You can show the poll on the thank you page instead. (I do...

    Sep 10, 2009
  11. d3wlin liked premiumscripts's post in the thread KlondikeSolitaire.Org - Do you feel comfortable?.

    Well, I don't feel comfortable hearing that bomb sound the minute I enter the site.

    Sep 9, 2009
  12. articledirectory liked premiumscripts's post in the thread How can i get part of my sites content to refresh without the whole page refreshing?.

    Well yeah, you could do it via an iframe. Just place this in the iframed page (in the <head> section): <meta http-equiv="refresh"...

    Sep 8, 2009
  13. RichestGirl liked premiumscripts's post in the thread HTML form Array is not working in PHP.

    I'd venture a guess that your requests are being rewritten to GETs instead of POSTs, loosing the POST array in the process. Probably...

    Sep 8, 2009
  14. proxywhereabouts liked premiumscripts's post in the thread Is there a script or codes that prevent people from iframing your site?.

    It's pure javascript, it doesn't need to be combined with anything. Ofcourse you'll have to edit it to change domain\.com to your...

    Sep 7, 2009
  15. Dollar liked premiumscripts's post in the thread Preventing Double "vote" on hitcounter by user $_SESSION?.

    $url is just an integer? Ah then the md5 is not necessary :) (you aren't using it anyway) But this is wrong:...

    Sep 4, 2009
  16. ads2help liked premiumscripts's post in the thread Guidelines, Tips & Frequently Asked Questions.

    Table of Contents 1. GUIDELINES 1.1 Format your code 1.2 Relevant code only 1.3 Add context 1.4 Post your error logs 1.5 Are you...

    Sep 3, 2009
  17. SGBoise liked premiumscripts's post in the thread Capture shell_exec output.

    I'll give you a tip, always read the comments on php.net If that doesn't work, try: Or...

    Sep 1, 2009
  18. pubdomainshost.com liked premiumscripts's post in the thread Need script example for calculating domain age.

    if (preg_match('/Creation Date: ([0-9]+\-[a-z]+\-[0-9]+)/i', $whois_output, $match)) { $creation_date = strtotime(trim($match[1]));...

    Sep 1, 2009
  19. ceemage liked premiumscripts's post in the thread Problem with JOIN on multiple columns.

    Try this: SELECT f.* FROM transactions t INNER JOIN files f ON t.product_id = f.product_id AND t.script_id = f.script_id WHERE...

    Aug 29, 2009
  20. wptheme liked premiumscripts's post in the thread Fatal error: Call to undefined function post_password_required.

    You haven't yet updated to wordpress 2.7.

    Aug 29, 2009