Dynamically Pass Member Id For Affiliate Program

An affiliate program I joined gave me this link to place on my website. I'd like to track which of my members use this link. To do this, the affiliate program said that I would have to dynamically populate the "YourMember" portion of this link (see below) with my member's user id. Can anyone tell me how I can do this? Code:

View Replies


ADVERTISEMENT

Affiliate Scheme

I am trying to setup an affiliate scheme like that of www.affiliatefuture.com.Do any of you know of any low cost/free asp scripts that does this kind of thing?

View Replies View Related

Affiliate ASP Software

I am in search of a affiliate software in ASP. I need very basic things. Is about a bookstore. Have you test or use any script?

View Replies View Related

Affiliate Scripts

Can anyone recommend an affiliate script they like and use?I would like to offer participants a percentage of sales they generate. Either by themselves, or through customers they recommend. I doubt I want to get involved with paying for clicks. I think they could run that up on me.

View Replies View Related

Affiliate System Question

I am writing an affiliate system, where other websites put our banner on their website, and we pay them commission on sales which are made from clickthroughs.

We also want to report on impressions though, i.e. how many times our link is displayed on the affiliates website.

The actual banner image will be stored on our server. How can we count how many times the affiliate website has used the banner with out running code on the affiliates server?

View Replies View Related

Data Feed Called By Javascript From Affiliate's Server

This is a mix of technologies so I hope I've put this in the right place.

I have a system where people can sign up to a data feed. They place a single line of Javascript on their web page and a formatted banner of products is displayed based on the options they have chosen in their affiliate account.

<script language="Javascript" src="http://www.somewhere.com/feed.asp"></script>

The original system was built by our developer 3 or 4 years ago, and worked fine. However, he built the system using two ASP files - feed.asp which looks like this:

Code:

View Replies View Related

New Member

I have this error that keeps coming up after submitting a query on a website. been working on fixing it all day and need a fresh set of eyes to help me.

Provider error '8000ffff'
Catastrophic failure
/Process.asp, line 25

i think this is line 25 in my process.asp file

str = str & " WHERE tblData.Application Like '%" & Request.Form("Application") & "%' "

If one needs the entire process.asp script to look over, let me know.

View Replies View Related

Member Login

All i want to do is create a page with member login and forum by using access database. once i get that far ill be able to figure out the rest.

View Replies View Related

Member Area

I am trying to do is make a member area. I am setup for asp and others but what I want is it to show how many points they have in there account when they enter and then when they use some of there points it will deduct there points from there account any help on this would be great Ie: websites code or any tips.

View Replies View Related

Check Member Of NT Group

i can use Request.ServerVariables to check the login user. is it possible to check whether the login user is the member of the NT security group? it is because i wish to create a dynamic banner according to respective NT security group.

View Replies View Related

Member And Staff Interface

We got two interface. Staff and member. When member login, they are brought to member's page. However, when staff login, they are also brought to member's page. This is because at Dreamweaver 8, we have specified that if login succeeds, go to member.asp.

So how do I make sure that when staff login, they go to their staff.asp.? Is it by command procedures or SQL or some kind of other function? Much help needed! Project deadline is just around the corner!!!

View Replies View Related

Member Section Of Website

i need to login to a member section of a website and get authenticate at the index.asp before i can reach tools.asp, another page i will use. I see that the member section do not use cookie. It used session.

I had tried reaching tools.asp directly (with all the variable pass in together in a url example: URL). However, it will redirect me back to index.asp ,asking me to authenticate first. Is there a way to skip index.asp and go directly to tools.asp?

View Replies View Related

Member Login For Ceylon Web Designs

I need a member login system for one of my web sites where only the members are allowed to read articles published.

View Replies View Related

Display Member Name Once Session Created

I have created a session, where a user logs in using his/her email address and password.

Howver I now want to display the users name once he/she is logged in. It should be easy,
but I cant quite get my head around it.

View Replies View Related

Variable To Call A Member Of Recordset.

Lets say I have created a Recordset named MySET. And I have a value passed from a form: Request.Form.Key(1) Code:

View Replies View Related

Check Is Current User Is Member Of A Group

I need to check to see if the Current logged in user on the system
is a member of a group called CustAdmin on CustNT Domain.

If the user is, I need to allow them to have access to the following:
Code:

<br><br>
<input type=Button value = "Click To View Credit Report"
</form>
<hr>

This is a Windows 2000 network.

View Replies View Related

Run Program

I am trying to run a program with a command line switch from vbscript.This is the code im trying:Code:

ReturnCode = WshShell.Run("C:Program FilesNorton AntiVirusNAVW32.exe c:", 1, True)

I guess Im just after the formatting like where to put the quotes.

View Replies View Related

Getting Name From Program.asp

I talked to my instructor and he was not sure but lets say I have URL - I know about Request.QueryString("name") for have URL and you get bob as the info past - but what if it is only ?andthename and do not use name=bob like in have URL and what I want is name = Request.QueryString("first entry") that is bob. That is all you get - how does that work - I have seen it before on pages but not sure they are asp - I think php can do it and I know it can be done with cgi.

View Replies View Related

Upload Program

Currently I'm developing upload program using vbscripts. I want to log all the upload actvity to the DB.

So I insert form and other input field in the upload form. My problem is, my upload program cannot accept Request.Form tag. But the upload activity success but I still cannot achive my target to log the upload activity in DB. Any solution to avoid this happened? Is there any input tag other than request.form? Pls guys really need your help in this.

Here the error code :

Request object, ASP 0206 (0x80004005)
Cannot call BinaryRead after using Request.Form collection.

View Replies View Related

Asp Forum Program

if its using access for db its even better.recommend a free one.

View Replies View Related

Chat Program In ASP

I would like a free Live Support script for my site...writtent in ASP. I found some, but they refresh the page to update the contents...I would like it to use a better, more-efficient way. Some features that would be nice, but not needed would be visitor monitoring and operator initiated chats, and the ability to push the user to pages. If there is any such script...could someone please tell me where I can find it?

View Replies View Related

Accounting Program

I am looking for an "Accounting Program" (even perhaps a CashBook) written in asp. There is gnuCash written in PHP -is there any equivalent in ASP ? I have searched most of the opensource webs, and cant see anything along these lines - does one exist

View Replies View Related

Calling A Dll In Asp Program

I have a vb program which initiates a powerpoint when run (with a click of a button). i made a dll for that program by opening the .vbproj in a textdoc and changing some values. I was wondering can we call this dll from an asp program so that the power point gets initiated from asp.

View Replies View Related

Call Another Program

With .asp,how do I call another program?I would like to have my .asp script make a call to a PERL script, wait for the PERL script to finish, and then continue with what is/isn't returned from PERL.

I know in PERL this is simply done: system(theASPprog.asp). No fork is created, so the PERL prog waits for the .asp to finish.How do I do this with ASP?

View Replies View Related

Classified Ad Program

simple, easy to implement Classified Ads program I could add to my Web? I can use Access pretty well but don't know much about ASP yet.

View Replies View Related

Run Program On Web Server

how to run a program on our webserver after a file has been uploaded? This is all server based. We have a requirement that an end user uploads a file to our web server. after the file has been uploaded the next line of code needs to call a program installed on the webserver that runs a remote command on our AS/400.

View Replies View Related

End Task Program

I need an end task program in VB6.0 (the source code). I have searched planet-source-code.com inside out and can't find just 1 regular end task program that works on my system. Is it because I am running on XP and they only work on ME and younger systems?

Anyways I need an XP, source, compatible version of the software. I am writing an interesting program, which once complete will tell you what its for (dont worry this one is totally legal ). It should list and then allow users to click END/close. I think its done through an API.

View Replies View Related

Call A Dos Program

I was wondering if its possible to call a program thru' asp pages. If yes, then how? For eg. I want to call abc.exe how can I do so? What if abc.exe is standalone program?

View Replies View Related

ASP Program Recommendations

I have tried two so far, ASP Runner and Iron Speed. Iron Speed has so many more features than ASP Runner, however, seems setup for use with SQL. I am simply using Access Databases, and not SQL. Does anyone have any recommendations on ASP Code Generating programs like ASP Runner, that do not require you to be using SQL Server and has more features?

View Replies View Related

Run Program On Server

I need to run a program on the Web Server from an ASP page. The program requires two arguments. What is the solution for this. I am not very experienced with this.

View Replies View Related

How To Sent An Email From VBScript Program Under ASP/PWS?

I am learning ASP/VBScript using PWS under Win98SE. To send an email I need CDO object. In a book I am reading (very old one) it says that there are no CDO objects for PWS. Is there a Microsoft solution to sent an email in PWS?

View Replies View Related

Reeading .XML File In ASP Program

The XML file I am reading in my ASP program doesn't appear to have carriage returns. For example:

The XML file looks like this:

-<animal>
<name>Dog</name>
</animal>

but when I read it it looks like this:

<animal><name>Dog</name></animal>

I am opening the file with OpenTextFile.

I am trying to parse the file in my code so I really want it to look like this:

-<animal>
<name>Dog</name>
</animal>

Can anyone offer suggestions.

View Replies View Related

Program To Edit .adb File

I've taken on a website, which seems to use an '.adb' as it's database source. It connects to this using the microsoft Access driver, as it would an Access database.
I've Googled, and can't seem to find out how to open the .adb file and edit it.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved