Archive

Posts Tagged ‘Cookies’

Cookie Gateway Script And Parser To Remove 3rd Party Scripts

February 9th, 2012 Comments off

The idea for this application is to control what cookies are sent out from my website. This is because the law has changed which now requires WEBSITES themselves to filter all cookies based on what the visitor chooses.

(I know there are browser based solutions to filter cookies but it is now the websites responsibility to filter these cookies.)

The visitor will be offered three options via a jquery accordian at the top of the scree.

1. Allow 1st party cookies (block 3rd party)
2. Allow…

Universal Cookie Compliance Script

February 3rd, 2012 Comments off

A universal plugin script that must make the visitor engage to making a choice weather to allow cookies or not.

The script must offer 3 options on what visitor can do with the cookies.

1.) Allow only first party cookies
2.) Allow all cookies
3.) Block all cookies

A final option should be

1.) Remove all cookies at end of session.

I would also like to have a back end admin panel so the site admin can define the default actions the cookie manager should be a simple plugin implement…

Universal Cookie Compliance Script

February 1st, 2012 Comments off

A universal plugin script that must make the visitor engage to making a choice weather to allow cookies or not.

The script must offer 3 options on what visitor can do with the cookies.

1.) Allow only first party cookies
2.) Allow all cookies
3.) Block all cookies

A final option should be

1.) Remove all cookies at end of session.

I would also like to have a back end admin panel so the site user can define the default actions

the cookie manager should be a simple plugin implem…

Cookie Privacy Script

January 27th, 2012 Comments off

Im looking for a small script to be made to help websites comply to the new eu cookie laws.

The script would be a cookie manager and allow visitors to set the cookie preference then the script will manage the sites cookies in accordance to that.

This would be done by creating a drop down accordion that allows the visitor to set the cookie preferences. the preferences would be.

1.) Allow all cookies
2.) Allow only first party cookies
3.) Block all cookies

A final option would to b…

Cookies Expert

January 16th, 2012 Comments off

Hello,

we have a software and its online based, but we want to collect data from the users via cookies so we can see what there buying trends are etc…

Flash Button Using Actionscript

November 4th, 2011 Comments off

Hello,

i’d like to have a button created in flash. This button will do 2 things:
1. if you click on it for the first time, it will pop up a box that will have a form in it. this form will ask for Fist name, Last name and email address. This form will submit those information as cookies.

2. if you click on it for the second time and you haven’t clear you cookies, this button will be a submit button. it will have the stored information as hidden fields, that would pre-populate the fields, so if somebody clicks on it, it’ll give them new box, that would say. Thank you. We’ve got it. Please check your email for download instructions.

So to make it simple: if there are no cookies stored, it’ll be as a form that stores the data into cookies, if there are cookies, it will pre-populate the hidden fields (first name, last name and email) and submits the form after clicking on it.

Please ask any questions.

Thanks

Jan

Redirect Proxy And No Cookie Visitors

September 21st, 2011 Comments off

I was hoping to develop a script that could redirect visitors using a proxy, or with no cookies, to a different page.

A Script That Can Steal Httponly Cookies Using Xss

September 5th, 2011 Comments off

I’m looking for a script (may have to be written in PHP) that can utilize cross site tracing to successfully steal HttpOnly cookies on the vulnerable website and log them to a .txt file on the site hosting the script.

The script will be utilizing a non-persistent XSS vulnerability on my website. To steal HttpOnly cookies, requires a more sophisticated form of XSS attack. It involves XST Cross site tracing, using the HTTP Trace function.

Example of the vulnerablity:

http://site.com/q?=<script>alert(“xss”)</script>

I’m going to be using this to make a proof of concept for sophisticated cookie stealing for my security blog. I will not be giving out the site or location of the vulnerability. I will be testing out your script on my site to make sure that it works.

Website Tracking Code – Cookies

August 22nd, 2011 Comments off

We want to be able to insert a tracking code into a url on another web page. Here is how we see it operating. We provide a url to an affiliate. http://example.com/register/&aff_id=123456 or something like that.

When the visitor gets to that url http://example.com/register/ there will be a form loaded into an Iframe there on that page. The form has its own unique url and an aff_id= in the url. We wanted to be able to replace the aff_id in the form with the aff_id=123456 that is coming from the http://example.com/register/&aff_id=123456

So the aff_id in the form url needs to be replaced with the aff_id from the url that the visitor originated from

Javascript Cookies Geotargetting Popunders.

May 20th, 2011 Comments off

General requirements:

1) Good English
2) Extremely high level of responsibility and professionalism, especially when it comes to communication with a client and completing the work quickly
3) High availability on ICQ or AIM instant messengers
4) Friendliness and a positive attitude is VERY important.
5) High level of expertise in PHP, Javascript and cookies
6) Experience with JW Player’s Javascript API a plus
7) Experience with MaxMind’s GeoIP API a plus.

I’m very likely to have LONG-TERM job opportunities for those who perform well with this project. All project specific requirements are in the file attached.

Finish C# Source Code

February 21st, 2010 Comments off

I have an unfinished C# source code that hast to be completed. The missing code has been removed on purpose by the original developer to avoid possible “privacy issues”. More informations about the missing code/source code can be found here: http://www.wjunction.com/showpost.php?p=181598&postcount=1
The source code you have to finish can be downlaoded from here: http://rapidshare.com/files/325412975/Hyperz.SL_Build_Kit.rar

Comment of original developer: he part that checks if a login was successful or not was removed from both the post and leeching part (MainForm.cs and BayW.cs). If I remember correctly I left a comment in the source at those 2 points. What you need to do is loop trough the cookies to see if the login was successful. I’m not gonna write down the exact instructions on how to do that because it was removed for a reason. What I can say though is that it was a simple foreach loop that spanned only about 10 lines of code so it’s not a big chunk that was cut out.

More info about the missing code: You’ll need to check each cookies name and value and based on that decide whether you logged in or not. In other words, you’ll need to find out what cookies you get when the login failed and which you get when it’s successful. The key to solving the problem is debugging. Try putting something like MessageBox.Show(myCookie.Name + ” – ” + myCookie.Value); in the loop. See what comes out with both correct and incorrect login details.

The final source code should be fully functionale and the complete program should look/work like this program (Download: http://rapidshare.com/files/337339820/SL_1.0.1.rar) at the end of the work.

Payment via Paypal or Credit Card.

Thank you!

P3p Policy – Cookies

February 7th, 2010 Comments off

We need someone who knows about p3p policies, and can implement it for us.

we’re in the process of making a URL cloaking site/ Short URL site, but IE seems to be blocking the target website’s cookies,

we need someone to implement p3p policy to prevent IE to block cookies,

a 10 minute job for someone who knows what he’s doing,

Happy bidding.

Login Cookie Redirect Snippet

January 27th, 2010 Comments off

Hi,

I’m having problems writing a snippet of code that I need for my remote login script. You are writing a small section of code, less then 30-40 lines. I need this done very quickly. Hopefully you can do it within 2 hours. I’m just not that familiar with cookies and the LWP module that is needed. I’m guessing if you are familiar with LWP you can accomplish this task pretty quickly.

Here is what needs to be done. I have a remote/redirect login area script that needs to login into this webmail interface located here.

http://ml6.myemail.com/surgeweb/

You can login directly to see what is supposed to happen…
username: testaccountATmyemail.com # this should be an AT sign in front of myemail, scriptlance does not allow within submission posts
pass: sunnyday

The problem that I’m having is that this interface uses cookies, and I have been unable to correctly pass them from this remote login script location.

I need to use LWP to capture the cookies from the interface during the post to this script. Then I need to print header info, cookies, and the result of the post back to the users browser.

Here is a url of someone else trying to accomplish the same task.
http://www.perlmonks.org/?node_id=456612

Here is LWP documentation.
http://www.perl.com/pub/a/2002/08/20/perlandlwp.html?page=2

If you put this URL into a browser window you can see that it works, but this will not work via a remote script unless you capture the cookies and push them back to the users browser correctly.
http://ml6.myemail.com/surgeweb?username_ex=testaccountATmyemail.com&password=sunnyday&interface_ex=ajax&cmd_login=login –replace the AT with the AT sign.

To get this to work, we may also have to add one more variable to the post…
remember=on or remember=1 or remember=true Not sure which one is YES. :-)

Here is what I have so far, but don’t know how to print it back out to the users browser. I’m not even sure what I have below is correct.

#!/usr/bin/perl
use LWP::UserAgent;
use HTTP::Request::Common qw(GET);
use HTTP::Cookies;

my $cookie_jar = HTTP::Cookies->new;

# A variable that holds our POST request to the site

my $ua = LWP::UserAgent->new;
my $action = $ua->post( ‘http://ml6.myemail.com/surgeweb’,
[
'username_ex' => 'testaccount/ATmyemail.com', # this should be an AT sign in front of myemail, scriptlance does not allow within submission posts
'password' => 'sunnyday',
'interface_ex' => 'ajax',
'cmd_login' => 'login'
],
);

Here are the 2 cookies that should be captured and redirected within the result of the post.

SW-AUTHTOKEN
SW-I

You can write a simple demo.cgi on your server. When loaded it should just capture cookies, result of post and print to users browser and login correctly. Hopefully we can get this to work.

Good luck.

Wyatt

Categories: Perl/CGI Tags: , , , , , ,

Cookies Extraction

December 30th, 2009 Comments off

I need extract cookies from this site http://loadfiles.in

After project assign i will past the Premium User account information.

The value of cookie im after its call : xfss.

Fix Explorer Session Cookies

November 27th, 2009 Comments off

Hi

I need someone who know all about Session Cookies,
to fix my traffic exchange surfbar code to work with the all IE browser, it works with most other browsers,
but with IE it loses the session cookies after just one surf page.

Please reply to me via PM and use the words “I can fix this” in the PM title and/or Bid title

This is a simple task/code for coder with session/Cookies knowledge
Please do not bid high, I have a small budget, but will give a “$50.00 Ad Package” to the coder who can fix this quickly!!

AdSpace

Fix Session Cookie Code

November 26th, 2009 Comments off

Hi

I need someone who know all about Session Cookies,
to fix my traffic exchange surfbar code to work with the all IE browesrs, it works with most other browsers, but with IE it loses the session cookies after just one surf page.

Please reply to me via PM and use the words “I can fix this” in the PM title and/or Bid title

This is a simple task/code for coder with session/Cookies knowledge
so please do not bid high, i have a small budget, but will give a “$50.00 Ad Package” to the coder who can fix this quickly!!

AdSpace

Popup Window Issue

November 4th, 2009 Comments off

I’m trying to do a popup that once the link is click on and the popup occurs it fades the background.

However, we can’t use iframe, ibox, frameset or hidden divs. It has to use some form of window.open. The main reason is 3rd party cookies and IE8 doesn’t accept cookies if used with iframes, hidden divs, ibox, etc.

Also, code to change the window title and not show the url it’s going to

The popup we currently have is at

http://www.agoraquest.com/testpopup.html

so 2 items

1. Fade background and popup window (maybe use javascript to fade the background?)
2. Change popup window title and if possible remove any display of the url it goes to
3. Also, this is for IE7 or IE8 only (Firefox and other browser accept 3 party cookies)
This is an urgent project and needs to be done by tomorrow 10 a.m. EST If you do have the code working and show it. I will go ahead and select you as the winner. If no one puts a working code, I will go ahead and accept the best bidder. Will give bonus if everything is done.

Clear Cookies In Web Browser

September 9th, 2009 Comments off

Hello,

Please read carefully:

(MUST WORK IN VB 2008)

I have a Visual basic 2008 project, that is based around the WebBrowser control… I need to be able to clear cookies for the given browser, MID-SESSION.

So for example, if i am browsing on a given website… I want to be able to say click a button, and all cookies pertaining to it are gone.

Keep in mind this is for the VB2008 WEBBROWSER control… shoudl be quick for those of you that know what you are doing.

(MUST WORK IN VB 2008)

THANKS :)

Fix Javascript Cookies Code

July 29th, 2009 Comments off

Hi

Need a quick code edit
I am using a javascript code that has an animated-sliding-collapsible-div-with-javascript-and-css from the site below.
http://www.harrymaugans.com/2007/03/06/how-to-create-an-animated-sliding-collapsible-div-with-javascript-and-css/

******** BEFORE BIDDING**************

Before Bidding please grab a copy of the code at the url above and setup a working demo of what I need (Read the project details below)

******** BEFORE BIDDING**************

I would like to have the default silder be in the open(down) postion

And I need to add cookies to the javascript and webpage so that it will stay open or close till the user click the open or close options again (not it close Up postion and when it open and the user moves to a different webpage it closes and user has to click open again to access the section

I do not know javascript, but i am host webmaster and i know that a good knowledgeable javascript coder can do this in a few mins time

So please bid only if you can do this quickly!

AdSpace

Cookies #exdi

July 17th, 2009 Comments off

Invitation project for cookies.

Categories: PHP Tags: , ,

Fix Forced Logout Cookies

May 28th, 2009 Comments off

We have a site in php, in admin, we can choose to activate or disable Captcha Image for front end user login.

If we activate captcha and someone logs in from front end with Capthca code enabled, everything is OK and user is never logged out forcefully.

If we disable captcha and user logs in front end. User is forcefully logged out after going to any other page.

This should be something very simple to fix.
I need it fixed right away. I have ftp ready. Thanks

Cookie Flash Stuffer

May 11th, 2009 Comments off

Uses Flash to stuff cookies on my own pages or 3rd party pages:
Filter by IP, user-agent, country, city/region, ZIP/area code (US only), date/time, hour, day of the week, referrer – control who gets stuffed and who doesn’t.
Limit cookie-stuffing by referrer, date/time, number of hits, number of cookies stuffed.
Expire the campaign after a specified time period or at a specific date/time.
Control the CTR – if you don’t want to cookie-stuff every visitor then only stuff some of them, thus lowering your CTR…
Blank the referrer – works for all campaign types, whether you’re stuffing cookies on your own pages, 3rd party pages or forums.
Detect proxies and choose whether or not to stuff anyone who’s using a proxy.
Rotate up to 100 affiliate URLs, so you’re not dropping the same cookie every time.
Drop up to 100 cookies in one go! (only works when stuffing cookies on your own pages or 3rd party pages, not forum/favicon stuffing).
link cloaker to turn long ugly URLs into nice short ones like http://www.yourdomain.com/redirect/X/.
stuff the target with up to 100 cookies first, then redirect them to the destination URL!
Cookie-stuff visitors website with a pop-up or pop-under.
a pop-under opens in the background, cookie-stuffs them with up to 100 cookies and then redirects to any URL choose…
Cookie-stuff visitors with a banner, a Flash game videoGood, so you’re still there. Ok, we all know that there are two golden rules when it comes to cookie-stuffing:
Don’t get greedy.
Don’t get caught.
I can’t help you with number one, but as far as not getting caught is concerned, Flashstuffer has your back:

Option to automatically stop any cookie-stuffing
Referrer blanking double-check
Browser cookies, Flash cookies and IP addresses are used to tag visitors don’t cookie-stuff the same target twice.
Hostname filter – nobody from that hostname will be stuffed!
Referrer spoofing –
Custom referrers – you can define the referrer you want to leave at the affiliate network
One time only stuffing – (optional) – only those visitors arriving on your landing page from a special redirect link will get cookie-stuffed.
decent Admin Control Panel
Create unlimited cookie-stuffing campaigns from the simple, clean Control Panel – no need to edit complicated .htaccess files or PHP files every time you want to start a new campaign
View log for every cookie-stuffing campaign
shows details for every hit (IP, user-agent, date/time, country, referrer), and if the target wasn’t cookie-stuffed it explains why.
View traffic for every cookie-stuffing campaign by minute, hour, day or week.
View top referrers and IPs for any campaign

Affiliate Link Session Cookies

April 19th, 2009 Comments off

Hello and thanks in advance for spending time to review my project. I need an expert with sessions. cookies and affiliate links. This is VERY complex job for expert only.

I need someone that is available right now via yahoo messenger, over the next 3-4 hours that can start on this and finish this immediately within 4-6 hours of bid.

I will pay via Escrow only and I am here available via yahoo messenger to assist with path files and my extensive knowledge of the site with any questions you may have.

The project:

My store script already has an affiliate system in place and issues customers a unique affiliate link for www.domain1.com/ref=1 . It already has some cookie in place so that once a user clicks that link it stores the ref id so they can browse pages and finally decide to sign up they goto the registration page and it knows who the refferal is.

1. Need to find out where the script is that makes the referal id and make it say www.domain2.com/ref=1

.somehwere it makes the url …instead of it displaying domain1.com/ref=1 we need to change it too domain2.com/ref=1 ……thats first step

2. Need to find the existing cookie they use on domain1.com and use it on domain2.com

So now

Affiliate Link Cookies

April 19th, 2009 Comments off

Hello and thanks in advance for spending time to review my project. I need an expert with cookie’s and affiliate links.

I need someone that is available right now via yahoo messenger, over the next 2-3 hours that can start on this and finish this immediately within 4 hours of bid.

I will pay via Escrow only and I am here available via yahoo messenger to assist with path files and my extensive knowledge of the site with any questions you may have.

The project:

My store script already has an affiliate system in place and issues customers a unique affiliate link for www.domain1.com/ref=1 . It already has some cookie in place so that once a user clicks that link it stores the ref id so they can browse pages and finally decide to sign up they goto the registration page and it knows who the refferal is.

1. Need to find out where the script is that makes the referal id and make it say www.domain2.com/ref=1

.somehwere it makes the url …instead of it displaying domain1.com/ref=1 we need to change it too domain2.com/ref=1 ……thats first step

2. Need to find the existing cookie they use on domain1.com and use it on domain2.com

So now

Simple Php Script With Cookies

March 17th, 2009 No comments

I need a simple PHP script that should take no more than 15 to 30 minutes to code and test. Here’s what it should do:

User arrives at HOMEPAGE
he is given 2 links only, LINK A and LINK B which of course link to PAGE A and PAGE B.

Should visitor choose LINK A to go to PAGE A, he will never be allowed to use LINK B (in other words, if he goes back to HOMEPAGE, LINK B will not appear in the choices).

On the oher hand, should visitor start with LINK B, he IS allowed to go back to HOMEPAGE and visit the other link.

Bear