Pages:
Author

Topic: [Free Script] Untitled Dice - Run your own bitcoin dice site (no server needed) - page 2. (Read 64517 times)

sr. member
Activity: 420
Merit: 250
Hello,

I bought this game.
http://crazybtrade.com


How can verified domain?

Why dont work chat?

Why dont work faucet?

please help me fix this bugs.

Thanks

sr. member
Activity: 555
Merit: 251
hero member
Activity: 826
Merit: 1000
So either make script and sell it people will buy ..or just put your script in github.io .. or you can add the updated options in already have githug.io dice source code

The upside of using the Moneypot api is that of the very low maintenance required, esp if you are going client-side. I could literally host the script and sit on my ass, maybe throw in a bit of marketing but other than that I will be set.

One thing for sure though, I will not be making any updates to the original github file. However, I may sell the script if I lose interest in running a small dice site of my own. Maybe use the script to make a working site then sell it? I could probably whip-up a mobile app too using React Native.

Great ..hope you can do the things you mention
newbie
Activity: 3
Merit: 0
So either make script and sell it people will buy ..or just put your script in github.io .. or you can add the updated options in already have githug.io dice source code

The upside of using the Moneypot api is that of the very low maintenance required, esp if you are going client-side. I could literally host the script and sit on my ass, maybe throw in a bit of marketing but other than that I will be set.

One thing for sure though, I will not be making any updates to the original github file. However, I may sell the script if I lose interest in running a small dice site of my own. Maybe use the script to make a working site then sell it? I could probably whip-up a mobile app too using React Native.
hero member
Activity: 826
Merit: 1000
Hello everyone,
I'm looking to make a small moneypot website while my real website is in construction.
https://dicepalacecasino.github.io here is my website, but it don't load. (blank screen)
I'm looking for help please Smiley

have the same problem. do you know what is wrong?

This script is no more updated for long time ..and as moneypot have change many thing in there site and api so may be it has siisue to changed done by moneypot

I had this same problem too, and lucky for all of you, I spent a day of headaches so you don't have to. For some reason everything in 'node_modules' cannot get accessed (I am too lazy to look at what file is causing this). What is weird is that other sites (that seemed to be posted a lot older) have a semi-working website where you can at least see the boxes and shit. But whatever, I digress, all you need to do is to rename 'node_modules' into something else (e.g. 'nodemods') then change the values in the html file where 'node_modules' => 'nodemods' (or whatever you renamed it to).

However, I am yet to test whether or not the actual API works. Alongside with chat, faucet, etc. but it does load.

If anyone is interested, I am going to be refactoring this code for devs. So far I am painstakingly separating each component to a seperate .js file along with rewriting (nearly every line) to use ES6. Things I am also looking at is to use lighter libraries (e.g. jquery => superagent for ajax).

But good work, dan. I appreciate you for giving this away for free, I don't think I'd be able to do that. Money helps relieve the headaches. Smiley

So either make script and sell it people will buy ..or just put your script in github.io .. or you can add the updated options in already have githug.io dice source code
newbie
Activity: 3
Merit: 0
Hello everyone,
I'm looking to make a small moneypot website while my real website is in construction.
https://dicepalacecasino.github.io here is my website, but it don't load. (blank screen)
I'm looking for help please Smiley

have the same problem. do you know what is wrong?

This script is no more updated for long time ..and as moneypot have change many thing in there site and api so may be it has siisue to changed done by moneypot

I had this same problem too, and lucky for all of you, I spent a day of headaches so you don't have to. For some reason everything in 'node_modules' cannot get accessed (I am too lazy to look at what file is causing this). What is weird is that other sites (that seemed to be posted a lot older) have a semi-working website where you can at least see the boxes and shit. But whatever, I digress, all you need to do is to rename 'node_modules' into something else (e.g. 'nodemods') then change the values in the html file where 'node_modules' => 'nodemods' (or whatever you renamed it to).

However, I am yet to test whether or not the actual API works. Alongside with chat, faucet, etc. but it does load.

If anyone is interested, I am going to be refactoring this code for devs. So far I am painstakingly separating each component to a seperate .js file along with rewriting (nearly every line) to use ES6. Things I am also looking at is to use lighter libraries (e.g. jquery => superagent for ajax).

But good work, dan. I appreciate you for giving this away for free, I don't think I'd be able to do that. Money helps relieve the headaches. Smiley
hero member
Activity: 826
Merit: 1000
Hello everyone,
I'm looking to make a small moneypot website while my real website is in construction.
https://dicepalacecasino.github.io here is my website, but it don't load. (blank screen)
I'm looking for help please Smiley

have the same problem. do you know what is wrong?

This script is no more updated for long time ..and as moneypot have change many thing in there site and api so may be it has siisue to changed done by moneypot
copper member
Activity: 475
Merit: 121
Hello everyone,
I'm looking to make a small moneypot website while my real website is in construction.
https://dicepalacecasino.github.io here is my website, but it don't load. (blank screen)
I'm looking for help please Smiley

have the same problem. do you know what is wrong?
newbie
Activity: 11
Merit: 0
Hey guys! Much thanx to the author for the nice script, also gr8 tnx to MoneyPot live chat support who gave me some clues concerning redirects.
Here is my result of couple-hours work around the script: https://rolldice.win/

If by chance anyone wants to join my experiments on this or any other script - pm me  Wink
newbie
Activity: 24
Merit: 0
Friends all hi  Grin

prompt please how to clean a redirect with https on http
my http://bitviptop.ml
newbie
Activity: 5
Merit: 0
how do you add a second page to this script
legendary
Activity: 1442
Merit: 1186
It's unable to connect to the websocket, because it's not using https.

Code:
socket.io.js:2919 GET http://socket.moneypot.com/socket.io/?EIO=3&transport=polling&t=1480788720215-8 net::ERR_CONNECTION_REFUSED

Alter your script back to https, and change your host to support https (or just use cloudflare free https cert)
legendary
Activity: 1442
Merit: 1186
my site: opdice.com
is working perfectly except for 1 part. The chat. It seems to be stuck on loading forever. I really need this to work, if anyone could help, that would be great

if you didn't change anything on the script except on the first 10 lines on the app.js it is on moneypot side's problem. try to visit other app if their chat is working

I followed a tutorial on youtube. and 0ther sites using his script have the chat working


It's moneypot, they're down currently.

Code:
{"error":"INTERNAL_ERROR"}
newbie
Activity: 5
Merit: 0
my site: opdice.com
is working perfectly except for 1 part. The chat. It seems to be stuck on loading forever. I really need this to work, if anyone could help, that would be great

if you didn't change anything on the script except on the first 10 lines on the app.js it is on moneypot side's problem. try to visit other app if their chat is working

I followed a tutorial on youtube. and 0ther sites using his script have the chat working
hero member
Activity: 1190
Merit: 511
my site: opdice.com
is working perfectly except for 1 part. The chat. It seems to be stuck on loading forever. I really need this to work, if anyone could help, that would be great

if you didn't change anything on the script except on the first 10 lines on the app.js it is on moneypot side's problem. try to visit other app if their chat is working
newbie
Activity: 5
Merit: 0
my site: opdice.com
is working perfectly except for 1 part. The chat. It seems to be stuck on loading forever. I really need this to work, if anyone could help, that would be great
newbie
Activity: 7
Merit: 0
Why wont my chat load? Everything works except chat.
newbie
Activity: 23
Merit: 0
Hello everyone,
I'm looking to make a small moneypot website while my real website is in construction.
https://dicepalacecasino.github.io here is my website, but it don't load. (blank screen)
I'm looking for help please Smiley
sr. member
Activity: 477
Merit: 250
so, anyone got something interesting to try?  Huh

i would like to see anypage created with this script Smiley, other than the one on the post above.
newbie
Activity: 43
Merit: 0
first of all, thank you!

I opened to https://bettorchain.com but i can't find the way, how can turn "Domain not verified" status ?
Pages:
Jump to: