[ixpmanager] Member logo API

David Croft david-ixpmanager at infotrek.co.uk
Wed May 27 16:05:44 IST 2020


Thank you Barry, that's all set up and working now!

David

On Wed, 27 May 2020 at 16:23, Barry O'Donovan <barry.odonovan at inex.ie> wrote:
>
> Hi David,
>
> this is documented here:
>
> https://docs.ixpmanager.org/features/member-export/
>
> INEX publishes its skin and that's available here:
>
> https://github.com/inex/IXP-Manager/blob/master/resources/skins/inex/content/members/0/list.foil.php
>
>   - Barry
>
> David Croft wrote on 27/05/2020 15:08:
> > Hi,
> >
> > Is there an API to get the member logo filenames (ideally also with
> > their names & website URLs) from IXP Manager?
> >
> > I'm wondering how it is done on the front page of inex.ie. At the
> > moment I am using some SQL[1] but I'd prefer the webserver not be able
> > to access the IXP Manager database.
> >
> > Thanks
> > David
> >
> > [1] SELECT cust.name, cust.corpwww, logos.stored_name \
> >                  FROM cust \
> >                      INNER JOIN logos ON cust.id=logos.customer_id \
> >                  WHERE cust.status=1 \
> >                      AND cust.type=1 \
> >                  ORDER BY cust.name ASC
> > _______________________________________________
> > INEX IXP Manager mailing list
> > ixpmanager at inex.ie
> > Unsubscribe or change options here: https://www.inex.ie/mailman/listinfo/ixpmanager
> >
>
>
> --
>
> Kind regards,
> Barry O'Donovan
> INEX Operations
>
> https://www.inex.ie/support/
> +353 1 531 3339
>
>
>


More information about the ixpmanager mailing list