Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.
i need to run a exe file in the my web page or i must entegrate my program my web page.
the other option is user when clicked a buton my program starts in my server without loading user's PC. how can i do this.
To make sure I understand:
When the user does something on a web page (submits a form, clicks a link, whatever) you want to run a program on the server. Right?
What you need to do then is use ASP (since you mentioned VBScript) on the target page and use the exec command.
Alternately, if you mentioned VBScript because that's what the program is written in, then it's easier to just make the program part of the target ASP file itself.