Function GetLandPagePicturesList

Purpose:

It returns the list of pictures that the owner of an E-SPORT defined to be shown in the landing page as the central frame, left band ads/branding, right band ads/branding.

It also return a mp4 video or GIF image to showdown at the very background fullscreen. It is ramdonly chosed from a global list.

Normally is used to show marketing pictures/artwork in the landing page.

Input parameters:

  • CyberName =  License’s name for the target server.

Example of usage:

https://wingamer.ar/ApiMasterControl/GetLandPagePicturesList.php?CyberName=flulpycrea

Output:

  • Array {“ResponseClass”:“List”, “EsportsAttribs”: valor, “Param1”:“Central Framing Images”, “Param2″:”Left Band Ads”, “Param3″:”Right Band Ads”, “Param4”: “Selected_vid.mp4”, “Param5″:”Selected_gif.gif”}
    Each parameter is a list of images, each image specified by its absolute URL, the images are separated by commas.

    Significado del valor EsportsAttribs (en la web oficial):
    bit 0 = 1, usa GIFs como animación de fondo, caso contrario, usa videos. De todos modos, esta función devuelve solo lo que corresponde, la ruta del GIFs o la ruta del video, no ambos al mismo tiempo.
    bit 1 = 1, usar launcher de juegos y savegames por web y hacer desaparecer el launcher local.

  • Array {“ResponseClass”:”ERROR”, ”Param1″:”error message”}