Requesting tutorial for installation of Blizz-ABS for RMX-OS

Started by Xolitude, January 31, 2013, 02:13:54 am

Previous topic - Next topic

Xolitude

2013-02-03 03:28:08 UTC; -1 () - Incoming Message:
Test
2013-02-03 03:28:08 UTC; -1 () - Outgoing Message:
DCS
2013-02-03 03:28:18 UTC; -1 () - Incoming Message:
Test
2013-02-03 03:28:18 UTC; -1 () - Outgoing Message:
DCS
2013-02-03 03:28:22 UTC; -1 () - Incoming Message:
CON1.21
2013-02-03 03:28:22 UTC; -1 () - Outgoing Message:
CON0 1.21
2013-02-03 03:28:30 UTC; -1 () - Incoming Message:
REGXolitude royVLEuD.WM
2013-02-03 03:28:30 UTC; -1 () - Outgoing Message:
DCS
2013-02-03 03:28:33 UTC; -1 () - Incoming Message:
Test
2013-02-03 03:28:33 UTC; -1 () - Outgoing Message:
DCS


I have no clue what this means.. I hope you do. This is what the log said.

Blizzard

That's really weird. This is the message for registration:

REGXolitude	royVLEuD.WM


Xolitude is your username and royVLEuD.WM is the hash value of your password. The length is fine, IDK why it's not working. Have you tried another password?
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Xolitude

Quote from: Blizzard on February 03, 2013, 06:43:07 am
That's really weird. This is the message for registration:

REGXolitude	royVLEuD.WM


Xolitude is your username and royVLEuD.WM is the hash value of your password. The length is fine, IDK why it's not working. Have you tried another password?
I've tried several different passwords..

Blizzard

Alright, drop the database again and recreate it from scratch. But before execute the SQL script for creating the database, find this line:

`password` varchar(11) NOT NULL,


and change it to this:

`password` varchar(20) NOT NULL,


Let's see what happens.

The line is located somewhere right under this one:

CREATE TABLE `users` (
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Xolitude

Quote from: Blizzard on February 03, 2013, 04:09:27 pm
Alright, drop the database again and recreate it from scratch. But before execute the SQL script for creating the database, find this line:

`password` varchar(11) NOT NULL,


and change it to this:

`password` varchar(20) NOT NULL,


Let's see what happens.

The line is located somewhere right under this one:

CREATE TABLE `users` (



After that, execute the SQL script?

EDIT: OMG thank you so much <3 it works! I had to do that, and change the database being used from "rmxosdb" to "db", thanks so much <3