Jump to content
View in the app

A better way to browse. Learn more.

Got Talk

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

  • Replies 60
  • Views 8.1k
  • Created
  • Last Reply

Top Posters In This Topic

comment_9059

Well what's funny is I was just yesterday thinking I need to make it possible to bet on fields like that where there is more than 1 possible winner. I probably would not be able to do it in time for these awards though. It would be tricky. As it is now I have a home team and away team in the DB and so it's easier for the coding. If it had x number of teams/people where x can change, it would be more complicated. I am guessing the way people code that is have each choice all put into the same part of the DB and separate them with a comma or semicolon and then pull them back out, but it would definitely be difficult to figure out. It would be much easier if there were only 2 choices in each one.

I guess I could look at how it is done in the guessing games/challenge system though. Or I could put it up for bet in that system instead of mine becuase that one does allow for multiple ones.

As for NBA games, I just haven't been putting them becauseit doesn't suit betting as well. I will probably start putting some though. Also I was not going nuts adding matchups while the site is so inactive becuase I figured you and I will just get way ahead in points while nobody else is here to possibly gain anything.

comment_9060

Actually I think I know how to do it. When I enter all choices, I could separate them with commas and then use implode/explode. Then the choice you make could be entered into the db, the name itself rather than a number like is done currently. Long story short though I doubt I could get it done by this weekend becuase I have been slower getting things done lately, as I have not felt in the right mood to speed through things.

If nothing else, hopefully I would do it before the Oscars.

comment_9072

Well I know "generally" how to do it, but look the next day or two in case I ama ble to becuase it would suck if I do it and then I am the only one to make the picks.

It's very complicated to decide the best way of putting it in. I could put it in for BETTING ONLY on the categories quite easily. But if it's going to be like a contest, that would be a lot harder. It would be a lot nicer to have it as a contest though for single events like that. I need to figure out the best way to allow multiple contests.

comment_9073

After a lot of work I managed to totally revamp contests/pick games where it can have unlimited ones. As it was only one could be used and when it was finished, I would have had to delete it and make another.

This took a lot of time and effort, so I would say it is 50/50 for me to have a contest for the golden globes up by Sunday Morning. I ran into some bugs so it took even longer to do this other. I am extremely pleased with the changes I made though and I accidentally found another bug unrelated and fixed that.

So now I want to finish up some unfinished business on contests, which should take only an hour or two. Then I can work on allowing bets to have multiple choices instead of home/away teams. I hope I can finish it within 24 hours, but a Memphis game is on and so I will not have indefinite time to work on it.

If I do not complete it, I will make some test picker similar to it this coming week and then for sure have it ready for Oscars. But CHECK Sunday morning to see if I have it up!

I tested my new changes and got them working smoothely. I was holding my breath because I had to make a whole new table and then make it insert a new row for a member when they make a pick on a contest UNLESS they already have made one, then it upodates their row instead of adding a new one, thus only 1 row per person per contest. A little tricky, but it worked great.

Just to be able to change contests from only 1 allowed to infinite allowed at once and the related changes took about 100 lines of coding. Not THAT much, but quite a bit just to make it work with multiple contests.

Later

comment_9076

Almost done. Going to take a little break.

edit: ok I am done, but I am only going to add a low number of things to pick becuase it's ridiculous how categorues are broken up. They don';t even have freakin Best Movie, it's best drama movie, best comedy movie, etc... lol

I will hopefully find 5-10 to add.

If I am the only one to pick, there will be no grand prize. Otherwise I will give a 500 point grand prize. Much higher come Oscar time. This is more a test of my system more than anything else.

Each correct pick will be worth 100 points even if you bet 0, by the way.

comment_9102

This thread is for suggesting things and yet it's just me talking to myself.

I put into place everything I need in order to pay double, triple, etc... if you pick an underdog and they win. Also for showing how much a team is favored by, but not necessarily forcing those odds to be in the bet. I am unsure if there is a point to it. Maybe I should just keep it as it's been and if you see odds it means the team must win by more than that. I wanted to give odds as information and then tell whether they matter in the bet or not...

I've done most things I want to do now and honestly it looks like NCAA Tourney Picker will take much less time than I thought. So I bet I could make that as quickly as I did the multiple choice section.... so maybe a couple days.

edit: actually I am thinking of how complicated it will be having that many matchups and somehow tying them together, so it may take longer than 2 days. I don't know.

comment_9105

There is so much info to display on some pages, it's getting frustrating figuring out how to skin it. I may just take longer to even change things becuase it's far from fun trying to reorganize all of that. I somehow have to fit in information on whether odds are being used and also whether an undersdog will give more points.

The NCAA Tournament area will take a while too probably. Just like the Reviews System it is becoming hard to even decide how to change the look. Both of these have a lot of information to display and it never looks the way I want.

  • Author
comment_9106
This thread is for suggesting things and yet it's just me talking to myself.

I put into place everything I need in order to pay double, triple, etc... if you pick an underdog and they win. Also for showing how much a team is favored by, but not necessarily forcing those odds to be in the bet. I am unsure if there is a point to it. Maybe I should just keep it as it's been and if you see odds it means the team must win by more than that. I wanted to give odds as information and then tell whether they matter in the bet or not...

I've done most things I want to do now and honestly it looks like NCAA Tourney Picker will take much less time than I thought. So I bet I could make that as quickly as I did the multiple choice section.... so maybe a couple days.

edit: actually I am thinking of how complicated it will be having that many matchups and somehow tying them together, so it may take longer than 2 days. I don't know.

If you reread your posts, you really didnt ask anything. Honestly what you did was a blog, inside a forum, about how you created a way to do grammy betting. Great job by the way.

There is so much info to display on some pages, it's getting frustrating figuring out how to skin it. I may just take longer to even change things becuase it's far from fun trying to reorganize all of that. I somehow have to fit in information on whether odds are being used and also whether an undersdog will give more points.

The NCAA Tournament area will take a while too probably. Just like the Reviews System it is becoming hard to even decide how to change the look. Both of these have a lot of information to display and it never looks the way I want.

Now here you are starting a blog on how tyou are going to create the ncaa tourney setup.

comment_9107

Nope anyone who can read between the lines sees that post is asking for ideas on how to better organize things as well as other. I also asked whether there should be a listed amount a favorite is expected to win by and then it not necessarily count as odds. A lot of things I already added I asked about here first and had no response. Also the reason this seems like a "blog" is because I had been posting it in the other betting system topics and people were not responding to those either. It looks extremely bad to guests to be reading topics and see every single one is me posting 5,6,7, and even more than 7 straight posts without a single person commenting. If I were them I wouldn't join either with all the topics the admin has had to make since nobody else does and then nobody even responds to the admin's. Unfortunately nothing is going to change here with only 1 person posting. In pretty much any category I post in, there is no response. I refuse to believe that nobody is interested in at least one of sports, music, celebrities, news, video games, all of which keep having topics with 0 replies.

It's fine though. But it just makes me not want to fulfill requests when I know they aren't going to use what they request. That would be ridiculous. Common sense there. Most administrators do not listen to suggestions. I can tell you from experience of being a member on many sites that they flat out ignore people. Andapparently I am going to have to start doing the same to keep my sanity. So I am about to the point of closing this and not taking suggestions becuase the ones made aren't used once fulfilled and 99% of the time I get no suggestions at all, so why bother asking? I've asked for advice since day 1 and nobody gave any and also from day 1 I asked for someone to please help me with graphics or give advice on exact areas which all also got ignored. I mean seriously who is going to join where nobody is active? That's why you see every person joining ending up being a spammer.

  • Author
comment_9108
Nope anyone who can read between the lines sees that post is asking for ideas on how to better organize things as well as other. I also asked whether there should be a listed amount a favorite is expected to win by and then it not necessarily count as odds. A lot of things I already added I asked about here first and had no response. Also the reason this seems like a "blog" is because I had been posting it in the other betting system topics and people were not responding to those either. It looks extremely bad to guests to be reading topics and see every single one is me posting 5,6,7, and even more than 7 straight posts without a single person commenting. If I were them I wouldn't join either with all the topics the admin has had to make since nobody else does and then nobody even responds to the admin's. Unfortunately nothing is going to change here with only 1 person posting. In pretty much any category I post in, there is no response. I refuse to believe that nobody is interested in at least one of sports, music, celebrities, news, video games, all of which keep having topics with 0 replies.

It's fine though. But it just makes me not want to fulfill requests when I know they aren't going to use what they request. That would be ridiculous. Common sense there.

i have already posted a couple of times it looks great and runs great. if you have a specific question, please ask. i am not good at reading between the lines. especially when it comes to puter questions.

  • 4 weeks later...
comment_9212

Sigh. This is why I don't add things every time becuase you asked for it, I added it, and then I was the only one to use it.

So adding it simply added another loss to my stats and did nothing more really. I need to get enough active people where I know things will get used. I made my pick late in the day or it would have had zero payouts. lol

comment_9269

Well technically the officials cost us, so indeed we should win.

By the way I would add tonight's tennessee/vanderbilt game if anyone would even bet on it. I personally think TN is already going to lsoe and thus memphis be back at #1 next week.

I would have added the heavyweight boxing match of last saturday too, but we need some people here to bet on things.

  • 1 month later...

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.