Sandpit
Sandpit
Reactions
-
Re: The Biggest Change to PB in years – politicalbetting.com
And of those 30k-40k, there will be a few dozen from @Andy_JS about his Brexit night count spreadsheet, which made a lot of people here a whole pile of money. Andy, if we ever meet the beers are on m… (View Post)3 -
Re: The Biggest Change to PB in years – politicalbetting.com
It’s simple enough, a database is basically a big fancy spreadsheet, with many sheets and many references between them. The more difficult thing to do, having imported all of the users and comments, … (View Post)2 -
Re: The Biggest Change to PB in years – politicalbetting.com
That looks relatively straightforward, a MySQL file with almost the entire DB of users and comments. Wordpress will hopefully have a similar import facility (or Claude can write one relatively quickl… (View Post)1 -
Re: The Biggest Change to PB in years – politicalbetting.com
Correct. You probably have a table called USERS with fields ID USERNAME PASSWORD (hash) DATE_CREATED DATE_UPDATED etc. You then have a table called COMMENTS with fields COMMENT_ID DATE_TIME USER_ID C… (View Post)2 -
Re: The Biggest Change to PB in years – politicalbetting.com
If you can get the data out of Vanilla in SQL or similar format, it should be easy enough to batch create accounts on Wordpress to import the users list, then write a script to email everyone with a … (View Post)6
