Tweet Adder 3 Working Again! (Full Version & Proxy Support)

Why not simply set up an autoresponder in fiddler instead of setting up a local server?

Can you describe a little more specifically?
I have fiddler installed, but what should the AutoResponder rule say so tweet adder can work ?
 
so i need to have my own website for this to work with private proxies with an 11 character domain name?
 
so i need to have my own website for this to work with private proxies with an 11 character domain name?

Not even tried this yet but private proxies are needed regardless - even when TA3 was in operation.

The domain name can be bought for cheap, but you also need to host it.
 
When I try and save an edited file in notepad++, it gives me the error "Please check if this file is open in another program".

Does anyone know how to get around this?
 
4: Load WAMP and put it online. Create the following php files in their corresponding directories.

\wamp\www\tweetadder\3\validatereg.php
Code:
100|1|mytwitter|

Where
100 equals the max number of accounts
1 equals the number of used accounts
and mytwitter is your twitter ID.

First of all my deep honor ...you saved my good internet world :-)

i am not clear with (4) the validatereg:

does this mean for multiiple accounts something like that:

100|1|szenekonzept
100|2|matthiasklees
100|3|dj_djtassilo

... and-so-on ..

thank you for sharing
Matthias
 
Last edited:
Gonna try this now!

Sent from my BlackBerry 9320 using Tapatalk
 
Thanks for this post! I got everything set up and working with your proxy method. Without the proxy method, I kept getting a "Cannot connect to the internet" error from TweetAdder.
 
can't edit the exe. language should i set in notepad++ ? all i can see is bunch of symbols
That's how it's supposed to look. Just do the search & replace as the instructions indicate and you'll be fine.

When I try and save an edited file in notepad++, it gives me the error "Please check if this file is open in another program".

Does anyone know how to get around this?

This is a permissions issue. Simply run notepad++ as an administrator, and you'll be able to save.
 
Why not simply set up an auto responder in fiddler instead of setting up a local server?

Didn't thought of that, that would work too :)

so i need to have my own website for this to work with private proxies with an 11 character domain name?

You always could use
Code:
abcdggg.com
which is setup by BHW users JonnyBlazed!
 
Thanks, works like a charm! Thanks and rep added. Saved me a whole lot of money on having to buy a new (probably inferior) tool.
 
First of all my deep honor ...you saved my good internet world :-)

i am not clear with (4) the validatereg:

does this mean for multiiple accounts something like that:

100|1|szenekonzept
100|2|matthiasklees
100|3|dj_djtassilo

... and-so-on ..

thank you for sharing
Matthias

i second this question.

Not even tried this yet but private proxies are needed regardless - even when TA3 was in operation.

The domain name can be bought for cheap, but you also need to host it.

yes of course im running with 50 private proxies and im going to try johnny blaze's site or make a free one at the website given previously in the thread

Didn't thought of that, that would work too :)



You always could use _____ which is setup by BHW users JonnyBlazed!

thanks i'm going to give it a try. the files he uploaded will work for all correct?
 
.....i am not clear with (4) the validatereg:

does this mean for multiiple accounts something like that:

100|1|szenekonzept
100|2|matthiasklees
100|3|dj_djtassilos

Nope, more like
Code:
100|3|mytwitter1|mytwitter2|mytwitter3|
 
Don't know if it's just me, but aren't you guys worried about data being transmitted over to abcdefg the site? I don't want to risk having them knowing my Twitter username, IP, and things like that
 
Don't know if it's just me, but aren't you guys worried about data being transmitted over to abcdefg the site? I don't want to risk having them knowing my Twitter username, IP, and things like that

It's not a real domain...it's basically just a placeholder.
To clarify, the domain basically acts as a link between tweetadder and the server running on your computer. The reason you cant use the standard localhost IP instead of the abcdefg domain is because you must use something with exactly 11 characters. So any domain with 11 chars should work just as well.
 
Last edited:
It's not a real domain...it's basically just a placeholder.
To clarify, the domain basically acts as a link between tweetadder and the server running on your computer. The reason you cant use the standard localhost IP instead of the abcdefg domain is because you must use something with exactly 11 characters. So any domain with 11 chars should work just as well.

Oh great, thank you for the relief!

Also, I really want to thank KillerHeck for PMing me with my 404 issues. He did try but it it wasn't resolved, but I've found out how to!
To help everyone here, all I did was turned off the automatic "Startup type" in properties of the Web Deployment Agent Service.

Here's the video if anyone needs help. Since I have a low post count, I can't post the link but here's the YT URL: YXdkywLOQO8

I also had issue with Notepad++ for overwriting files, but running as admin fixed it. I'm really happy now because I'll be able to get my TA working VERY SOON! :D
 
Pardon my ignorance, but will this fix survive the June 11th Twitter API update?

Also, it's working great for me. Lifesaver.
 
Still can't seem to get this work. I ran admin on every step. Got WAMP online. Double checked all the ports. But whenever I open TA3 it says my key is already in use, which is true, but it doesn't seem to create the regvaliadate.php file.
 
Still can't seem to get this work. I ran admin on every step. Got WAMP online. Double checked all the ports. But whenever I open TA3 it says my key is already in use, which is true, but it doesn't seem to create the regvaliadate.php file.

You already have the regvaliadate made, you just need to edit it to correspond to your Twitter's handler and the amount of accounts. The only file you make is the test.php.

Pardon my ignorance, but will this fix survive the June 11th Twitter API update?

Also, it's working great for me. Lifesaver.


From my understanding, TA is a multithreaded web request, so it shouldn't be affected by the API update, which is already in affect. (All web app must use v1.1 on June 11th)
 
Last edited:
Back
Top