GwMiner Posted June 15, 2020 Posted June 15, 2020 Hi so currently I'm using a directory as a database, the main problem here is logins are not working from other ISP's and having trouble with some foreign country outside ph the code is. Func COINS00001001($var101101011010111001, $var101101011010111000) Local $pass = "" Local $user = $var101101011010111001 $userbound = $user Global $usernamefile = "http://gwoz.hostingerapp.com/gwminer4.0/" & $user & "/pass.txt" Global $usernamefile2 = _INetGetSource($usernamefile) $pass = $usernamefile2 If $pass = "" Then Else $cons0001001 = 0x1 EndIf Local $vers1001001101 = "test" Local $vers1001001001 = "test" Global $cons12121011100012 = 0x0 If $var101101011010111001 = $user And $var101101011010111000 = $pass And $cons0001001 = 0x1 Then COINS000010011() FileWriteLine(@ScriptDir & "\User.log", $user) FileWriteLine(@ScriptDir & "\Pass.log", $pass) TUBE1010110011() Return 0x1 Else $pass = "" $cons0001001 = 0x0 Return 0x0 EndIf EndFunc ;==>COINS00001001 as you can see guys problem happened when i bought a hostinger website http://gwoz.hostingerapp.com/gwminer4.0/ but if i use my 000webhost website it will let you login but vary from places only
Developers Jos Posted June 16, 2020 Developers Posted June 16, 2020 That looks like something you never want to do: http = cleartext = no-no over public internet.... and this website seems pretty open for hacking when one can retrieve this kind of information. ... or am I totally misunderstanding this all? Also the problem description is not very clear in my humble opinion and I really fail to see the AutoIt3 question here. So what about you clarify what it is you are asking us? Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Moderators Melba23 Posted June 16, 2020 Moderators Posted June 16, 2020 GwMiner, Some interesting function and variable names you have there - where did you get the script? And why are you writing the username and password to a log file? M23 P.S. And just to be absolutely clear - this is the Mod team determining the legality of the thread, so everyone else please keep out. 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
wannabecoder_alexdra Posted June 16, 2020 Posted June 16, 2020 Is this a legit question? because if its against the rules its clearly illegitimate
Moderators Melba23 Posted June 16, 2020 Moderators Posted June 16, 2020 wannabecoder_alexdra, Which bit of "everyone else please keep out" is unclear to you? I suggest reading this announcement before you jump in again. 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
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