Jump to content

Recommended Posts

Posted

Anyway, I recommend you to create an extractor application instead of downloading files from armory. It's not very difficult to do so, and I can give you examples of code I wrote to extract textures for Wowhead (and AoWoW) 3D modelviewer. You can contact me via email.

  • Replies 617
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Why is it that I keep on getting this even if I've configured the configuration.php correctly?

Internal Server Error:

Can not execute query to mangos database ("mangos")!

Check you configuration.php for correct values.

Posted

hi, yes I did configure the file correctly. As a matter of fact, it follows the same configuration as my mangos and website which connects successfully with my sql server.. however, for this, it seems that it doesnt detect/connect to mysql which is why its giving me this message... anyone know how to fix this? Id greatly appreciate your kind assistance. Thanks.

Posted
Why is it that I keep on getting this even if I've configured the configuration.php correctly?

Internal Server Error:

Can not execute query to mangos database ("mangos")!

Check you configuration.php for correct values.

I had same problem with character database, configuration was correct, so i just commented ( "/*" and "*/") this connection check and everything is fine

Posted

I have problem with the htaccess

Forbidden

You don't have permission to access /armeria/ on this server.

i think are the permissions of the files.. what kinda of permissions you recomend?

Spyder.

Posted

I found this under en_gb.conf which is showing unrecognized characters:

sublclass_name_1 = МикÑтура

sublclass_name_2 = Ð*ликÑир

sublclass_name_3 = Свиток

sublclass_name_4 = Еда

sublclass_name_5 = Камень здоровьÑ

sublclass_name_7 = Еда и напитки

sublclass_name_10 = Bag

sublclass_name_11 = Soul bag

sublclass_name_12 = Herb bag

sublclass_name_13 = Enchanting bag

sublclass_name_14 = Engineering bag

sublclass_name_15 = Gem bag

sublclass_name_16 = Mining bag

sublclass_name_17 = Leatherworking bag

sublclass_name_18 = Inscription bag

sublclass_name_20 = One-handed axe

sublclass_name_21 = Two-handed axe

sublclass_name_22 = Bow

sublclass_name_23 = Gun

sublclass_name_24 = One-handed mace

sublclass_name_25 = Two-handed mace

equip_slot_1 = Head

equip_slot_2 = Neck

equip_slot_3 = Shoulders

equip_slot_4 = Shirt

equip_slot_5 = Chest

equip_slot_6 = Waist

equip_slot_7 = Legs

equip_slot_8 = Feet

equip_slot_9 = Wrist

equip_slot_10 = Hand

equip_slot_11 = Ring

equip_slot_12 = Trinket

equip_slot_13 = One hand

equip_slot_14 = Off hand

equip_slot_15 = Bow

equip_slot_16 = Back

equip_slot_17 = Two hand

equip_slot_18 = Bag

equip_slot_19 = Tabard

equip_slot_20 = Robe

equip_slot_21 = Right hand

equip_slot_22 = Left hand

equip_slot_23 = Gun

equip_slot_24 = Колчан

equip_slot_25 = Relic

armor_name_1 = Cloth

armor_name_2 = Leather

armor_name_3 = Mail

armor_name_4 = Plate

armor_name_5 = Shield

armor_name_6 = Shield

armor_name_7 = Manuscript

armor_name_8 = Idol

armor_name_9 = Totem

armor_name_10 = Sigil

weapon_name_0 = Axe

weapon_name_1 = Axe

weapon_name_2 = Bow

weapon_name_3 = Gun

weapon_name_4 = Mace

weapon_name_5 = Mace

weapon_name_6 = Polearm

weapon_name_7 = Sword

weapon_name_8 = Sword

weapon_name_10 = Staff

weapon_name_13 = КаÑтет

weapon_name_15 = Dagger

weapon_name_16 = Thrown

weapon_name_17 = Копье

weapon_name_18 = Crossbow

weapon_name_19 = Wand

weapon_name_20 = Fishing pole

weapon_inventory_0 = Right hand

weapon_inventory_1 = Двуручное

weapon_inventory_2 = Ranged

weapon_inventory_3 = Ranged

weapon_inventory_4 = ÐŸÑ€Ð°Ð²Ð°Ñ Ñ€ÑƒÐºÐ°

weapon_inventory_5 = Двуручное

weapon_inventory_6 = Двуручное

weapon_inventory_7 = ÐŸÑ€Ð°Ð²Ð°Ñ Ñ€ÑƒÐºÐ°

weapon_inventory_8 = Двуручное

weapon_inventory_10 = Двуручное

weapon_inventory_13 = Одноручное

weapon_inventory_15 = Одноручное

weapon_inventory_16 = Метательное оружие

weapon_inventory_18 = Ð”Ð»Ñ Ð´Ð°Ð»ÑŒÐ½ÐµÐ³Ð¾ боÑ

weapon_inventory_19 = Ð”Ð»Ñ Ð´Ð°Ð»ÑŒÐ½ÐµÐ³Ð¾ боÑ

weapon_inventory_20 = Двуручное

Also, how do you change the news in the index? Is there an admin login or something wherein I can add/edit the news? Id greatly appreciate your advise. Thanks.

Posted

These strings in en_gb.conf are not used, so don't worry about it.

About news: you can add/edit it by filling rows in `armory_news`table. Row `date` must have unix-timestamp format.

Posted

Heres another bug I found. Whenever I click on a character's name, it shows this page first with the error and eventually go to the right page:

Notice: Undefined variable: levelModifier in C:\\Users\\Administrator\\Desktop\\private server\\xampp\\htdocs\\armory\\includes\\classes\\class.characters.php on line 997

Any advise how we can fix this?

Posted
Heres another bug I found. Whenever I click on a character's name, it shows this page first with the error and eventually go to the right page:

Notice: Undefined variable: levelModifier in C:\\Users\\Administrator\\Desktop\\private server\\xampp\\htdocs\\armory\\includes\\classes\\class.characters.php on line 997

Any advise how we can fix this?

Disable notices in your php config.

Posted

updates works.. thanks! I hope you can also add a module wherein if Administrator level, there's a backend panel wherein you can set the news and no need to go to mysql db to update it.. Also how do you set the time on the news section? I cant figure it our as its in unix format

Posted
I hope you can also add a module wherein if Administrator level, there's a backend panel wherein you can set the news and no need to go to mysql db to update it..

Maybe in future I will add this feature, but it won't be soon

Also how do you set the time on the news section? I cant figure it our as its in unix format

You can use strtotime(date('d-m-Y H:i:s')); php function or generate timestamp online on www.unixtimestamp.com

Posted

I installed your armory today and it looks and works great! I'm only having 1 issue atm... Users are unable to login. It keeps coming back with invalid password. Any tips would be well appreciated :)

Thanks for your work!

Posted
Users are unable to login. It keeps coming back with invalid password.

Check you configuration file, account functions are full stable

oops, sorry for double post =(

Posted

I have problem with $compile_dir :

Fatal error: Smarty error: unable to write to $compile_dir '/var/www/armor/includes/cache'. Be sure $compile_dir is writable by the web server user. in /var/www/armor/includes/classes/libs/Smarty-2.6.26/Smarty.class.php on line 1093

I have install FTP client on my serwer, proboably this can make a problem.

Please help ;p

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use