You a smart and knowledgeable programmer?

Jangga

Junior Member
Joined
Aug 8, 2016
Messages
196
Reaction score
11
Please guys, I know betting websites are not allowed here hence I won't post them explicitly. I am bothered with something about them anyways.
What programming languages should I learn to be able to create such a website e.g Bet365 ?

How much is okay to pay programmers of such website?

Is it possible to have the script of the website and have it modified to my choice?
 
Javascript (front-end) and any language that can be used for backend web development, but honestly the fact that you are asking this question tell me that you have no idea the kind of work this will need and the level of security knowledge required to run a betting website.

Some scripts do exist but if you want something professional you'll have to hire a bunch of people and make it from scratch.
 
I'm sure it would be a pretty momentous project.
 
Javascript (front-end) and any language that can be used for backend web development, but honestly the fact that you are asking this question tell me that you have no idea the kind of work this will need and the level of security knowledge required to run a betting website.

Some scripts do exist but if you want something professional you'll have to hire a bunch of people and make it from scratch.

Actually, I intend creating a similar website with special modifications. I don't trust programmers around because my idea might be stolen. However, you talked about script being available.. Where? This forum? Besides, what level of security should I learn/master if I'm gonna do it myself? I am poretty good with php. I don't mind launching the website in next 10years. what do you guys think?
 
Please guys, I know betting websites are not allowed here hence I won't post them explicitly. I am bothered with something about them anyways.
What programming languages should I learn to be able to create such a website e.g Bet365 ?

Learn HTML (super-duper easy), Javascript (easy), CSS (very easy), and PHP (not as easy). This is the most popular basis for web designers. You could substitute out PHP for Java, but that opens up a can of worms with regard to development environment and then again when it comes time for launching. But on the plus side Java is useful outside the web more than PHP.

-ThopHayt
 
Learn HTML (super-duper easy), Javascript (easy), CSS (very easy), and PHP (not as easy). This is the most popular basis for web designers. You could substitute out PHP for Java, but that opens up a can of worms with regard to development environment and then again when it comes time for launching. But on the plus side Java is useful outside the web more than PHP.

-ThopHayt

Thanks. But what about some database knowledge? Mysql, Oracle?
 
If you want this done properly you are looking at a few hundred thousand
 
Php, jquery
recommending PHP because its easy and can do almost anything .

Not to mention you must need to learn Html, css, bootstrap
 
Php, jquery
recommending PHP because its easy and can do almost anything .

Not to mention you must need to learn Html, css, bootstrap

Thanks. But, why is no one talking about database? Oracle? Mysql?
 
Thanks. But, why is no one talking about database? Oracle? Mysql?
you will connect database to your site using php , so yeah . while learning php you will also learn mysql .
if you have no idea about mysql then start learning sql first .
can refer to w3school
 
Lol, you obviously know nothing about programming, are certainly not an 'EXPERT' at PHP from the questions I see you posing and the first project you intend to work on is a betting project where you are liable for the online security of prospectively hundreds of thousands of people who trust you with their credit cards?

That's some atrocious optimism right there :)
 
Lol, you obviously know nothing about programming, are certainly not an 'EXPERT' at PHP from the questions I see you posing and the first project you intend to work on is a betting project where you are liable for the online security of prospectively hundreds of thousands of people who trust you with their credit cards?

That's some atrocious optimism right there :)

security will be taken care of as usual. I don't joke with that. If I get that wrong, it means I won't last long in the biz.
 
You cannot start a real project based on basic questions. You better start with a very basic project that you learn html, php or asp.net, and database.
Making a well managed and a secured project usually needs a team that have good experience of different fields.
 
BHW is like a time capsule. A snapshot of 2005 forever frozen in time. Not everything is PHP/MySQL anymore and in fact, Bet365 is built on top of the Erlang (http://www.erlang.org/) virtual machine which is one of the main reasons behind it's massive scale and success. Unfortunately, you won't find anything similar on codecanyon LOL.
 
BHW is like a time capsule. A snapshot of 2005 forever frozen in time. Not everything is PHP/MySQL anymore and in fact, Bet365 is built on top of the Erlang (http://www.erlang.org/) virtual machine which is one of the main reasons behind it's massive scale and success. Unfortunately, you won't find anything similar on codecanyon LOL.
The project could be done with php/MySQL though. Would just be a nightmare to scale properly.

Currently working on a gambling site and its using SCALA
 
Back
Top