Skorm92 Posted March 17, 2014 Posted March 17, 2014 Hi there again!, I've been watching >this thread, Now simply to say, I need the same thing. He didn't explain well what he needed so let me try it, Without giving the idea of making a phishing application. The forum I work on host a mod for a game, I got my project to activate the mod only if you run the game trough my launcher. But I also want only people registered on my forum to be able to use the play function, Thus I need to let my users login on opening my application. Someone told me to use http.request, but that goes too deep for me. How can I let my users login to my (mybb) forum, with the ability to save their credentials (locally) to login automatically If this post gets accepted as valid (non-phishing) then I can explain more on the post method MyBB uses Thank you in advance!
dainiusb Posted March 17, 2014 Posted March 17, 2014 (edited) I have never used it on AutoIt but curl seems like a good choice. Edited March 17, 2014 by dainiusb
Skorm92 Posted March 17, 2014 Author Posted March 17, 2014 (edited) How should this be used to POST website data? Edited March 17, 2014 by Skorm92
Moderators Melba23 Posted March 17, 2014 Moderators Posted March 17, 2014 Skorm92,- 1.How can I let my users login to my (mybb) forum, with the ability to save their credentials (locally) to login automaticallyHow does this differ from the previous case where the idea is to store login details locally - something which we are not prepared to support as previously explained? - 2.The forum I work on host a mod for a game, I got my project to activate the mod only if you run the game trough my launcher.But I also want only people registered on my forum to be able to use the play function, Thus I need to let my users login on opening my applicationThat sounds very close to breaking the "game launcher / game-bot" prohibition - does it? M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
dainiusb Posted March 17, 2014 Posted March 17, 2014 (edited) <snip>Not a good idea to offer help when a Mod is asking questions. M23 Edited March 17, 2014 by Melba23 Obvious
Skorm92 Posted March 18, 2014 Author Posted March 18, 2014 (edited) Skorm92, - 1. How does this differ from the previous case where the idea is to store login details locally - something which we are not prepared to support as previously explained? - 2. That sounds very close to breaking the "game launcher / game-bot" prohibition - does it? -1. I already have a launcher with login system, It only requires a invisble iexplorer window to log in, And after pressing login the site redirects automatically to a page where the script checks the HTML code if <auth>authorized</auth> is present. (which is only there when a user is logged in) So I'm not looking for a way how to insert username/password credentials. I'm only looking for a way to do it different to speed up the process. (without the usage of iexplorer or checking the HTML code) -2. I'm not asking any help related to the game launcher itself, I only ask help for a specific script/help that happens to be in a game launcher. I can get why you guys are safe around people wanting scripts where userdetails are asked, But I don't need help on the system how to insert/obtain it (I already have it), I merely seek help on how to Post a form and validate it without the use of invisble iexplorer frames/objects. Edited March 18, 2014 by Skorm92
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now