Bitcoin Forum
June 19, 2024, 11:51:52 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Freedogeco.in  (Read 2854 times)
mezmerizer9 (OP)
Hero Member
*****
Offline Offline

Activity: 782
Merit: 1000


View Profile
June 28, 2014, 12:52:13 AM
 #1

Can someone write or rewrite script for freedogeco.in?


███████████████████████████████████████
███████████████████████████████████████
█████████████████████████████
██████████████████████████
████████████████████████
███████████████████████
█████████████████?7?3████
███████████████████████
████████████████████████
██████████████████████████
█████████████████████████████
███████████████████████████████████████
███████████████████████████████████████
DECENT
FOUNDATION



██
██
██
██
██
██
██
██
██

██
██
██


[D]ecentralized application
[E]liminated third parties
[C]ontent distribution       



██
██
██
██
██
██
██
██
██

██
██
██


[E]ncrypted & secure
[N]o borders
[T]imeless reputation 



██
██
██
██
██
██
██
██
██

██
██
██



██
██
██
██
██
██
██
██
██

██
██
██

commandrix
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
June 28, 2014, 03:20:46 AM
 #2

I suggest you ask over in the Service forum, under Marketplace. There may be freelance developers who can help you for a price.
moreia
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
June 28, 2014, 10:15:21 AM
 #3

Is this the same guy who made freebitco.in or a copycat?
They've copied the script and all, so it shouldn't be to hard to make the same script someone did for freebit
Bizmark13
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


WikiScams.org - Information about Bitcoin Scams


View Profile
June 28, 2014, 01:14:59 PM
 #4

Is this the same guy who made freebitco.in or a copycat?
They've copied the script and all, so it shouldn't be to hard to make the same script someone did for freebit

If the OP is talking about Freedoge.co.in and not Freedogeco.in then it's the same guy I believe. His name is wetsuit and he posts here on the forums.

Freebitco.in thread: http://bitcointalk.org/index.php?topic=319540.0
Freedoge.co.in thread: http://bitcointalk.org/index.php?topic=638241.0

Hello all
I am the operator of FreeBitco.in and I have made http://FreeDoge.co.in which is a Dogecoin faucet with a gambling component, where you can win upto $200 in free dogecoins every hour and then play a HI-LO game with your won DOGE to win upto 100x.

The minimum payout is only 5 DOGE and you can request it any time and the coins will be sent to your wallet within 24 hours.

I would appreciate any suggestions or feedback that you may have.

Thanks!
moreia
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
June 28, 2014, 01:43:29 PM
 #5

Is this the same guy who made freebitco.in or a copycat?
They've copied the script and all, so it shouldn't be to hard to make the same script someone did for freebit

If the OP is talking about Freedoge.co.in and not Freedogeco.in then it's the same guy I believe. His name is wetsuit and he posts here on the forums.

Freebitco.in thread: http://bitcointalk.org/index.php?topic=319540.0
Freedoge.co.in thread: http://bitcointalk.org/index.php?topic=638241.0

Hello all
I am the operator of FreeBitco.in and I have made http://FreeDoge.co.in which is a Dogecoin faucet with a gambling component, where you can win upto $200 in free dogecoins every hour and then play a HI-LO game with your won DOGE to win upto 100x.

The minimum payout is only 5 DOGE and you can request it any time and the coins will be sent to your wallet within 24 hours.

I would appreciate any suggestions or feedback that you may have.

Thanks!

thanks for that, didn't know the owner was here on bitcointalk!
Noted
bitkilo
Legendary
*
Offline Offline

Activity: 1638
Merit: 1010


https://www.bitcoin.com/


View Profile WWW
July 02, 2014, 06:11:14 AM
 #6

Can someone write or rewrite script for freedogeco.in?
I use it and don't have any problems, is there a reason why someone should rewrite the script?

Relnarien
Sr. Member
****
Offline Offline

Activity: 399
Merit: 257


View Profile
July 02, 2014, 06:20:10 AM
 #7

Can someone write or rewrite script for freedogeco.in?
I use it and don't have any problems, is there a reason why someone should rewrite the script?

The OP is looking for someone to clone the script used by the site for him/her, not for the actual script used by the site to be modified. His/Her request has nothing to do with the aforementioned site itself.
BTC_Fundamentals
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
July 02, 2014, 08:16:47 AM
 #8

So is there a script for the freebit.co.in already ?
C.Steven
Hero Member
*****
Offline Offline

Activity: 633
Merit: 500



View Profile
July 02, 2014, 08:20:49 AM
 #9

So is there a script for the freebit.co.in already ?

freebit.co.in is just a blank page, or do you mean freebitco.in instead?

BTC_Fundamentals
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
July 02, 2014, 12:18:52 PM
 #10

So is there a script for the freebit.co.in already ?

freebit.co.in is just a blank page, or do you mean freebitco.in instead?

Freebitco.in i ment, mismatched.
mezmerizer9 (OP)
Hero Member
*****
Offline Offline

Activity: 782
Merit: 1000


View Profile
July 02, 2014, 01:12:28 PM
 #11

Here's the script for freedoge.co.in :

Code:
var minValue = 0.000001,
    maxLoss = 10000000000000,
    aimedProfit = 10,
    maxOps = 500000000000000,
    endResult = 0,
    ops = 0,
    bet = function (a, b, c) {
          var seed = window.document.getElementById('next_client_seed').value;     
        $.get("?op=double_your_doge&m=" + (b ? "lo" : "hi") + "&stake=" + a + "&multiplier=2&jackpot=0&client_seed=" + seed, function (d) {
            d = d.split(":");
            $("#balance").html(d[3]);
            c(a, b, "w" === d[1])
        })
    }, martingale = function (a, b, c) {
        c || a >= maxLoss && 0 !== maxLoss ? (b = !b, newValue = minValue) : newValue = 2 * a;
        endResult = c ? endResult + a : endResult - a;
        console.log((c ? "+" : "-") + a);
        ops++;
        (ops < maxOps || 0 === maxOps) && (endResult < aimedProfit || 0 === aimedProfit) ? bet(newValue, b, martingale) :
            (console.log("Martingale finished in " + ops + " operations!"), console.log("Result: " + endResult))
    };
martingale(minValue, !1, !1);


███████████████████████████████████████
███████████████████████████████████████
█████████████████████████████
██████████████████████████
████████████████████████
███████████████████████
█████████████████?7?3████
███████████████████████
████████████████████████
██████████████████████████
█████████████████████████████
███████████████████████████████████████
███████████████████████████████████████
DECENT
FOUNDATION



██
██
██
██
██
██
██
██
██

██
██
██


[D]ecentralized application
[E]liminated third parties
[C]ontent distribution       



██
██
██
██
██
██
██
██
██

██
██
██


[E]ncrypted & secure
[N]o borders
[T]imeless reputation 



██
██
██
██
██
██
██
██
██

██
██
██



██
██
██
██
██
██
██
██
██

██
██
██

Velkro
Legendary
*
Offline Offline

Activity: 2296
Merit: 1014



View Profile
July 02, 2014, 02:42:35 PM
 #12

Use markletplace and write much more details about this job
thono
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile
July 02, 2014, 04:48:28 PM
 #13

Here's the script for freedoge.co.in :

Code:
var minValue = 0.000001,
    maxLoss = 10000000000000,
    aimedProfit = 10,
    maxOps = 500000000000000,
    endResult = 0,
    ops = 0,
    bet = function (a, b, c) {
          var seed = window.document.getElementById('next_client_seed').value;     
        $.get("?op=double_your_doge&m=" + (b ? "lo" : "hi") + "&stake=" + a + "&multiplier=2&jackpot=0&client_seed=" + seed, function (d) {
            d = d.split(":");
            $("#balance").html(d[3]);
            c(a, b, "w" === d[1])
        })
    }, martingale = function (a, b, c) {
        c || a >= maxLoss && 0 !== maxLoss ? (b = !b, newValue = minValue) : newValue = 2 * a;
        endResult = c ? endResult + a : endResult - a;
        console.log((c ? "+" : "-") + a);
        ops++;
        (ops < maxOps || 0 === maxOps) && (endResult < aimedProfit || 0 === aimedProfit) ? bet(newValue, b, martingale) :
            (console.log("Martingale finished in " + ops + " operations!"), console.log("Result: " + endResult))
    };
martingale(minValue, !1, !1);

thanks for the script Cheesy

aboo
Full Member
***
Offline Offline

Activity: 188
Merit: 100


First decentralized MLM system based on Blockchain


View Profile
July 03, 2014, 02:19:09 AM
 #14

But isnt doge worth pretty much nothing lol.

Just saying..  Roll Eyes

bitkilo
Legendary
*
Offline Offline

Activity: 1638
Merit: 1010


https://www.bitcoin.com/


View Profile WWW
July 03, 2014, 11:18:09 AM
 #15

Can someone write or rewrite script for freedogeco.in?
I use it and don't have any problems, is there a reason why someone should rewrite the script?

The OP is looking for someone to clone the script used by the site for him/her, not for the actual script used by the site to be modified. His/Her request has nothing to do with the aforementioned site itself.
Thanks, I thought the op was referring to the actual site.
And yep at the moment dogie isn't worth much at all.

commandrix
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
July 03, 2014, 02:18:05 PM
 #16

But isnt doge worth pretty much nothing lol.

Just saying..  Roll Eyes

The price was steadily dropping on Mintpal last I looked. Not quite worth nil, but not looking good. Which is why the payouts on freedogeco.in seems to keep going up. They want to match up their payouts with specific dollar values.
BunsenBurner
Hero Member
*****
Offline Offline

Activity: 653
Merit: 500



View Profile
July 03, 2014, 02:28:27 PM
 #17

But isnt doge worth pretty much nothing lol.

Just saying..  Roll Eyes

The price was steadily dropping on Mintpal last I looked. Not quite worth nil, but not looking good. Which is why the payouts on freedogeco.in seems to keep going up. They want to match up their payouts with specific dollar values.

Yup, doge was at about 65 satoshi in mid-June, and is now at just 33 satoshi...
https://www.cryptsy.com/markets/view/132

zahid888
Member
**
Offline Offline

Activity: 260
Merit: 19

the right steps towerds the goal


View Profile
May 21, 2015, 09:50:23 AM
 #18

Is this a true image

1BGvwggxfCaHGykKrVXX7fk8GYaLQpeixA
mayflor2
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
May 21, 2015, 07:56:36 PM
 #19

Can someone write or rewrite script for freedogeco.in?

There are some faucet scripts on github.  They aren't the exact script used here but they are close. 

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!