MaNGOS Support Forums: MaNGOS Support Forums - Portal

Jump to content

Toggle this category Sign In

User:
Password:

Toggle this category Our Board Statistics

23 active user(s) (in the past 15 minutes)
2 members, 21 guests, 0 anonymous users
Google, macduckdens, utepsibePsype
Show by: Last Click or Member Name
7 member(s) have a birthday today
Gericlibinck (26),Frelogsreshor (26),slebriets (24),totEmaree (26),TernBeksPrurn (26),Jalaintah (27),GonApadeAffon (23)
Upcoming Calendar Events
There are no forthcoming calendar events
Our Board Statistics
Our members have made a total of 33,077 posts
We have 4,681 registered members
The newest member is GonApadeAffon
Most users ever online was 109 on 26 April 2012 - 10:27 AM

Toggle this category Calendar

  S M T W T F S
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31

Toggle this category Latest Posts

Topic Title Replies Starter Views Last Action
Chanel Bags On The Internet Using The Fulfillment
Chanel handbags are often priced at lower prices online
0 utepsibePsype 0 Today, 01:50 PM
In: General Discussion
By: utepsibePsype
Coach Bag Is An Pleasurable And Also Fascinating Knowledge
coach bag benefits an excellent popularity
0 DugneuctDic 0 Today, 01:49 PM
In: General Discussion
By: DugneuctDic
Louis Vuitton The Actual Main Manufacturer
Louis Vuitton handbags are too much costly
0 gypeDogyduede 0 Today, 01:37 PM
In: General Discussion
By: gypeDogyduede
A Fresh Look At Eduardo Saverin Facebook Settlement
hey
0 Opibispspefly 0 Today, 01:16 PM
In: Security
By: Opibispspefly
Louis Vuitton Is Based On The Famous Brand
Louis Vuitton look-alike bags measure the trustworthy tailor
0 gypeDogyduede 0 Today, 01:06 PM
In: General Discussion
By: gypeDogyduede
Chanel Had Been Following Really Created Well-Liked Designer Known
chanel handbags could be created frequently
0 utepsibePsype 0 Today, 01:04 PM
In: General Discussion
By: utepsibePsype
Coach Purse Is Actually Special
coach Bag is an pleasurable and also fascinating knowledge
0 DugneuctDic 0 Today, 01:03 PM
In: General Discussion
By: DugneuctDic
Prix Viagra Procalis
0 extereozy 1 Today, 12:51 PM
In: General Discussion
By: extereozy
Louis Vuitton Can Also Be Recognized These Days
Louis Vuitton wallets opinions for sale in different sites
0 gypeDogyduede 1 Today, 12:34 PM
In: General Discussion
By: gypeDogyduede
Chanel Tend To Be Shown Within Clothing Superstores
Chanel bags are set up using top quality
0 utepsibePsype 1 Today, 12:19 PM
In: General Discussion
By: utepsibePsype

Toggle this category The Time Has Come. "the Walrus Said." ...

Posted By:  blueboy @ 16 July 2010 - 07:48 AM
I believe the code on portal has checked out, with no nasty issues. If you disagree, please post me on this topic. If I haven't received any negative feedback in the next day, I will then merge the development branch portal with the main branch blueboy.

Hope this helps

Comments: 114 :: View Comments

Toggle this category 'vc100' Support For Playerbot

Posted By:  Darkrulerz @ 15 July 2010 - 06:05 PM
No clue where to post this otherwise (without starting a new thread :P)
but i've added support for VS2010 to both the normal playerbot as well as the portal repo
let me know if there are problems specifically with VS2010 compiled cores (shouldn't be any, but you never know)
Comments: 156 :: View Comments

Toggle this category Minimanager @ Github

Posted By:  Bruno @ 27 May 2010 - 01:34 AM
MiniManager for Project MaNGOS Server is a PHP web front end to provide easy access to Mangos server management side. Manage/add/remove/edit/lock/ban/ect. User accounts/characters, manage DB and server itself.

git read: http://github.com/mi...minimanager.git
git write: git@github.com:minimanager/minimanager.git (for the ones added as contributors)
web source: http://github.com/mi...ger/minimanager
changelog: http://github.com/mi.../commits/master
Comments: 125 :: View Comments

Toggle this category Changelog: Rev 483

Posted By:  Bruno @ 02 March 2010 - 12:41 AM
implemented acc verification my email, thanks ex0r

THIS IS 100% UNTESTED, so provide feedback if it doesnt work
Comments: 146 :: View Comments

Toggle this category 3.3.2 Support

Posted By:  cpdev @ 23 February 2010 - 09:47 PM
I made some updates to support 3.3.2.

I actually made it work, but there some drawbacks i couldnt fix so far.

in the login.php change the following:
$results = execute_query("SELECT `id`, `username`, `gmlevel` 
FROM `account` 
WHERE `username` = '".mysql_real_escape_string($user_name)."'
AND `sha_pass_hash` = '".$user_pass."' LIMIT 1");

to
$results = execute_query("SELECT `a`.`id`, `a`.`username`, `b`.`gmlevel` 
FROM `account` AS `a`, `account_access` AS `b` 
WHERE `username` = '".mysql_real_escape_string($user_name)."'
AND `sha_pass_hash` = '".$user_pass."' LIMIT 1");


change these lines in the defines.php

old: "SKILL_DATA" => array(928, 1012, 610, 610),
new: "SKILL_DATA" => array(928, 1012, 610, 468),
//dont know why Unit_END is not added here but it works.
old: "KILLS" => array(1517, 1602, 1200, 1202),
new: "KILLS" => array(1517, 1602, 1200, 1199),


Of couse, if you change the lines like I did, you will loose support for older revisions (especially because of the login.php).

For no known reason, the values for critpercentage, dodge, parry and block are not defined in the database any more, so they could not be read. They are displayed as if they are 0.

If you can give me advise, how to place additional thumbnails, I might be able to update the icons/64x64 folder too.

and yeah, dbc data might have changed as well ^^
Comments: 151 :: View Comments

Toggle this category Revision 460 - Trinity Support Droped

Posted By:  Bruno @ 05 February 2010 - 10:23 PM
mmfpm = MiniManager for Project MaNGOS

due to:

- completely lack of support and help from trinity users
- cores drifting apart significantly
- trinity users have started their own project to support its core

I decides it was time to drop support for trinity, it will be easier for us to maintain minimanager and will incentive trinity users to help their own project

as i didnt test everything, small problems may appear, report on forums if any
Comments: 164 :: View Comments

Toggle this category 2.4.3 support

Posted By:  SUPERGADGET @ 14 August 2008 - 11:44 PM
For client 2.4.3 use Revision 26+
Comments: 145 :: View Comments

Toggle this category 3.2.2 Support

Posted By:  SUPERGADGET @ 04 November 2009 - 11:56 PM
Many people were asking me about 3.2.2 support. Until now my answer was that I don't have time to make it. Yesterday I finally have some free time, but... I thought about the future of this client version and realized that it has no future. I expect in the next 2-3 weeks Mangos to switch to 3.3.0 and probably no one will think about 3.2.2 ever. That's why I decide MBA to not support 3.2.2. Instead of that until 3.3.0 I'll concentrate over some old issues.

P.S. Anyway if I finish with the old issues earlier than 3.3.0 is out, I'll make 3.2.2 support.


Now you can send me your 3.2.2 dbc files. I need English, German, Russian and French.

Now I have all dbc files, you can wait them in the next revision.

Now I can say that 3.2.2 is fully supported. If you find any problem related to 3.2.2 compatibility, report it here.
Comments: 227 :: View Comments

Toggle this category Changelog: Rev 412

Posted By:  Playon @ 06 September 2009 - 02:57 PM
Version: 412

Commit Text:
*Fix guild.php - Correct show "Create Date".

Files Modified:
http://mmfpm.svn.sou...ev&revision=412
Comments: 156 :: View Comments

Toggle this category Mvs - Revision Log

Posted By:  SUPERGADGET @ 05 September 2009 - 05:58 PM
Revision 5:
- Disabled magic_quotes_runtime
- Replaced getenv with $_SERVER
- Changed the background picture
- Other small changes

More info: http://my-trac.assem...tem/changeset/5
Comments: 134 :: View Comments

Toggle this category New Members

Username Joined
GonApadeAffon Today, 11:11 AM
extereozy Today, 08:03 AM
DavidKK Today, 05:51 AM
dinofrand Today, 04:46 AM
accupeplayday Today, 12:40 AM
RoyKC Yesterday, 10:44 PM
Emma_North_Carolina Yesterday, 01:27 PM
Lypefoep Yesterday, 08:43 AM
luluoueba Yesterday, 01:36 AM
YTHarry 18 May 2012 - 07:57 PM

Toggle this category Top Posters

Username Posts
DegreeMoon 4366
SunnyWine 4354
KellyHant 2698
ParkerMego 2100
aspencemype 2002
togeannuala 1450
ZaidBlaine 1035
Bruno 797
SUPERGADGET 482
GERNUSEPE 422
Powered by Unreal Portal v3.0.1 © 2009 Unreal Solutions