Pages: 1 2 :: [one page] |
|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Troy Aihaken
L0s Zetas Zombie Ninja Space Bears
27
|
Posted - 2013.01.08 17:36:00 -
[1] - Quote
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 :) I like helping people with I.T in eve technology hit me up in game. You need a killboard, CMS or forums + plus other cool apps made by eve developers let me know we can work something out :) |

Troy Aihaken
L0s Zetas Zombie Ninja Space Bears
27
|
Posted - 2013.01.09 16:15:00 -
[2] - Quote
Bump
I like helping people with I.T in eve technology hit me up in game. You need a killboard, CMS or forums + plus other cool apps made by eve developers let me know we can work something out :) |

Chiyo Miharu
Minelands HELM Alliance
0
|
Posted - 2013.01.11 11:15:00 -
[3] - Quote
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
L0s Zetas Zombie Ninja Space Bears
27
|
Posted - 2013.01.11 15:46:00 -
[4] - Quote
Legend :) Thank you very much. I will have a look and see if i can update it. But again thank you so much I like helping people with I.T in eve technology hit me up in game. You need a killboard, CMS or forums + plus other cool apps made by eve developers let me know we can work something out :) |

Nutbolt
Avalon Project Shadow Rock Alliance
70
|
Posted - 2013.01.11 16:33:00 -
[5] - Quote
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
L0s Zetas Zombie Ninja Space Bears
27
|
Posted - 2013.01.11 16:37:00 -
[6] - Quote
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 I like helping people with I.T in eve technology hit me up in game. You need a killboard, CMS or forums + plus other cool apps made by eve developers let me know we can work something out :) |

Chiyo Miharu
Minelands HELM Alliance
0
|
Posted - 2013.01.11 17:03:00 -
[7] - Quote
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
L0s Zetas Zombie Ninja Space Bears
27
|
Posted - 2013.01.11 21:27:00 -
[8] - Quote
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 :) I like helping people with I.T in eve technology hit me up in game. You need a killboard, CMS or forums + plus other cool apps made by eve developers let me know we can work something out :) |

Troy Aihaken
L0s Zetas Zombie Ninja Space Bears
27
|
Posted - 2013.01.11 22:18:00 -
[9] - Quote
Well i had a go and changed things but still says hacking attempt I like helping people with I.T in eve technology hit me up in game. You need a killboard, CMS or forums + plus other cool apps made by eve developers let me know we can work something out :) |

Nutbolt
Avalon Project Shadow Rock Alliance
77
|
Posted - 2013.01.28 16:23:00 -
[10] - Quote
Any luck updating the database to Retribution? (although big changes coming with Ret 1.1).
|
|

Troy Aihaken
Perkone Caldari State
27
|
Posted - 2013.01.28 16:30:00 -
[11] - Quote
Negative not atm, still looking through it. I like helping people with I.T in eve technology hit me up in game. You need a killboard, CMS or forums + plus other cool apps made by eve developers let me know we can work something out :) |

Kosmoto Gothwen
Frenemy Logicians
3
|
Posted - 2013.01.28 19:21:00 -
[12] - Quote
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
Nippon Banzai Club
0
|
Posted - 2013.03.29 16:23:00 -
[13] - Quote
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
Minelands HELM Alliance
0
|
Posted - 2013.04.04 20:52:00 -
[14] - Quote
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
Minelands HELM Alliance
0
|
Posted - 2013.04.06 01:57:00 -
[15] - Quote
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
Caldari Provisions Caldari State
2
|
Posted - 2013.04.06 10:49:00 -
[16] - Quote
You are welcome to use our tool http://eve.battleclinic.com/jquery_loadout_demo.php |

Troy Aihaken
MARS. Consortium Brothers of Tangra
29
|
Posted - 2013.04.06 11:41:00 -
[17] - Quote
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. I like helping people with I.T in eve technology hit me up in game. You need a killboard, CMS or forums + plus other cool apps made by eve developers let me know we can work something out :) |

Troy Aihaken
MARS. Consortium Brothers of Tangra
29
|
Posted - 2013.04.06 12:21:00 -
[18] - Quote
Damn apostrophes, they always cause a problem. I like helping people with I.T in eve technology hit me up in game. You need a killboard, CMS or forums + plus other cool apps made by eve developers let me know we can work something out :) |

SghnDubh
BattleClinic
6
|
Posted - 2013.04.06 13:07:00 -
[19] - Quote
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  |

Troy Aihaken
MARS. Consortium Brothers of Tangra
29
|
Posted - 2013.04.06 13:12:00 -
[20] - Quote
ok i would definetly credit BC, just cant do affiliate link because im 16 haha I like helping people with I.T in eve technology hit me up in game. You need a killboard, CMS or forums + plus other cool apps made by eve developers let me know we can work something out :) |
|

Erwin Krym'L
Nippon Banzai Club
0
|
Posted - 2013.04.09 17:01:00 -
[21] - Quote
Thanks for the data export. I'll give them a try soon.
Here are the changes i made to -+Subs.php-½ in order to compile a link with shipDNA for the IGB: Modifications to Subs.php to include ShipDNA (Edit: If it says, it took too long to render that page.... just reload it )
And for the problem with the ' i think a call to -+mysql_real_escape_string($shipType) should do the trick: Escape itemname in db-query (I currently have this included in my forum's working copy ... not encountered any new problems so far)
Have you thought of also including ShipDNA to your tool? Your tool would definitely have the big advantage, to stop us having to worry about updating our database tables regularly...  |

MrCue
Caldari Provisions Caldari State
2
|
Posted - 2013.04.09 18:06:00 -
[22] - Quote
Erwin Krym'L wrote:Have you thought of also including ShipDNA to your tool? Your tool would definitely have the big advantage, to stop us having to worry about updating our database tables regularly... 
It supports all of the formats (except for file upload) that the BC fitting tool does.
I've added an example of adding the DNA, you need only change the contents of the div.
The advantage of using the EFT format over the DNA one is
1.) People are most likely to post in EFT format 2.) If the plugin fails (or theres no javascript) then it falls back to just displaying readable text. |

Erwin Krym'L
Nippon Banzai Club
0
|
Posted - 2013.04.10 09:12:00 -
[23] - Quote
I rather thought of the ShipDNA as an output, so that users may open the according fitting panel ingame, when the certain site has been added to the IGBs "trusted sites". |

Tonto Auri
Vhero' Multipurpose Corp
58
|
Posted - 2013.04.10 22:18:00 -
[24] - Quote
I've tried it, followed the example by a letter, but all I got was "Unhandled Error: Undefined variable: $jq". There: http://eve.rootdir.org/evefit/fitting.html |

Chiyo Miharu
Minelands HELM Alliance
0
|
Posted - 2013.04.19 16:02:00 -
[25] - Quote
the mysql_real_escape_string hasn't worked for me. i found a fix which is working fine:
Quote:replace this: //get the info about the module //$sql = \'SELECT * FROM EFTmodules where TypeName = "\' . $itemname . \'"\';
with this: //get the info about the module //fix for aphostrophe problem $itemname = str_replace("'", "\'", $itemname); $sql = \'SELECT * FROM EFTmodules where TypeName = "\' . mysql_real_escape_string($itemname) . \'"\';
Im not good in php so it would be nice if someone else can check if this is ok or maybe causing security problems.
there is also an error in the sql export i posted a few weeks ago.
the subsystems in the EFTmodules table field "location" has to be "SubSystem" In my export it was "Subsystem" (like in the eve static datadump) this error is messing up t3 fits posted in the forum.
So here is the link to download the corrected .sql files to fix this error: http://eve.tetriac.de/dbupdated2.zip
hope this helps ^^
|

Erwin Krym'L
Nippon Banzai Club
0
|
Posted - 2013.04.21 11:40:00 -
[26] - Quote
Dammit! I should have come to that by myself, as I use the str_replace method in my Character Linking Mod  Nevertheless, thanks for the work on the static db dump... |

Linuz Vip
Les Baleines sous Graviers Squale Operation Empire
0
|
Posted - 2013.05.07 13:54:00 -
[27] - Quote
Hi everyone,
I followed instructions here arround, to install it; But I have the issue, please see here : http://les-baleines-sous-graviers.net/index.php?topic=162.0
I'm looking your help to solve the issue. Thanks
++ Linuz Vip CEO Les Baleines sous Graviers |

Linuz Vip
Les Baleines sous Graviers Squale Operation Empire
0
|
Posted - 2013.05.07 17:12:00 -
[28] - Quote
I need help. Thanks ++ Linuz Vip CEO Les Baleines sous Graviers |

Asooka Thano
White Rising Shadow
0
|
Posted - 2013.05.21 08:28:00 -
[29] - Quote
i found some old Names in the Database
Replaced them with the actuall ones
Example:
prototype 100mn Microwarpdrive
here is the download link:
http://www1.datafilehost.com/d/b8ac4e6c |

Asooka Thano
White Rising Shadow
0
|
Posted - 2013.05.21 11:43:00 -
[30] - Quote
Round nr. 2
Added Corax, Algos, Venture, Talwar & Dragoon
Workd over the Shield Rigs & Shield Hardener
Here The New Update
http://www1.datafilehost.com/d/9b99e716 |
|

Chiyo Miharu
Minelands HELM Alliance
0
|
Posted - 2013.05.21 13:18:00 -
[31] - Quote
Chiyo Miharu wrote:the mysql_real_escape_string hasn't worked for me. i found a fix which is working fine: edit: the forum doesn't like code so here is a link: http://eve.tetriac.de/fixforapostrophe.txtIm not good in php so it would be nice if someone else can check if this is ok or maybe causing security problems. there is also an error in the sql export i posted a few weeks ago. the subsystems in the EFTmodules table field "location" has to be "SubSystem" In my export it was "Subsystem" (like in the eve static datadump) this error is messing up t3 fits posted in the forum. So here is the link to download the corrected .sql files to fix this error: http://eve.tetriac.de/dbupdated2.ziphope this helps ^^
All the database updates up to retribution 1.1 i have already made. Feel free to use the database dumps in the link above ^^ |

Asooka Thano
White Rising Shadow
0
|
Posted - 2013.05.21 14:39:00 -
[32] - Quote
Hi Chiyo
sorry for that but on my server it has not uploaded them so i inserted them by myself
was a bit wired but it looks like it was an server error in the datacenter
keep on with this nice tool 
it is a great help for my newbie corp
|

Reileen Kawahara
Apollo Technologies Inc Luna Sanguinem
12
|
Posted - 2013.06.22 18:13:00 -
[33] - Quote
Has anyone got the full package download link, seems there are bits around all over the place.
Looks an awesome mod and willing to pay for a working version that is up to date. |
|
|
|
Pages: 1 2 :: [one page] |