|
-
Jul 16th, 2008, 10:18 PM
#1
Thread Starter
New Member
need loads of help with project
i am thinking of making an online game.
everyone can play the game but the game only lasts one week.
on the website they will have to type there details in every week and then they'll be allowed to play the game.
also the ip address of that person will be recorded and prevent the user from playing more than once per week.
Everyone has the right to play once per week.
I do not have much knowledge in vb. I have designed a website in photoshop and put it into dreamweaver all i need now is coding to get it all to work. So i was wondering would it be possible to use visual basics for this? If so will anyone please be able to help me out? i would really appriciate it thanks.
-
Jul 16th, 2008, 11:29 PM
#2
Re: need loads of help with project
 Originally Posted by jango55
i am thinking of making an online game.
everyone can play the game but the game only lasts one week.
on the website they will have to type there details in every week and then they'll be allowed to play the game.
also the ip address of that person will be recorded and prevent the user from playing more than once per week.
Everyone has the right to play once per week.
I do not have much knowledge in vb. I have designed a website in photoshop and put it into dreamweaver all i need now is coding to get it all to work. So i was wondering would it be possible to use visual basics for this? If so will anyone please be able to help me out? i would really appriciate it thanks.
With so many restrictions, I doubt anyone would bother to play even if its free. What if you got accidentally disconnected after just two minutes? I don't think anyone would be willing to wait another week. What if your on a shared internet connection, or same IP?
-
Jul 17th, 2008, 12:09 AM
#3
Re: need loads of help with project
Or what if you have a dynamic IP? You really need to create a login and just check if that login is logged in already or not. Too many headaches will deter people from using your game. It needs to be as easily accessible as possible for them to be able to focus on content instead of access.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jul 17th, 2008, 06:25 AM
#4
Re: need loads of help with project
And, why in the world would you be using a desktop language (which is exactly what Visual Basic is) to do a web app?
-
Jul 17th, 2008, 07:34 AM
#5
Thread Starter
New Member
Re: need loads of help with project
what language do u reckon i should use then?
yes i guess using a login would be a good idea. i really dont know where to start lol
-
Jul 17th, 2008, 07:39 AM
#6
Re: need loads of help with project
If it is going to be a web app, then it should be a web based language like ASP, or Java or something.
-
Jul 18th, 2008, 09:39 AM
#7
Thread Starter
New Member
Re: need loads of help with project
-
Jul 18th, 2008, 10:29 AM
#8
Re: need loads of help with project
Are you still using VB6?
Where are the usernames and passwords stored?
-
Jul 19th, 2008, 08:58 PM
#9
Thread Starter
New Member
Re: need loads of help with project
right i now have mysql, phpmyadmin, php. i have created a table in mysql called user and the actual database is called guestdb. but whenever i try and link it to dreamweaver it doesnt work. also i havnt been able to install phpmyadmin. when i go to link it to dreamweaver it asks for:
connection name:
mysql server:
user name:
password:
database:
right i know the password but i never got given a username so i guess its admin. i dont know what to put as connection name or mysql server.
i think i have to put guestdb in the database bit but whenver i put guestdb it says unexpected error occured.
does anyone know how i can create a simple login in for dreamweaver. thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|