I require the code for a very simple VB application, which when launched, asks the user to specify the values of several variables. Then when completed, the app creates a new file containing several lines of
data, which will include the specified variables in it, and prompts the user to save it as a
php file.
I require the code for this to be usable in
Visual Basic 2008 or similar so it can be modified by myself later to capture different variables for different situations.(Note- VB-6 requires translating before it's usable in
Visual Basic 2008)
The initial variables I require capturing are:
1-Username
2-password
3-contact
email address
4-domain name(URL)
5-site name
Then the
php file created needs to be something like:
<?
php
$ username = "VARIABLE_HERE";
$ password = "VARIABLE_HERE";
$ emailinfo = "VARIABLE_HERE";
$ domain = "VARIABLE_HERE";
$ yoursitename = "VARIABLE_HERE";
?>
I also have a similar application which does the same type of thing which I can provide if more clarity is required of what I need.
What we require:
A script which locks the application for a certain period (defined by me) from the date it is first used.
Like:
Application1 - I used this appl. for first time today.
And after 3 days it will
flash a message - the demo is expired.
I'm not sure whether I'm clear. But somebody who knows what is to be done, can understand this.
My budget is not very huge on this but will provide 10/10 review.
Thanks for your time
Vitamin M.
2-password
3-contact
email address
4-domain name(URL)
5-site name
Then the
php file created needs to be something like:
<?
php
$ username = "VARIABLE_HERE";
$ password = "VARIABLE_HERE";
$ emailinfo = "VARIABLE_HERE";
$ domain = "VARIABLE_HERE";
$ yoursitename = "VARIABLE_HERE";
?>
I also have a similar application which does the same type of thing which I can provide if more clarity is required of what I need.