
Originally Posted by
DavisXola
Make sure you write it in the following way:
'YOUREMAIL':'YOURPASSWORD',
Make sure you aren't forgetting the ' things. Make sure you wrote your email correctly. If you have ' in your password, you need to escape it with a \
this is my code still does not work
// editor with syntax hilighting is recommended (for example, notepad++ or textmate)
accounts = {
// Put your data here as shown below. Don't forget the commas and quotes!
// If your emails or passwords contain single quotes,
// escape them with backslashes (\) like this: 'pass\'word'
'EMAIL':'PASSWORD',
}// don't delete this line!
// how many characters are displayed in each row (within one account)
rowlength = 7
// change to 1 to switch to testing
testing = 0
// change to 1 to enable price display in tooltips
prices = 0
// change to 1 to enable one-click login (run lib/mulelogin.au3 first)
mulelogin = 0
// 0 = use smart layout (fill empty spaces)
// 1 = show account boxes row by row
nomasonry = 0