php script

  1. paperdonut

    Like button help

    I would like to give visitors an incentive for clicking the Facebook like button on my website. After the like button is clicked, I would like a button or a video to be revealed. Can someone help me with this? :)
  2. J

    PHP mailer help? Anyone? I'm worthless!

    I'm new to everything I'm going to try to explain... I have sites I use to email from with php, but I want a display name now in my script, is that possible? Like in the from line on email I want it to have a real name like John Smith. Below is currently in my script for email display...
  3. arvo

    Facebook Movie App - Need Feedback/Advice

    Hey guys, I just started developing a movie app (similar to the fairly popular movie sites that everyone seems to have). It has a little under 1000 members currently, yet Facebook is only showing like 3 or 4 users. Any other Facebook devs have any idea whats up with the MAU not updating...
  4. Method

    PHP Article Spinner Script / Function

    Thought I'd make a little contribution don't really know where I'm supposed to post it so move it if necessary please. Not all my work, just a little modified to work for me. Use [ and ] to enter spun words and seperate with a ,. function spin($text) { while (!(strpos($text,'[') ===...
  5. sikandar

    What script is used by these sites?

    I'd like to create affiliate/adsense sites like the following sites. They seem to be made with the same php script. Does anyone know which script is being used for these sites. Thanks in advance http://www.mysearchspider.com http://www.megahealthcenter.com
  6. C

    Soundcloud PHP bot

    Hi guys i have request im looking for a bot or script to deal with soundcloud.cum for those who don't know what is souncloud => *SoundCloud is an awesome service, providing several options like listening to music track online, downloading it, and share it with others; moreover it has...
  7. L

    Who knows how: dynamic php script to rip CB product salespage to your website

    I will try to outline as much as I know about this script that I stumbled on by accident and I want to see if someone can make it for me for free (since I'm giving all the info) and then they can sell the script and have the rights to it. I just need to get some CB sales so I can get my check...
  8. SpamHat

    [GET] Bulk Link Checker - (great to check the effectivness of link bundles you buy)

    ( Disclaimer: This is a quick script written in 5 mins, not a work of art. It's a quick and dirty link checker - no more, no less. :) ) What It Does: A few days ago I wrote a quick script in php to check a list of URLs for a string (my url). I wanted to check some of the link services here and...
  9. Nimble75

    PHP Script to Detect Googlebot

    Hi does anyone have or know where I can get a piece of PHP script code that can detect if the agent loading the page is a GoogleBot or any other major search engine? Would greatly appreciate the help Nimble
  10. SweetJesus

    Web Page Scripts Collection

    I am selling copies of my webpage scripts collection. I'm looking to get 40 for a copy of the collection. That puts it at 7 scripts per dollar. Reasonable if you ask me. PM me if you are interested. Thanks for your time, Sweet Jesus File List: 2checkout.zip 8ball.zip 401 IP...
  11. B

    Can somebody please take a quick look at my php code

    Hi all BHW members! This is kinda my first post in here so i would like to start by saying "thank you" to all you guys that make this forum so nice! Hopefully I too could start sharing some nice info when I get better at all this BH stuff :) I have a problem with some php code (I am not an...
  12. S

    How the hell is this done?

    Can anybody work out what is going on here: hxxp://betweenthecolumns.umd.edu/index.php?rxp=400 Without the parameter it shows a uni of maryland page but with it shows a drug search engine (try in i explore if it doesn't work in firefox) I guess someone has posted a script into this page...
  13. Patrat

    How to Force a Download *VERY USEFUL SCRIPT*

    Say you want a PHP script that will make the browser download a file instead of opening it. This is useful for common filetypes that would normally be displayed in a browser, like .html, images, PDFs and .doc files. You can find a lot of scripts that do this on the web but one thing most of...
  14. B

    Help with Zango Code - easy $7

    Hello, I need someone to put this code on my site and make it work: <?php session_start(); $_SESSION['zango'] = 0; if (isset($_SESSION['views'])) { if ($_SESSION['views'] < 2) { $_SESSION['views'] = $_SESSION['views']+ 1; } else {...
Back
Top