ztizzlegaming / CSGOWinBig

Open-source Counter-Strike: Global Offensive jackpot betting website.
MIT License
169 stars 104 forks source link

Few rooms #176

Open enizunic93 opened 8 years ago

enizunic93 commented 8 years ago

Hi, i want to create 3 rooms on website First room minimum deposit item price: $2 max. $15 and 10 skins max to deposit and 50 skins max in pot Second room minimum deposit item price: $15 max. $50 and 10 skins max to deposit and 50 skins max in pot Third room minimum deposit item price: $50 max. unlimited and 10 skins max to deposit and 50 skins max in pot

Can someone help me with that? I need 3 different bots? How to create rooms and user is logged in to all rooms at once? How to setup bot for deposit limits that i write? How to setup bot for each room?

If someone can help me with that, please write. If someone want to do that for money, leave your steam link, and i will add it to talk about that.

keinervonuns commented 8 years ago

im not a pro in programming but i think you basically have to copy your php folder and script.js, rename them and configure them appropriately. You would also have to use three databases or add tables like for example currentpot_1... you will need 3 different bots. i think i will try it my own because i like those mini pots with 10$ max and three people like on csgofast.

enizunic93 commented 8 years ago

i created it :) 3 rooms, 3 db, 3 bots, but i have problem how to link them, i tryed with "iframe" but bot deposit only in first/main room, rooms are linked like this: website.com/room1 website.com/room2....
maybe i can link it with subdomain like: room1.website.com but then i must buy new host xD

mibac138 commented 8 years ago

@enizunic93 Create additional databases and make bots use them because now from what you say I think they are using the same database.