Jump to content

Recommended Posts

Posted

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
Posted

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
Posted

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.

 

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png 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 columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

  • Moderators
Posted

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

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png 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 columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...