These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
12Next page
 

SMF Fitting Display Tool

Author
Troy Aihaken
Quekz
#1 - 2013-01-08 17:36:30 UTC  |  Edited by: Troy Aihaken
I have seen ones for phpbb and mybb but are there any available for SMF, Would be great if someone could point me in the right direction to one.
PS: Dont really want to have to code one myself but if i have too so be it :)

NodeJS Developer | Frontend Development | Programming Enthusiast

Troy Aihaken
Quekz
#2 - 2013-01-09 16:15:23 UTC
Bump

NodeJS Developer | Frontend Development | Programming Enthusiast

Chiyo Miharu
Imperial Academy
Amarr Empire
#3 - 2013-01-11 11:15:55 UTC
o/


Peter Kidds ported the phpbb fitting display mod to smf some while ago
https://forums.eveonline.com/default.aspx?g=posts&m=910888#post910888

it has a problem when you try to post fittings with modules containing '
besides this it is working good.


I am using it in our Alliance Forum:
http://eve.tetriac.de/index.php?topic=492.0

database is old (crucible). im not very good in database stuf and only very basic php stuff xD

the download links in the old forum thread are dead so here is the zip extracted out of my forum:
http://eve.tetriac.de/EFTMod.zip

hope this helps ^^


ps: sry for my bad english. not my native language

Troy Aihaken
Quekz
#4 - 2013-01-11 15:46:22 UTC
Legend :) Thank you very much. I will have a look and see if i can update it. But again thank you so much

NodeJS Developer | Frontend Development | Programming Enthusiast

Nutbolt
University of Caille
Gallente Federation
#5 - 2013-01-11 16:33:01 UTC
Troy Aihaken wrote:
Legend :) Thank you very much. I will have a look and see if i can update it. But again thank you so much


If you do manage it, feel free to post the update here for much love and likes. Thanks :)
Troy Aihaken
Quekz
#6 - 2013-01-11 16:37:29 UTC  |  Edited by: Troy Aihaken
Well that link that has been posted, works great but i will see if can add some new things eventually. Need to learn the code of it.

But before i do anything SHOUTOUT to Peter Kidds the Original Developer. If You see this and have a problem with me editting it and reuploading please contact me in-game and well work something out :)

Screenshot: http://gyazo.com/bf66229e81ee75633de5e14151cd38aa

NodeJS Developer | Frontend Development | Programming Enthusiast

Chiyo Miharu
Imperial Academy
Amarr Empire
#7 - 2013-01-11 17:03:25 UTC
np

for me it works as long as i dont post fittings containing ' (like 'Malkuth' Heavy Missile Launcher I)
when i do it dies with the message "hacking attempt" (i tried to fix this but i failed)
Troy Aihaken
Quekz
#8 - 2013-01-11 21:27:33 UTC
Chiyo Miharu wrote:
np

for me it works as long as i dont post fittings containing ' (like 'Malkuth' Heavy Missile Launcher I)
when i do it dies with the message "hacking attempt" (i tried to fix this but i failed)


I will have a go at fixing :)

NodeJS Developer | Frontend Development | Programming Enthusiast

Troy Aihaken
Quekz
#9 - 2013-01-11 22:18:03 UTC
Well i had a go and changed things but still says hacking attempt

NodeJS Developer | Frontend Development | Programming Enthusiast

Nutbolt
University of Caille
Gallente Federation
#10 - 2013-01-28 16:23:03 UTC
Any luck updating the database to Retribution? (although big changes coming with Ret 1.1).
Troy Aihaken
Quekz
#11 - 2013-01-28 16:30:31 UTC
Negative not atm, still looking through it.

NodeJS Developer | Frontend Development | Programming Enthusiast

Kosmoto Gothwen
Frenemy Logicians
#12 - 2013-01-28 19:21:22 UTC
I haven't looked at the code myself, but could you do a simple strtr to add an escape character for '. Or it sounds like it might be using string queries, instead replace those with prepared statements.
Erwin Krym'L
Bitslix
Lolsec Fockel
#13 - 2013-03-29 16:23:37 UTC
Is there an active repo or sth?
I updated the code Chiyo Miharu made available to be able to show the displayed fittings ingame using the "Ship DNA".

Nevertheless. If anybody else is interested, I may as well just post the changes here...


BTW: Has anybody a current database dump or sth.? I imported some items from a db-update made available to the phpbb version of this fitting mod, but some are still missing...
Chiyo Miharu
Imperial Academy
Amarr Empire
#14 - 2013-04-04 20:52:28 UTC
as far as i know there is no active repo

im interested in the changes you made ^^

maybe you can extract the stuff needed from the eve static database dump.

Chiyo Miharu
Imperial Academy
Amarr Empire
#15 - 2013-04-06 01:57:00 UTC  |  Edited by: Chiyo Miharu
hello again

I recreated the database tables needed by the mod out of the retribution 1.1-84566 static data export.

here is a little test from my forum
http://eve.tetriac.de/index.php?topic=492.msg720#msg720


the 3 tables I updated are:
EFTCharges
EFTmodules
EFTShips

you can download the .sql files i exported with phpmyadmin here:
http://eve.tetriac.de/dbupdated.zip

hope this helps ^^

edit:
the problem with the ' still exists
MrCue
Alpha Quadrant Industries
#16 - 2013-04-06 10:49:14 UTC
Troy Aihaken
Quekz
#17 - 2013-04-06 11:41:34 UTC
Thank you that looks pretty good. Would you mind if i made a smf plugin using this or would that breach any type of copyright.

NodeJS Developer | Frontend Development | Programming Enthusiast

Troy Aihaken
Quekz
#18 - 2013-04-06 12:21:14 UTC
Damn apostrophes, they always cause a problem.

NodeJS Developer | Frontend Development | Programming Enthusiast

SghnDubh
BattleClinic
#19 - 2013-04-06 13:07:39 UTC
Troy Aihaken wrote:
Thank you that looks pretty good. Would you mind if i made a smf plugin using this or would that breach any type of copyright.


We don't mind, but we'd hope you'll credit BC, or even offer timecodes through your own Deep Space Supply affiliate link within the app. Pretty much a win for everyone -player, developer, api provider- that way Big smile
Troy Aihaken
Quekz
#20 - 2013-04-06 13:12:28 UTC
ok i would definetly credit BC, just cant do affiliate link because im 16 haha

NodeJS Developer | Frontend Development | Programming Enthusiast

12Next page