private void RegisterUser()
{
StringBuilder List = new StringBuilder();
List.Append("--------------------------------------------------------------------------\r");
List.Append("HabSlick Commands List\r");
List.Append("--------------------------------------------------------------------------\r\r");
Did you configure everything correctly?Hi all, I have some problems with the client, when I go to the client in 2 seconds I will disconnect. Any idea what the problem can be?
Yes I do (I think so)Did you configure everything correctly?
Keen to post your config file?Yes I do (I think so)
Isn't there wired regarding bots that might help?Anyone have any idea how to make BOT's stand on top of furni given the stack height in the database, rather than placing at 0 all the time.
Some items were not found in the database.Hi,
I have two problems.
My client wount load from to 76% and its stops. And just loading and loading.
In the emulator I get 400 messenger about things in ItemManager.cs
How can I soul this problem?
Did you not fully read my previous post? Don't expect help if you're going to be an idiot.KK, what about the client who stops at 76% do you know how to fix that?
All the ports is open.Did you not fully read my previous post? Don't expect help if you're going to be an idiot.
"In regards to 76%, did you open your ports respectively?"
external_variables arent linked check them.All the ports is open.
I have come futhure since last time.
Have someone a fix to this?
Norms cannot access catalog
<?php
$target = "c_images/album1584/";
$weeds = array('.', '..');
$directories = array_diff(scandir($target), $weeds);
foreach($directories as $value)
{
$gifkill=str_replace('.gif', '', $value);
$gif2kill=str_replace('.GIF', '', $gifkill);
$uppercasewords=ucwords($gif2kill);
if(is_file($target.$value))
{
echo "INSERT INTO `DATABASENAME`.`badge_definitions` (`code`, `required_right`) VALUES ('".$uppercasewords."', '');<br />";
}
}
?>
step 1 delete all of the current data which was imported@Sledmore do you have another database or sql file. The emulator gets 400 errors on furniture who not are in the database.
Do you know how I can fix it?
SET @@global.sql_mode= '';