Cinjun Posted March 7, 2014 Report Share Posted March 7, 2014 im using chernaus. i can only see black market weapons. Link to comment Share on other sites More sharing options...
HellGamer115 Posted March 7, 2014 Report Share Posted March 7, 2014 Then 11 is the correct instance; you might be having similar issues as I am. I have not had a chance to look at the database yet to see if Capt-O is correct. Sorry I cannot be of any more help at the moment. If I do find out anything I will pass it along though. Link to comment Share on other sites More sharing options...
Cinjun Posted March 8, 2014 Report Share Posted March 8, 2014 Now granted i'm still using 1.3.0.1 you might be using the more recent version. Link to comment Share on other sites More sharing options...
MuhKuh Posted March 11, 2014 Author Report Share Posted March 11, 2014 Bugfix: afile "trade_item" must be "trade_items" Link to comment Share on other sites More sharing options...
Woops Posted March 14, 2014 Report Share Posted March 14, 2014 Hi, thanks for this great utility, it is exactly what i was looking for.. BUT.. I can't make it works.. its really confusing, i'm pretty sure that i filled all form fields correct, so login data should be ok. Also, im hosted by Vilayer and i have no problem to connect to my database trough f.e. HeidiSQL, so external connection to database is IMHO not problem.. If i try to connect to the database with same login data as i have in HeidiSQL, Trader Editor shows me this: MySql.Data.MySqlClient.MySqlException: Unable to connect to any of the specified MySQL hosts. at MySql.Data.MySqlClient.NativeDriver.Open() at MySql.Data.MySqlClient.Driver.Open() at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) at MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection() at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection() at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver() at MySql.Data.MySqlClient.MySqlPool.GetConnection() at MySql.Data.MySqlClient.MySqlConnection.Open() at TraderEditor.DatabaseConnector.getTraders(String instance) Here is screenshot of my database & trader editor together just for control that i don't mess up something.. https://www.dropbox.com/s/epweo6c8pp781ey/Screenshot%202014-03-14%2014.06.45.png I have Epoch ver. 1.0.4.2 and map Chernarus Can you help me please? Thank you.. Link to comment Share on other sites More sharing options...
MuhKuh Posted March 14, 2014 Author Report Share Posted March 14, 2014 Are you sure all parameters are coorect ? - the port is not the standard one, may its 3306 ? - take care fore case sentitivity, may "Root" have to be "root" ? - try to create another identity instead of root, in my case I had some kind of problem. - are you using encryption in HeidiSQL? Good luck. Link to comment Share on other sites More sharing options...
Woops Posted March 15, 2014 Report Share Posted March 15, 2014 Tkanks for reply.. yes, i'm pretty sure that i filled correct host, password, port, database name and user name.. (because it works in HeidiSQL and Vilayer reports me that login data). Unfortunetly, i don't know how to create another identity under Vilayer hosting :( I'll try to contact them if is it possible..) And not, I dont use encryption in Heidi SQL... Maybe is some problem on my server side by Vilayer.. I really don't know.. Link to comment Share on other sites More sharing options...
ekroemer Posted March 16, 2014 Report Share Posted March 16, 2014 Thanks for the nice tool! I can get this to work just fine with my localhost server (Cherno with instance 17, not 11, some patches ago there was a revision of trader handling, but I haven't understood the whys or whats). Trying to connect to our Vilayer DBs, however, does not work (the same error messages as shown by 2 people in the previous posts) even though I use the same connection parameters as in my working phpMyAdmin config.inc.php.... There seems to be a thing 'password hashing' that is mysql version dependent?.... Link to comment Share on other sites More sharing options...
patrick8996 Posted May 20, 2014 Report Share Posted May 20, 2014 I have a little problem. I can see the traders and what they sell but when I click on the category nothing shows up on the right side Link to comment Share on other sites More sharing options...
bualdoot Posted June 12, 2014 Report Share Posted June 12, 2014 Where does it pull the currency types from? Is that hard coded into the program, or from a list somewhere? Lots of servers have additional currency options, such as Topaz, Emerald, Ruby....So, if I add that to my my server, will they become selectable in the list? Link to comment Share on other sites More sharing options...
Buly Posted July 11, 2014 Report Share Posted July 11, 2014 I have a little problem. I can see the traders and what they sell but when I click on the category nothing shows up on the right side same here - only black market ammo/weapons shows me the items (chernaros) Link to comment Share on other sites More sharing options...
DJbeast11 Posted July 11, 2014 Report Share Posted July 11, 2014 I can not seem to even get my server to load up in this. I think I am doing this all wrong. can someone help me please. This is the first time I have dealt with trader prices. Link to comment Share on other sites More sharing options...
Raoul Posted July 22, 2014 Report Share Posted July 22, 2014 Help, I can see the trader and the categories, but I can't see the items... I am 100 procent sure the settings are right, and I even rewrote the database once to see if that makes any difference... It does not. Help? :P Link to comment Share on other sites More sharing options...
ReDBaroN Posted July 22, 2014 Report Share Posted July 22, 2014 I am wondering if this is intended or not; maybe vbAWOL will see this and chime in (or maybe someone else knows). It appears (I think I am looking at this right) the Epoch Chernarus 11 (the one I am using) is using the TID's of Epoch Chernarus 17. I put in the instance ID of 17 in the Trader Config Tool and all is well with the world. Epoch Chernarus 11 server_traders.sqf (GITHUB) // Aircraft Dealer menu_Soldier_Sniper_PMC = [ [["Airplanes",517],["Helicopter Unarmed",519]], [], "neutral" ]; Epoch Chernarus 17 server_traders.sqf (GITHUB) // Aircraft Dealer menu_Soldier_Sniper_PMC = [ [["Airplanes",517],["Helicopter Unarmed",519]], [], "neutral" ]; Weird, same for me. I suggest anyone else having probs with empty menus tries instance 17 and edit away....lol Link to comment Share on other sites More sharing options...
mgm Posted July 23, 2014 Report Share Posted July 23, 2014 I coded some new application because I couldn't find a (good) non web based one :) All you need: - MYSQL login data - instance number (found in table Server_TRADERS) Suggestions and bugs to [email protected]. https://www.dropbox.com/sh/nxf0l24lgaaqbdh/60beSYJqAD Good job! Thanks for sharing your work with the community. Link to comment Share on other sites More sharing options...
ReDBaroN Posted July 23, 2014 Report Share Posted July 23, 2014 I coded some new application because I couldn't find a (good) non web based one :) All you need: - MYSQL login data - instance number (found in table Server_TRADERS) Suggestions and bugs to [email protected]. https://www.dropbox.com/sh/nxf0l24lgaaqbdh/60beSYJqAD Nice work dude! Works a charm, once I got my head round actually using instance 17...lol Link to comment Share on other sites More sharing options...
Raoul Posted July 24, 2014 Report Share Posted July 24, 2014 Well... the 17 worked for me to! Really nice tool! Link to comment Share on other sites More sharing options...
kellixon Posted July 26, 2014 Report Share Posted July 26, 2014 Program nice! thx! Link to comment Share on other sites More sharing options...
TNT Posted March 3, 2015 Report Share Posted March 3, 2015 any one still have this tool i need it for an admin. drop box link is down DestinyArts 1 Link to comment Share on other sites More sharing options...
DestinyArts Posted September 11, 2015 Report Share Posted September 11, 2015 any one still have this tool i need it for an admin. drop box link is downSame here would be much appreciated ! Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now