Any Auto Stumble/ Auto Digg Tools

eternity

BANNED
Joined
Dec 16, 2008
Messages
268
Reaction score
22
Any Auto Stumble/ Auto Digg Tools

Are there any thats working and did a great success

Should be free of adware/ spyware/ virus
 
i know about socialmarker.com, senuke, etc, but to autodigg or stumble would be interesting. would need different accounts and ips fed into a bot.
 
Try AutoStumble, it's kinda like a Stumble exchanger. Works wonders :)
 
if you can continue to enter captcha images manually.. i tested one.. stumblebot*com

its works great as long as you have the patience to stumble..

it creates new stumbleupon accounts for you.. and what not.. every damn thing from adding friends to comments..

hope it helps
 
if you can continue to enter captcha images manually.. i tested one.. stumblebot*com

its works great as long as you have the patience to stumble..

it creates new stumbleupon accounts for you.. and what not.. every damn thing from adding friends to comments..

hope it helps

LOL its too costly ... $147
 
there is a 30 day money back guarantee.. i took my money back in 3rd week as its was too painful to sit in front of the PC and enter captchassssss..

i dont trust things blindly..
 
IS there an auto tool for digg? Digg brings more visitors to my sites.
Bmd var working on digg but not anymore.
 
My developer is working on one right now, what features do you all want?

:-)


Any Auto Stumble/ Auto Digg Tools

Are there any thats working and did a great success

Should be free of adware/ spyware/ virus
 
Feature like this:
Code:
<?
$sites['stumbleupon'] = ‘Woo, thanks that you stumbled on us. Leave us a nice review if you enjoy the site! ........or whatever!';
$sites['digg.com'] = ‘You found us on Digg. Digg up if you like! ......WHATEVER';

if( !empty( $_SERVER['HTTP_REFERER'] ) ) {
    $data = parse_url( $_SERVER['HTTP_REFERER' ] );
    foreach( $sites as $domain => $text ) {
        if( strpos( strtolower( $data['host'] ), $domain ) !== false ) {
            echo ‘<script type="text/javascript">alert("‘.addslashes($text).'");</script>';
            break;
        }
    }
}
?>
 
Feature like this:
Code:
<?
$sites[?stumbleupon?] = ?Woo, thanks that you stumbled on us. Leave us a nice review if you enjoy the site! ........or whatever!?;
$sites[?digg.com?] = ?You found us on Digg. Digg up if you like! ......WHATEVER?;

if( !empty( $_SERVER[?HTTP_REFERER?] ) ) {
    $data = parse_url( $_SERVER[?HTTP_REFERER? ] );
    foreach( $sites as $domain => $text ) {
        if( strpos( strtolower( $data[?host?] ), $domain ) !== false ) {
            echo ?<script type=?text/javascript?>alert(??.addslashes($text).??);</script>?;
            break;
        }
    }
}
?>

Is this still works?
 
Or, you could use the Rating Riot. (http://www.ratingriot.com).
It automates diggs and stumbles, and can support mutiple url's at the same time.
 
I've been working on a bot for voting sites like Digg/SU/Newsvine/Propeller. It is still being tested, but it looks to be very promising. Hoping to have everything finished in the next few weeks.
 
Nice to see some tools to get social bookmarked.Any one has desktop based bot?
 
Let me know better than socialmarker tool. Like addmefast.
i know about socialmarker.com, senuke, etc, but to autodigg or stumble would be interesting. would need different accounts and ips fed into a bot.
 
Back
Top