mem (OP)
|
|
March 29, 2014, 10:06:59 AM |
|
moderator role added and completed 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: 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.
|
|
|
|
mem (OP)
|
|
March 29, 2014, 11:56:58 AM Last edit: March 29, 2014, 05:54:15 PM by mem |
|
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: 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
|
|
|
|
Financisto
|
|
March 29, 2014, 11:23:26 PM Last edit: April 02, 2014, 05:26:40 AM by Financisto |
|
What about adding a note/symbol for those that offer games with progressive jackpots? 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! However I'm already running a gambling experiment: a Bitcoin Raffle Lottery (with progressive jackpot and provably fair, of course). Keep up the good work! Cheers!
|
|
|
|
LuckyBitSupport
|
|
March 30, 2014, 08:57:16 AM |
|
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. 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_formwe get: 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 |
|
|
|
|
mem (OP)
|
|
March 31, 2014, 04:20:11 AM |
|
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. 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_formwe get: 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 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)
|
|
March 31, 2014, 04:42:00 AM |
|
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
|
|
|
|
mem (OP)
|
|
March 31, 2014, 06:24:49 AM |
|
added all roulette games in the list 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
|
|
|
|
LuckyBitSupport
|
|
March 31, 2014, 12:08:14 PM |
|
Still getting the same error: 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)
|
|
March 31, 2014, 12:56:21 PM Last edit: March 31, 2014, 01:20:49 PM by mem |
|
Still getting the same error: 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.txtthanks testing now. Found a few issues which I have addressed, but now your site seems to be sending back a 404 error ^ we only grab the first 512 to 1024 bytes of the file which may be upsetting your host.
|
|
|
|
mem (OP)
|
|
March 31, 2014, 03:43:31 PM |
|
INVALID BBCODE: loop, probably unclosed tags
|
|
|
|
mem (OP)
|
|
March 31, 2014, 03:50:29 PM |
|
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
|
|
April 01, 2014, 05:37:15 PM |
|
Hey mem, thanks for fixing this quickly! The auto-generated BBcode looks damn nice! Unfortuantely, we now get another error upon submission: 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: 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
|
|
April 02, 2014, 05:31:27 AM |
|
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!
|
|
|
|
RGBKey
|
|
April 02, 2014, 05:36:05 AM |
|
You still have bitvegas on the list.
|
|
|
|
casinobitco
Legendary
Offline
Activity: 1833
Merit: 1030
|
|
April 02, 2014, 01:59:43 PM |
|
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.txtMem - 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
|
|
|
|
bcpoker.eu
Newbie
Offline
Activity: 33
Merit: 0
|
|
April 02, 2014, 02:44:40 PM |
|
can you please add us? bitcoin poker, texas hold'em bcpoker.euthanks
|
|
|
|
mem (OP)
|
|
April 02, 2014, 02:47:53 PM |
|
Hey mem, thanks for fixing this quickly! The auto-generated BBcode looks damn nice! Unfortuantely, we now get another error upon submission: 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: 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
|
|
|
|
Mitchell
Staff
Legendary
Offline
Activity: 4116
Merit: 2331
Verified awesomeness ✔
|
|
April 02, 2014, 03:02:41 PM |
|
can you please add us? bitcoin poker, texas hold'em bcpoker.euthanks How about reading before posting?
|
| | | . Duelbits | | | ▄████▄▄ ▄█████████▄ ▄█████████████▄ ▄██████████████████▄ ▄████▄▄▄█████████▄▄▄███▄ ▄████▐▀▄▄▀▌██▄█▄██▐▀▄▄▀▌███ ██████▀▀▀▀████▀███▀▀▀▀█████ ▐████████████■▄▄▄■██████████▀ ▐██████████████████████████▀ ██████████████████████████▀ ▀███████████████████████▀ ▀███████████████████▀ ▀███████████████▀ | | | | | . ▄ ▄▄▀▀▀▀▄▄ ▄▀▀▄ █ █ ▀▄ █ ▄█▄ ▀▄ █ ▄▀ ▀▄ ▀█▀ ▄▀ ▀█▄▄▄▀▀ ▀ ▄▀ ▄▀ ▄▀
Live Games | | ▄▄▀▀▀▀▀▀▀▄▄ ▄▀ ▄▄▀▀▀▀▀▄▄ ▀▄ ▄▀ █ ▄ █ ▄ █ ▀▄ █ █ ▀ ▀ █ █ ▄▄▄ █ ▀▀▀▀▀▀▀▀▀▀▀▀▀ █ █ █ █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█ █▄█ █ ▀▀█ ▀▀█ ▀▀█ █ █▄█
Slots | | . ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄ █ ▄▄ █ ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄ █ █ ▄▄ █ █ █ █ █ █ ▄▀▀▄▀▀▄ █ █ █ ▀▄ ▄▀ █ █
Blackjack | | | | █▀▀▀▀▀█▄▄▄ ▀████▄▄ ██████▄ ▄▄▄▄▄▄▄▄█▀ ▀▀█ ████████▄ █ █████████▄ █ ██████████▄ ▄██ █████████▀▀▀█▄▄████ ▀▀███▀▀ ████ █ ███ █ █▀ ▄█████▄▄▄ ▄▄▀▀ ███████▀▀▀ | | | | | | | | | | [ Đ ][ Ł ] AVAILABLE NOW | |
Advertisements are not endorsed by me.
|
|
|
|