Buying VERY Simple Script Required ASAP

Discussion in 'Programming' started by mjwoodi, Mar 23, 2010.

Thread Status:
Not open for further replies.
  1. #1
    Hi!

    I was wondering if any of you lovely people could help me out for a small fee :)

    I want a script that stops a piece of javascript been displayed/rendered if the user was referred from a specific site.

    If they did not come from that specific site, then the piece of javascript should be rendered

    Im not sure if this will be best done in Java or PHP but it should be very simple for any of you guys!

    If your interested drop me a PM, tell me which language you will be doing it in and why, and the price you can do it for. Also provided any instant messenger details so I can contact you directly :)
     
    mjwoodi, Mar 23, 2010 IP
  2. TheRien

    TheRien Peon

    Messages:
    92
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    Will do with PHP for $10, if you contact me quick enough I'll finish it within a couple of hours from now.
    MSN/email:
    PM also available but lower response rate.
    Contact me soon!
     
    TheRien, Mar 23, 2010 IP
  3. travelmoth

    travelmoth Active Member

    Messages:
    153
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    if your site is based on PHP....then just add one line:

    if ($_SERVER['HTTP_REFERER'] != "Your specific site")
    {
    //output your JS code here
    }
     
    travelmoth, Mar 23, 2010 IP
  4. mjwoodi

    mjwoodi Peon

    Messages:
    436
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4

    Hi,

    Thanks for the contribution!

    That would show the code if the referrer = a certain site.

    I want to hide code if a referrer = a certain site :)

    Thanks
     
    mjwoodi, Mar 23, 2010 IP
  5. guardian999

    guardian999 Well-Known Member

    Messages:
    376
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    But, still need some array to define the referrer.

    PM me, if you need help. :)
     
    guardian999, Mar 23, 2010 IP
Thread Status:
Not open for further replies.