|
|
|
|
![]() ![]() |
Aug 27 2007, 10:30 PM
Post
#1
|
|
|
Newbie ![]() Group: Members Posts: 3 Joined: 27-August 07 Member No.: 48,938 |
Hello, I am looking for people who can program in BlitzPlus or who are good programmers that think they could do it. I was wandering if some one wanted to help me on this game I am making it is called Admin-Z... I also was wandering if someone would like to help program the website I need it in PHP the way it will work is that once they beat the mission they go on to the website signup and the can enter the code they got from that mission to download the next mission. I also need it to keep track of what agents have beat what level and when they beat a new level a new part of a forum comes up that is only usable by those who have beat that level or are on that level...
If you want an example of what BlitzPlus can do... I will post two of them: Number 1: The Program. CODE ;pass.exe - password protect AppTitle "passbox" ;asks user the pass hehe = Input$("What is the password? ") ;var lol = 11514251514 ha$ = "'http://somesite.org'" ;looks to see if pass was right .password If hehe = lol Then Print "correct!" Delay 500 Print "your link is " + ha + "!" Delay 50000 End ;tells user to guess again Else Print "You have 3 trys left!" Print "" hehe = Input$("What is the password? ") Goto password1 EndIf ;looks to see if pass was right .password1 If hehe = lol Then Print "correct!" Delay 500 Print "your link is " + ha + "!" Delay 50000 End ;askes user to guess again Else Print "You have 2 trys left!" Print "" hehe = Input$("What is the password? ") Goto password2 EndIf ;looks to see if pass was right .password2 If hehe = lol Then Print "correct!" Delay 500 Print "your link is " + ha + "!" Delay 50000 End ;askes user to guess again Else Print "You have 1 try left!" Print "" hehe = Input$("What is the password? ") Goto passwordend EndIf ;looks to see if pass was right .passwordend If hehe = lol Then Print "correct!" Delay 500 Print "your link is " + ha + "!" Delay 50000 End ;tells user he can't guess any more Else Print "You have 0 I was lame and did not use very good programming on that one sorry. Number 2: ;SignUp.exe - Admin-Z sign up AppTitle "Admin-Z sign up" Global agentID$,agentTERMINAL$,agentPASS$ ;-----------folders----------- mission$="C:/Program Files/Admin-Z/Admin-Z" txt$="C:/Program Files/Admin-Z/Text Files" ;----------------------------- Print "Looking up details..." ;----------------------------- progress = 0 While progress <= 100 Write "" + progress + "%" Write Chr$(8) + Chr$(8) + Chr$(8) progress = progress + 1 Delay 60 Wend Write Chr$(8) + Chr$(8) + Chr$(8) + Chr$(8) Print "100%" Print " " ;----------------------------- filein = ReadFile("../Text Files/account.txt") If filein <> 0 agentID = ReadLine$(filein) agentTERMINAL = ReadLine$(filein) agentPASS = ReadLine$(filein) ;----------------------------- Delay 500 Print "You are authorised..." Delay 7000 ;----------------------------- Else Delay 500 Print " " Print ":-: YOU ARE A NEW AGENT :-:" Print " -- Please Regester -- " Print " " Print "Running SignUp.agent..." Delay 1300 Print "For Agent id pick anything that is between 1-7 chars long." Print "For Terminal pick anything that is 4 chars long." Print " " ;----------------------------- agentID$ = Input$("Agent id: ") agentTERMINAL$ = Input$("Terminal: ") agentPASS$ = Input$("Password: ") CreateDir mission$ CreateDir txt$ fileout = WriteFile("../Text Files/account.txt") WriteLine(fileout,agentID) WriteLine(fileout,agentTERMINAL) WriteLine(fileout,agentPASS) CloseFile fileout ;----------------------------- Print " " Print "Thank You, you are now an agent of Admin-Z!" Print "Please run Admin-Z M1.exe for your first mission." Delay 12000 End ;----------------------------- EndIf CloseFile filein Sorry for not commenting on that one There is also alot more you can do with it those are just simple things. Please let me know if you would like to help me make my game / website post here or email me at masta.hacks@gmail.com |
|
|
|
Nov 6 2007, 09:37 PM
Post
#2
|
|
|
Newbie [Level 3] ![]() ![]() ![]() Group: Members Posts: 45 Joined: 5-November 07 Member No.: 52,509 |
I can help you with the games, but I don't think I've ever used php except for this one script for password protection I used at this one time in this one place in this one page creator =P. I have a lot of experience with basic programming, so you can ask me. - andrew.3.1415@gmail.com. Email me there if you got a question - P.S. I have barely used Blitz Basic at all but I can tell you what strategy in programming to use for what you're trying to accomplish.
|
|
|
|
![]() ![]() |
Similar Topics
| Topics | Topics | ||||||
|---|---|---|---|---|---|---|---|
|
| ||||||
|
Lo-Fi Version | Time is now: 26th July 2008 - 07:08 AM |