[Help]MPGH Prerequisites[Closed]
Hi, i no im new here. how would i made a VB app that only lets people log in if
1. your registerd on MPGH
2. you have 40 post
3. have at least 10 thanks?
Not going to happen....Authentication can be achieved by using DOMS and a web browser to look for HtmlElement ID that is only visible if a user is logged in , (like the search element) which will verify they are a user of MPGH , but getting into thanks and post counts
would require using doms to check another ID , but you would need to check on a per user basis, meaning a section for the person to give their name, and MPGH is anti-Post to login applications (not because you would) But keyloggers and stealing passwords can become an issue.