May 16, 2008

Blitzbasic....

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > Game Programming

free web hosting

Blitzbasic....

hackers
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 sad.gif if your a programmer you should get it.


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

 

 

 


Reply

AskAndrewD
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.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Recent Queries:-
  1. readline help blitzplus - 111.08 hr back.
  2. blitz basic - 1088.47 hr back.
  3. blitzbasic - 359.88 hr back.
Similar Topics

Keywords : blitzbasic


    Looking for blitzbasic,

Searching Video's for blitzbasic,
advertisement



Blitzbasic....



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE