Sorry guys, i can't continue posting these fix's, i'm very busy with my life and i don't have time to make new fix's :S
Sent from my Lumia 800 using Tapatalk
Printable View
Sorry guys, i can't continue posting these fix's, i'm very busy with my life and i don't have time to make new fix's :S
Sent from my Lumia 800 using Tapatalk
Hey friend can post the fix of the profiles not loading, please the last
man, the problem for the profiles not loading is in your cms... because don't insert the right information in "user_info"...
Sent from my Lumia 800 using Tapatalk
If you use IlluminaCMS by Jonty,
then this below should fix your profiles.
In client.php find:
And add below it:Code:$db->real_query("UPDATE users SET ip_last = '" . $_SERVER["REMOTE_ADDR"] . "', auth_ticket = '" . $sso . "' WHERE id = '" . USER_ID . "'");
This should, Insert the query into user_info upon the client loading,Code:$db->real_query("INSERT INTO user_info(user_id, bans, cautions, reg_timestamp, login_timestamp, cfhs, cfhs_abusive) VALUES ('" . $row["id"] . "', '0', '0', '1234', '1234', '0', '0')");
so profiles can work. This hasn't been tested, so post if it worked or not.
If you use RevCMS,
then this below should fix your profiles.
Go into your me.php page (or any page for that matter)
Then add this code and refresh the page:
After that remove the code and then go into app and in class.users.php find:Code:<?php
$query = mysql_query("SELECT id, account_created, last_online FROM users");
while($row = mysql_fetch_assoc($query)){
mysql_query("INSERT INTO user_info(user_id, bans, cautions, reg_timestamp, login_timestamp, cfhs, cfhs_abusive, id) VALUES (" . $row["id"] . ", 0, 0, " . $row["account_created"] . ", " . $row["last_online"] . ", 0, 0, 0)") or die (mysql_error());
}
?>
And add below it:Code:$engine->query("INSERT INTO users (username, password, mail, motto, credits, activity_points, rank, look, gender, seckey, ip_last, ip_reg, account_created, last_online, auth_ticket) VALUES('" . $username . "', '" . $password . "', '" . $email . "', '" . $motto . "', '" . $credits . "', '" . $pixels . "', '" . $rank . "', '" . $figure . "', '" . $gender . "', '" . $seckey . "', '" . $_SERVER['REMOTE_ADDR'] . "', '" . $_SERVER['REMOTE_ADDR'] . "', '" . time() . "', '" . time() . "', '" . $sessionKey . "')");
This should, Insert the query into user_info upon the user registering,Code:$engine->query("INSERT INTO user_info (reg_timestamp, login_timestamp) VALUES('" . time() . "', '" . time() . "')");
so profiles can work. This HAS been tested, and works great for me.
a bug
can not remove the lock to rooms
fix pls
The problem when you open the inventory with +2.980 items, drop client.. is here:
InventoryComponent.cs at: internal ServerMessage SerializeFloorItemInventory()
Here he counts items..PHP Code:message.AppendInt32((int)(this.floorItems.Count + this.discs.Count + this.wallItems.Count));
and here:
Send all items to Inventory..PHP Code:return message;
In my DEV DEBUG, count items show: 3.130 Items
But in "return message;"
Not shows all 3.130 items.. he cuts or cancels...
Let's see what we can with it, to make a solution.
Sorry for my english, e.e
Basic fix for any cms for profiles .-.
In your client.php add this before your "?>" or below the query that updates the auth_ticket
Sorry for my bad english, i'm brazilian '-'Code://$id = PUT YOUR ID VARIABLE HERE AND DELETE LINE BELOW AND DELETE THE "//". EX BELOW
$id = $row['id'];
$total = mysql_num_rows(mysql_query("SELECT user_id FROM user_info WHERE user_id='".$id."'"));
if ($total==0) {
mysql_query ("INSERT INTO user_info (user_id, bans, cautions, reg_timestamp, login_timestamp, FHC, cfhs_abusive) VALUES ('". $ row ["id"]. "', '0 ', '0', '1234 ', '1234', '0 ', '0') ");
/* This query above is not mine */
}
The problem isn't the emulator, it's the SWF. What you need to do is edit the SWF with RABCDAsm and increase the max allowed message length.
The problem that you're experience is that the message sent from the server to the client is too long (All that furniture).
I loaded and profiles on user_info table are the data. I think the mistake is by some groups because to give in the profile I get an error in the emulator
http://gyazo.com/a8bd3a2c36a12d76ba55b7357ba63d91.png