Pages: 1
RSS
sending differnt link in each email, I want to be able to send a different tinyurl in each email
 
I have 10000 different links like the tinyurl links below in notepad file
I want The Bat to be able to send a different  http://tinyurl.com/A0GBvLgs3T4kHamMZnY in each reply the bat sends
I get around 3000 emails per day and I have to send out different tinyurls to my affiliate link
the link killing script kils the link once its clicked so the user cant find the affiliate companys website
I have a 3 reply system setup in the bat I want it to send it on the 1st reply a different tinyurl link this is for a link killing script

http://tinyurl.com/A0GBvLgs3T4kHamMZn1
http://tinyurl.com/A0GBvLgs3T4kHamMZn2
http://tinyurl.com/A0GBvLgs3T4kHamMZn3
http://tinyurl.com/A0GBvLgs3T4kHamMZn4
http://tinyurl.com/A0GBvLgs3T4kHamMZn5
http://tinyurl.com/A0GBvLgs3T4kHamMZn6
all the way up to 10,000

is this possible in the bat?
THANKS!
Edited: paul420 paul - 29 January 2011 05:45:40 (thanks)
 
See if this helps: http://www.ritlabs.com/en/forum/index.php?PAGE_NAME=read&FID=6&TID=9544
__________________________________
I'm just a user of The Bat! I don't work for Ritlabs.
 
It might do the trick but I have no idea on how to set it up
can you explain it noob friendly please

thanks alot
 
Download the xmp plug-in from: http://www.gaijin.at/tbpxmp.php
extract it somewhere
install the plug-in via
options -> preferences -> plug-ins -> add -> browse to where you've extracted your download
Add this line to the template where you want to add your tinyurl:
Code
%QINCLUDE(cons, 'e:\texts\urls.txt')%- 


Create a template called cons via:
tools-> quick templates -> create a new quick template
enter these contents in your quick template:
Code
%_ini='c:\texts\my.ini'%- 
%_file=%_1%- 
%IF:'%XMP_FileExist(%_file)'='0':'Bad filename':'%- 
%_linenumber=%XMP_IniGet(%_ini, cons, %_file, 0)%- 
%_maxline(%XMP_FileLnCnt(%_file))%- 
%IFN:`%_linenumber`>=`%_maxline`:`%_linenumber(0)`%- 
%_linenumber(%CALC=`%_linenumber+1`)%- 
%XMP_FileLines(%_file, %_linenumber, 1)%- 
%XMP_IniSet(%_ini, cons, %_file, %_linenumber)%- 
'%-


Now on your c: drive create a directory texts
In that directory you create a plain text file (with notepad) called urls.txt and you enter a whole lot of tinyurls in it , with all of them on a new line.
When all tinyurls are useed, you've got to create a bunch of new ones. (add them to your file)

That's about as noob as I can explain it.
__________________________________
I'm just a user of The Bat! I don't work for Ritlabs.
 
Thanks this did the trick
im sending different links in each email so my aff site wont know where it came from and I get paid


Does this delete it out of the text file the url because I noticed it didnt

and it does go down the list of urls from top to bottom so its easy to keep track

this is awesome

thanks!
 
how do you get it to send it so you can say click here %QINCLUDE(cons, 'e:\texts\urls.txt')%-  
and the link will be hidden under the click here instead of the url


ty
 
Quote
paul420 paul wrote:
... so the user cant find the affiliate companys website

It is impossible to hide the URL of a page visited by the browser. At least not from someone who wants to know it and has a bit of knowledge.
 
ohh i have link killing script for that i need to hide the url in the email so it says click here instead of the actual url in the bat
when its sending the emails,
does it use html code? because i got 3000 links in my url txt from a url shortener can i put 3000 links like this


anyways i got it to work using <a href="http://clickhere</a> so it says click here instead of the actuall address now its going to rock

i got 3000 links from 3 different cpa companies so i get paid 8 times a month and can add more cpa companies and get paid 10 or 12 times a month if i wanted too
thanks bat
Edited: paul420 paul - 09 January 2012 01:08:57
 
been trying to get this to work lately and it is not loading the XMP Plugin I get a error message, did it get out dated >?
Pages: 1