Hi All, I've a question regarding video/dvd affiliates and customer shared programs.
When I first constructed my film site I used Amazon for video sales, there was no great return financially from them and a local (UK) based company stepped in offering me better terms and service.
But now, with an ever growing site, I feel I've outgrown this partner and the return on the amount of custom I handover is not good.
So should I seek another partner, and where would I find one?
Or should I set up a shopping cart/e-commerce system? But where might I find a supplier?
Any help, advice, or tips would be appreciated.






m0dulus posted this at 14:59 — 10th July 2001.
They have: 84 posts
Joined: Jun 2001
Hey, can I see your website? Mine is http://www.movie-vault.com - perhaps we could do a link exchange.
Tyler Cruz
http://www.movie-vault.com
http://www.101h.com
http://www.lynnguthrie.com
Jaiem posted this at 19:22 — 10th July 2001.
They have: 1,192 posts
Joined: Apr 1999
Amazon has done will for me and the name has good recognition.
mjames posted this at 03:40 — 12th July 2001.
They have: 2,064 posts
Joined: Dec 1999
If you use Amazon correcty and really target the products you try to sell to your visitors, you should do well. But if you don't want to go that way, I guess the next best choice would be to be to seek a new partner.
Marc James - marc@sports-central.org
Sports Central - Beyond the Scores
Sports Boards | Sports Newsletter | Spy Cam
Jaiem posted this at 12:40 — 12th July 2001.
They have: 1,192 posts
Joined: Apr 1999
I agree with Marc. Target the products well. Don't just put up a generic video/DVD link or search box. Really tailor it to the products. It does work.
Jaiem
Ocean View Host - FREE domain name, 1 month FREE hosting!
Dans Best APD posted this at 22:20 — 12th July 2001.
They have: 44 posts
Joined: Feb 2001
Just to answer to sdebank question: join Commission Junction. There are a couple dozens video/dvd merchants there and you may even advance-search for the ones that surely ship their goods to the UK.
Dan
===============================
http://www.dansquickshopping.com
Dan's Best Associate Programs Directory
Cube Technology posted this at 10:50 — 18th November 2001.
They have: 14 posts
Joined: Nov 2001
u should know that ur site(i tested review.pl) is easy exploitable. i just tried for fun to do review.pl?review.pl and it returned the source code(though, the html returned the output of the html).
---------------------------------------------------------
#!/usr/bin/perl # Generate a HTML MIME header print "Content-type: text/html"; print "\n\n"; print "\n"; $method= $ENV{'REQUEST_METHOD'}; if ($method =~ /GET/) { $username =$ENV{'QUERY_STRING'}; ############################ # Prevent recursive directory calling # ############################ if($username =~ /\.\./) { print "Sorry, the page you tried to reach does not exist."; exit; } print <<_EOF_;
EOF_ open (FH, "$username"); print ; close FH; print<
EOF2 } else { print "Error: Sorry, you must use the GET method to call this script. Please change the method to be GET instead of $method and retry. Thank you.\n"; } print "\n";
---------------------------------------------------------
You should secure your script more, hackers can deface ur site and do other stuff, so beware.
Cows are cool.