Bitcoin Forum
April 28, 2024, 02:56:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 [46] 47 48 49 50 51 52 53 54 55 56 »
  Print  
Author Topic: ★★★ MEMs LIST of GAMBLING SITES ★★★  (Read 134624 times)
mem (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 501


Herp Derp PTY LTD


View Profile
March 29, 2014, 10:06:59 AM
 #901

moderator role added and completed Smiley any would be moderators I encourage you to create accounts now.
html "good enough".
bbcode great (imho).
added all coinflip games - working my way down that list.

tomorrow:

automatic addition of sites (finally I hear site admins sigh).
Add pre-approved category (mods have approved, just waiting on the final sign off from grumpy (me)).
all that will be needed is a memslist.txt SOMEWHERE on your server containing:

Code:
name: SITENAME
email: OWNER@SITENAME.COM

An email will be fired off to you with a generated password enabling you to add all your games + nice descriptions etc (brief please) yourself.
The site and games will automatically added to pre-pending which I and other moderators can view in the lists but normal users cannot (to prevent spam & abuse).
Then after a quick inspection it will be moved to pending or "pre-approved".

on a side note: its been sad to see so many nice game sites go offline while I have been absent.

According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714316197
Hero Member
*
Offline Offline

Posts: 1714316197

View Profile Personal Message (Offline)

Ignore
1714316197
Reply with quote  #2

1714316197
Report to moderator
1714316197
Hero Member
*
Offline Offline

Posts: 1714316197

View Profile Personal Message (Offline)

Ignore
1714316197
Reply with quote  #2

1714316197
Report to moderator
mem (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 501


Herp Derp PTY LTD


View Profile
March 29, 2014, 11:56:58 AM
Last edit: March 29, 2014, 05:54:15 PM by mem
 #902

Auto scoring added, not in the bbcode but its on the website.

Im a bit tired to be explaining it all right now, but the short explanation is higher == better.

edit (fixing code):
here is the sub that generates the score:

Code:
sub auto_score
{
# generate score
my $r = shift;
my %h = %$r;
my $score = 0;

$score -= 2 if($h{'badge_not_pf'} eq 'yes');
$score -= 1 if($h{'badge_unfriendly_admin'} eq 'yes');
$score -= 1 if($h{'badge_false_adds'} eq 'yes');
$score -= 0.5 if($h{'badge_pf_concern'} eq 'yes');
$score -= 1 if($h{'badge_payout_issues'} eq 'yes');
$score -= 2 if($h{'badge_non_responsive_admin'} eq 'yes');

$score += 0.1 if($h{'badge_progressive_jackpots'} eq 'yes');
$score += 0.2 if($h{'badge_provable_results'} eq 'yes');
$score += 0.5 if($h{'badge_friendly_admin'} eq 'yes');
$score += 2 if($h{'badge_pf'} eq 'yes');

$score += 0.5 if($h{'status'} eq 'approved');
$score += 0.25 if($h{'status'} eq 'pre-approved');
$score += 1 if($h{'status'} eq 'untrustworthy');

$score -= 5 if($h{'status'} eq 'scam');
$score =  0 if($h{'status'} eq 'offline');
# award extra points for low low house edges.
if
(
$h{'badge_pf'} eq 'yes' &&
looks_like_number($h{'house_edge'}) &&
$h{'house_edge'} < 2
)
{
$score *= (1 + ((2 - $h{'house_edge'})/2));
}
return sprintf("%.2f", $score) + 0;
}


also finished off the moderator code Smiley

Financisto
Hero Member
*****
Offline Offline

Activity: 630
Merit: 767

BTC⇆⚡⇄BTC


View Profile WWW
March 29, 2014, 11:23:26 PM
Last edit: April 02, 2014, 05:26:40 AM by Financisto
 #903

What about adding a note/symbol for those that offer games with progressive jackpots? Wink

Ahhh, so nice to talk to an actual gambler and not a scam operator desperately defending their scam.

Yes, yes, 100 times yes.
I love a good jackpot, definitely adding it.

Cheers, keep up with the good suggestions all.
Yes indeed, I am a gambler!  Smiley

However I'm already running a gambling experiment: a Bitcoin Raffle Lottery (with progressive jackpot and provably fair, of course). Wink

Keep up the good work!

Cheers!

BitcoinTalk's ESCROW Providers: Ranking & BlacklistCompilation of (open-source) BRAINWALLET projectsBTC ⇆⚡⇄ BTCBTC aka BTC: 16MBvhaJoRBxW3Vk6apnvz3UYT9HAgraVS ⚡ PGP: 2680207AA9A1B69FE7A033D80DE0F221074384C4 ⚡ If you think freedom matters, please support the development of these privacy projects→DONATE some sats: TailsQubes OSWhonixVeraCryptPicocryptKryptorSimpleX Chat
LuckyBitSupport
Hero Member
*****
Offline Offline

Activity: 706
Merit: 519


Official LuckyBit Support


View Profile WWW
March 30, 2014, 08:57:16 AM
 #904

Hui, missed out on all the updates here.

First up, kudos to mem for all the amazing work you have done! ...and for taking it back up after accumulating such a backlog.  Grin

So, here's some feedback:

Good idea to separate the concept of site and game. Makes the whole thing a lot clearer!

Tried to submit our site using http://memslist.com/list/index.pl?action=submit_site_by_url_form
we get:
Code:
Status: 500 Content-type: text/html
Software error:

error couldnt open socket 'Invalid argument'
For help, please send mail to the webmaster (webmaster@memslist.com), giving this error message and the time and date of the error.

Minor comments:
In the notes for our URL, http://memslist.com/any/path/you/want/memslist.txt is confusing. Maybe use http://your.domain.com/any/path/you/want/memslist.txt ?
Examlple Contents: -> Example

Let us know if we can help in any way!

                         ▄▄▄▄▄▄
             ▄▄█████▄▄███████████▄▄
     ▄▄    ▄████▀▀█████▀▀▀  ▄███████▄
  ▄█████  ████    ███▀     ███▀▀▀████▌
 ▐██▀    ████    ▐██▀  ▄  ▐███    ███▌
 ▐██▄   █████  ▄▄███  ███ ███▌   ▄███
  ▀█████████████████▄███ ▐█████████▀
    ▀▀▀▀████▀▀  ▀▀████▀  ██████████
       ▐███▌            ▐███    ▀███▄
       ████             ███▌     ████
    ▄▄█████       ▄██▄ ▐███     ▄███▀
 ▄███████████▄▄▄█████▀ █████▄▄▄████▀
█████▀▀▀▀██████████▀ ▐███████████▀
▀▀          ▀▀▀▀▀     ▀▀▀▀  ▀▀▀













██████████████████
████████████████████████
████████████████████████████
███████████████████████▀▀    ███
████████████████████▀▀   ▄▄██  ███
██████████████████▀▀   ▄▄██████  █████
██
████████████▀▀   ▄▄██████████  █████
███
████████▀▀   ▄▄██████████████  ██████
██
█████▀▀   ▄▄██████████████████  ██████
██
██▀   ▄▄██████████████████████  ██████
██
██
▄▄██████████████████████████  ██████
██
██
████████████████████████████  ██████
███
██
███████████████████████████  ██████
██
███
█████████████████████████  █████
████
██
█████████████████████████  █████
███
██
████████████████████████████
███
████
██████████████████████████
████
█████
███████████████████
██████
██████████████████
██████████████████












● Great Prizes
● Trophies
● The Original Plinko
● Great Community
● Chat Lotto
● Low House Edge
saltybrains
Full Member
***
Offline Offline

Activity: 143
Merit: 100


AllCoinCasino Developer


View Profile
March 30, 2014, 09:55:17 AM
 #905

Hey, add ALLCOINCASINO.com to your list! - please Smiley
(https://bitcointalk.org/index.php?topic=521091.0)

mem (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 501


Herp Derp PTY LTD


View Profile
March 31, 2014, 04:20:11 AM
 #906

Hui, missed out on all the updates here.

First up, kudos to mem for all the amazing work you have done! ...and for taking it back up after accumulating such a backlog.  Grin

So, here's some feedback:

Good idea to separate the concept of site and game. Makes the whole thing a lot clearer!

Tried to submit our site using http://memslist.com/list/index.pl?action=submit_site_by_url_form
we get:
Code:
Status: 500 Content-type: text/html
Software error:

error couldnt open socket 'Invalid argument'
For help, please send mail to the webmaster (webmaster@memslist.com), giving this error message and the time and date of the error.

Minor comments:
In the notes for our URL, http://memslist.com/any/path/you/want/memslist.txt is confusing. Maybe use http://your.domain.com/any/path/you/want/memslist.txt ?
Examlple Contents: -> Example

Let us know if we can help in any way!

Thanks, I saw your activation email etc go through.

Just finished the work on the memslist.txt submission, been using satoshiroulette.com (thanks SR) as my test domain.
I'll update the description as you suggested as well, design is not really my forte Tongue but I can smash code together reasonably well so I do appreciate the feedback.

status update:

Nearly feature complete.
moderator role & site_owner roles completed.
automatic addition of new sites to pre-pending completed.

TODO:

* do phpbb auto submission & update.

mem (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 501


Herp Derp PTY LTD


View Profile
March 31, 2014, 04:29:13 AM
 #907

SITE OWNERS YOU CAN SUBMIT YOUR OWN SITES & GAMES NOW, PLEASE USE
http://memslist.com/list/index.pl?action=submit_site_by_url_form

mem (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 501


Herp Derp PTY LTD


View Profile
March 31, 2014, 04:42:00 AM
 #908

just gotta do the auto submission code then I'll finish adding the last of the games in the current list.
I might fire up dreamweaver and make some nice css for the rest of the page.

Thanks for the patience and encouragement all, this has been a fun project to build.
Looking forward to reviewing the many many sites in my pending list Smiley

mem (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 501


Herp Derp PTY LTD


View Profile
March 31, 2014, 06:24:49 AM
 #909

added all roulette games in the list Smiley
added some more categories for games as well.

set user LuckyBit as sit_owner for http://luckyb.it via my admin powers.
The user can now edit their site details, add games for their site etc etc.

congrats to LuckyBit as well, my first user Cheesy

LuckyBitSupport
Hero Member
*****
Offline Offline

Activity: 706
Merit: 519


Official LuckyBit Support


View Profile WWW
March 31, 2014, 12:08:14 PM
 #910

SITE OWNERS YOU CAN SUBMIT YOUR OWN SITES & GAMES NOW, PLEASE USE
http://memslist.com/list/index.pl?action=submit_site_by_url_form


Still getting the same error:
Code:
Status: 500 Content-type: text/html
Software error:

error couldnt open socket 'Invalid argument'
For help, please send mail to the webmaster (webmaster@memslist.com), giving this error message and the time and date of the error.

URL transmitted was
http://luckyb.it/files/memslist.txt

                         ▄▄▄▄▄▄
             ▄▄█████▄▄███████████▄▄
     ▄▄    ▄████▀▀█████▀▀▀  ▄███████▄
  ▄█████  ████    ███▀     ███▀▀▀████▌
 ▐██▀    ████    ▐██▀  ▄  ▐███    ███▌
 ▐██▄   █████  ▄▄███  ███ ███▌   ▄███
  ▀█████████████████▄███ ▐█████████▀
    ▀▀▀▀████▀▀  ▀▀████▀  ██████████
       ▐███▌            ▐███    ▀███▄
       ████             ███▌     ████
    ▄▄█████       ▄██▄ ▐███     ▄███▀
 ▄███████████▄▄▄█████▀ █████▄▄▄████▀
█████▀▀▀▀██████████▀ ▐███████████▀
▀▀          ▀▀▀▀▀     ▀▀▀▀  ▀▀▀













██████████████████
████████████████████████
████████████████████████████
███████████████████████▀▀    ███
████████████████████▀▀   ▄▄██  ███
██████████████████▀▀   ▄▄██████  █████
██
████████████▀▀   ▄▄██████████  █████
███
████████▀▀   ▄▄██████████████  ██████
██
█████▀▀   ▄▄██████████████████  ██████
██
██▀   ▄▄██████████████████████  ██████
██
██
▄▄██████████████████████████  ██████
██
██
████████████████████████████  ██████
███
██
███████████████████████████  ██████
██
███
█████████████████████████  █████
████
██
█████████████████████████  █████
███
██
████████████████████████████
███
████
██████████████████████████
████
█████
███████████████████
██████
██████████████████
██████████████████












● Great Prizes
● Trophies
● The Original Plinko
● Great Community
● Chat Lotto
● Low House Edge
mem (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 501


Herp Derp PTY LTD


View Profile
March 31, 2014, 12:56:21 PM
Last edit: March 31, 2014, 01:20:49 PM by mem
 #911

SITE OWNERS YOU CAN SUBMIT YOUR OWN SITES & GAMES NOW, PLEASE USE
http://memslist.com/list/index.pl?action=submit_site_by_url_form


Still getting the same error:
Code:
Status: 500 Content-type: text/html
Software error:

error couldnt open socket 'Invalid argument'
For help, please send mail to the webmaster (webmaster@memslist.com), giving this error message and the time and date of the error.

URL transmitted was
http://luckyb.it/files/memslist.txt

thanks testing now.

Found a few issues which I have addressed, but now your site seems to be sending back a 404 error

Code:
<html>
<head><title>4

^ we only grab the first 512 to 1024 bytes of the file which may be upsetting your host.

mem (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 501


Herp Derp PTY LTD


View Profile
March 31, 2014, 03:43:31 PM
 #912

INVALID BBCODE: loop, probably unclosed tags

mem (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 501


Herp Derp PTY LTD


View Profile
March 31, 2014, 03:50:29 PM
 #913

and we are now using the new code on the main post.

when an admin views the game list they get a nice html textarea that can easily be copied and pasted here for updating.
auto updating the list looks tricky and I dont want to trigger the phpbb spam protection so I will leave it for now.

some bbcode todos:

coloured status (currently all are green, bit misleading).
add score
add progressive_jackpots badge (an oversight, its already on the webpage).

I'll finish off those little annoyances tomorrow then if all goes to plan I will begin reviewing sites.

Site admins, please start adding your site via the memslist.txt option and report any issues you encounter (its a WIP, seems a bit hit and miss currently).
This will allow you to add / update your game descriptions.

LuckyBitSupport
Hero Member
*****
Offline Offline

Activity: 706
Merit: 519


Official LuckyBit Support


View Profile WWW
April 01, 2014, 05:37:15 PM
 #914

Hey mem,

thanks for fixing this quickly! The auto-generated BBcode looks damn nice!

Unfortuantely, we now get another error upon submission:

Code:
email '' is invalid
Please update the memslist.txt with a new email and resubmit.

Submitted URL is unchanged (http://luckyb.it/files/memslist.txt), content is:

Code:
name  LuckyBit
email support@luckyb.it
user  LuckyBit

Looks ok, no?

                         ▄▄▄▄▄▄
             ▄▄█████▄▄███████████▄▄
     ▄▄    ▄████▀▀█████▀▀▀  ▄███████▄
  ▄█████  ████    ███▀     ███▀▀▀████▌
 ▐██▀    ████    ▐██▀  ▄  ▐███    ███▌
 ▐██▄   █████  ▄▄███  ███ ███▌   ▄███
  ▀█████████████████▄███ ▐█████████▀
    ▀▀▀▀████▀▀  ▀▀████▀  ██████████
       ▐███▌            ▐███    ▀███▄
       ████             ███▌     ████
    ▄▄█████       ▄██▄ ▐███     ▄███▀
 ▄███████████▄▄▄█████▀ █████▄▄▄████▀
█████▀▀▀▀██████████▀ ▐███████████▀
▀▀          ▀▀▀▀▀     ▀▀▀▀  ▀▀▀













██████████████████
████████████████████████
████████████████████████████
███████████████████████▀▀    ███
████████████████████▀▀   ▄▄██  ███
██████████████████▀▀   ▄▄██████  █████
██
████████████▀▀   ▄▄██████████  █████
███
████████▀▀   ▄▄██████████████  ██████
██
█████▀▀   ▄▄██████████████████  ██████
██
██▀   ▄▄██████████████████████  ██████
██
██
▄▄██████████████████████████  ██████
██
██
████████████████████████████  ██████
███
██
███████████████████████████  ██████
██
███
█████████████████████████  █████
████
██
█████████████████████████  █████
███
██
████████████████████████████
███
████
██████████████████████████
████
█████
███████████████████
██████
██████████████████
██████████████████












● Great Prizes
● Trophies
● The Original Plinko
● Great Community
● Chat Lotto
● Low House Edge
Financisto
Hero Member
*****
Offline Offline

Activity: 630
Merit: 767

BTC⇆⚡⇄BTC


View Profile WWW
April 02, 2014, 05:31:27 AM
 #915

The list looks very cool with the new code.

Now it fits perfectly when I try to load it with any browser. I had some issues before.

Good job!

BitcoinTalk's ESCROW Providers: Ranking & BlacklistCompilation of (open-source) BRAINWALLET projectsBTC ⇆⚡⇄ BTCBTC aka BTC: 16MBvhaJoRBxW3Vk6apnvz3UYT9HAgraVS ⚡ PGP: 2680207AA9A1B69FE7A033D80DE0F221074384C4 ⚡ If you think freedom matters, please support the development of these privacy projects→DONATE some sats: TailsQubes OSWhonixVeraCryptPicocryptKryptorSimpleX Chat
RGBKey
Hero Member
*****
Offline Offline

Activity: 854
Merit: 658


rgbkey.github.io/pgp.txt


View Profile WWW
April 02, 2014, 05:36:05 AM
 #916

You still have bitvegas on the list.
casinobitco
Legendary
*
Offline Offline

Activity: 1833
Merit: 1030



View Profile WWW
April 02, 2014, 01:59:43 PM
 #917

We tried adding our site(s) [we own CasinoBitco.in, Bit777.com, and PeerBet.org] with no success...

Status: 500 Content-type: text/html
Software error:

Can't use string ("1") as a HASH ref while "strict refs" in use at index.pl line 2047.

Our file was located here: https://www.casinobitco.in/mem.txt

Mem - please shoot me a PM, or hop in our thread. We've been attempting to get on your exclusive list for about a year now, starting to think you might have something against us Wink

bcpoker.eu
Newbie
*
Offline Offline

Activity: 33
Merit: 0



View Profile
April 02, 2014, 02:44:40 PM
 #918

can you please add us?

bitcoin poker, texas hold'em

bcpoker.eu

thanks
mem (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 501


Herp Derp PTY LTD


View Profile
April 02, 2014, 02:47:53 PM
 #919

Hey mem,

thanks for fixing this quickly! The auto-generated BBcode looks damn nice!

Unfortuantely, we now get another error upon submission:

Code:
email '' is invalid
Please update the memslist.txt with a new email and resubmit.

Submitted URL is unchanged (http://luckyb.it/files/memslist.txt), content is:

Code:
name  LuckyBit
email support@luckyb.it
user  LuckyBit

Looks ok, no?

its fine, Im checking now - thanks for the feedback.

edit, if you view the source code you can see what my code has managed to fetch.
the easy solution is to remove the file size limit but I think thats a very bad idea Wink

Mitchell
Copper Member
Legendary
*
Offline Offline

Activity: 3906
Merit: 2198


Verified awesomeness ✔


View Profile WWW
April 02, 2014, 03:02:41 PM
 #920

can you please add us?

bitcoin poker, texas hold'em

bcpoker.eu

thanks
How about reading before posting?

.
Duelbits
            ▄████▄▄
          ▄█████████▄
        ▄█████████████▄
     ▄██████████████████▄
   ▄████▄▄▄█████████▄▄▄███▄
 ▄████▐▀▄▄▀▌████▐▀▄▄▀▌██

 ██████▀▀▀▀███████▀▀▀▀█████

▐████████████■▄▄▄■██████████▀
▐██████████████████████████▀
██████████████████████████▀
▀███████████████████████▀
  ▀███████████████████▀
    ▀███████████████▀
.
         ▄ ▄▄▀▀▀▀▄▄
         ▄▀▀▄      █
         █   ▀▄     █
       ▄█▄     ▀▄   █
      ▄▀ ▀▄      ▀█▀
    ▄▀     ▀█▄▄▄▀▀ ▀
  ▄▀  ▄▀  ▄▀

Live Games

   ▄▄▀▀▀▀▀▀▀▄▄
 ▄▀ ▄▄▀▀▀▀▀▄▄ ▀▄
▄▀ █ ▄  █  ▄ █ ▀▄
█ █   ▀   ▀   █ █  ▄▄▄
█ ▀▀▀▀▀▀▀▀▀▀▀▀▀ █ █   █
█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█  █▄█
█ ▀▀█  ▀▀█  ▀▀█ █  █▄█

Slots
.
        ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄
        █         ▄▄  █
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄       █
█  ▄▄         █       █
█             █       █
█   ▄▀▀▄▀▀▄   █       █
█   ▀▄   ▄▀   █       █

Blackjack
|█▀▀▀▀▀█▄▄▄
       ▀████▄▄
         ██████▄
▄▄▄▄▄▄▄▄█▀    ▀▀█
████████▄        █
█████████▄        █
██████████▄     ▄██
█████████▀▀▀█▄▄████
▀▀███▀▀       ████
   █          ███
   █          █▀
▄█████▄▄▄ ▄▄▀▀
███████▀▀▀
.
                 NEW!                  
SPORTS BETTING 
|||
[ Đ ][ Ł ]
AVAILABLE NOW

Advertisements are not endorsed by me.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 [46] 47 48 49 50 51 52 53 54 55 56 »
  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!