QUOTE
well one i need a good suggestion of site hosts that are free and ezy to use
-Any webhost that has FTP
-You Know HTML
The best free ones are ones that personally look over applications or have forum posting required. There are some nice ones that don't have either though.
To make real good websites you should know PHP or ASP(Webhost needs to support them to and MYSQL is another thing you should know how to utilize and webhost should support). Javascript is more for spiffy effects. You could always go the flash route but thats the last thing I would recommend for anyone. To much bandwidth and users don't wanna wait for a flash file to load.
QUOTE
someone tell me a program that can make a starcraft bot or a game thanks
You gotta learn a lot. You have to learn a programming language(Such as Visual Basic, C++, C, C#, C++.NET, VB.NET, Delphi, or maybe Java).
You'll need an editor like Visual Studio 2005 in order to code this.
Then you have to learn how to communicate with Battle.net and know how to program your GUI. It isn't a single day thing...
I'd say a half-way decent program would take around a 1/2 month of dedicated coding. Thats for a bot and knowing the programming langugae. Without knowing the programming language i'd say at least spend several months working on other applications so you really understand the programming language.
For a game? Ok now you have A LOT to learn. Take a few months to learn the programming language inside and out, learn Open GL or DirectDraw/D3D. You know what I wouldn't even suggest you learn a real programming language on less you are absolutely sure you know what your getting yourself into.
I would suggest going over to www.gamemaker.nl and just using that program. Use the GUI to create basic 2d games and then move onto using the scripting language to create more advanced 2d applications. Maybe even move onto the incredibly slow 3d stuff.
If you do know not HTML then err... Most people who want to program start off with HTML then move onto JavaScript/PHP and then onto a real programming langauge from C to Java. I don't know anyone who just jumped into C++ without having done any scripting/programming language before it.