Fretsweb (FoF contest server)

For discussion of high scores and high score charts
This topic is 14 years and 10 months old. Instead of replying, please begin a new topic, or search for another related topic that may be more suitable.
User avatar
MeteOritO
Member
Posts: 71
Joined: February 22nd, 2008
Location: spain
Reputation: 0
Contact:

Re: Fretsweb (FoF contest server)

Postby MeteOritO » Sat May 02, 2009 8:22 am

dsprenkels wrote:I don't like these stars, they wont fit into the site. I would like to put the original stars, from the original game. You may have noticed why...
ImageImageImage

You can add stars by the <img> tag, but because you are using FoFCS. I'd recommend you to sit back and wait.

Acrox, how do you mean by points. I am sorting them by points on the score page.

---- EDIT ----

hide = 19
hash = c47413ce7a008ac6f4556fdb196f2d1658ead95a
difficulty = Expert
Stars = 6
Name Player = Meteorito

Oh Meteor, what does hide mean? I don't see where it's for...


Sorry error name discription.
No hide name is : id
Daan Sprenkels
User avatar
Slek
Member
Posts: 36
Joined: September 20th, 2008
Location: The Netherlands
Reputation: 0
Contact:

Re: Fretsweb (FoF contest server)

Postby Slek » Sat May 02, 2009 8:31 am

acrox999 wrote:And what I mean in my easrlier post is why don't we sort the players in the players page(players.php) according to their points or activity?

Well, you'd get exactly the same page as scores.php. And this is the main way to look up playing friends in a great Fretsweb. The reason why scores.php is empty, is that nobody has played any songs, and there are no highscores. Also: The amount of players viewed on scores.php can be editted by just adding more values to the points array in the configuration panel.
Fretsweb project: http://sourceforge.net/projects/fretsweb
It's a Contest Server...
User avatar
MeteOritO
Member
Posts: 71
Joined: February 22nd, 2008
Location: spain
Reputation: 0
Contact:

Re: Fretsweb (FoF contest server)

Postby MeteOritO » Sat May 02, 2009 10:25 am

Lang Spanish

Code: Select all

<?php

$lang = array(

   'chart_create_error' => 'Error al Crear Chart.',
   'home' => 'Principal',
   'scores' => 'Puntos',
   'db_error' => 'Error en la Base de Datos;es',
   'scoring_system' => 'Tabla de Puntos:',
   'position:' => 'Posicion:',
   'points:' => 'Puntos:',
   'points' => 'puntos',
   'contest_is' => 'Le competicion esta %s',
   'CLOSED' => 'CERRADA;',
   'CLOSED_until' => 'CERRADA hasta el %s',
   'OPEN' => 'ABIERTA',
   'OPEN_until' => 'ABIERTA hasta el %s',
   'links' => 'Enlaces',
   'admin_panel' => 'Administracion',
   'help' => 'ayuda',
   'by' => 'por',
   'score_tools_info' => 'Puntos_Erramientas_Informacion.',
   'uploadurl_is' => 'Uploadurl: %s',
   'players' => 'Jugadores',
   'player' => 'Jugador',
   'songs' => 'Canciones',
   'no_songs' => 'Ninguna Cancion en la Base de Datos;es.',
   'download_link_is' => 'El enlace para Descargar es: %s',
   'no_download_link' => 'No hay Enlace de Descarga.',
   'language' => 'Lenguaje',
   'no_scores' => 'No hay Puntuaciones en la Base de Datos;es.',
   'no_information' => 'No hay Informacion',
   'most_played_song:' => 'Cancion mas Tocada:',
   'most_active_player:' => 'Jugador mas Activo:',
   'last_added_player:' => 'Ultimo Jugador añadido:',
   'nobody' => 'Ninguno',
   'last_played_song:' => 'Ultima Cancion Tocada:',
   'no_players_on' => 'Ningun Jugador Registrado; %s.',
   'join' => 'Unirse',
   'join_request_succes' => 'Unirse hacer una peticion para "%s".',
   'join_name_exists' => 'El Nombre "%s" Ya existe;ja.',
   'joining_disabled' => 'Unirse Desactivado;.',
   'send_request' => 'Enviar Peticion',
   'name:' => 'Nombre:',
   'join_name_longer' => 'El Nombre "%s" Es demasiado largo.',
   'already_joined' => 'Ya se a Registrado a: %s.',
   'click_here_join' => 'Clickar aqui para Registrar Tu Nombre.',
   'click_here_request_song' => 'Clickar aqui para pedir una nueva Cancion.',
   'charts' => 'Listas',
   'request_song' => 'Peticion de una Cancion',
   'asksong_file_differs' => 'Nombre de Archivo diferente para %s.',
   'extra' => 'Extra'
   
//(last no comma)
);

?>
Daan Sprenkels
User avatar
Slek
Member
Posts: 36
Joined: September 20th, 2008
Location: The Netherlands
Reputation: 0
Contact:

Re: Fretsweb (FoF contest server)

Postby Slek » Sat May 02, 2009 11:42 am

Wow thank you very much.

But, because I'm building, I have new $lang values all the time:

Code: Select all

'forum' => 'Forum',
   'new_post' => 'New post',
   'text:' => 'Text:'

You don't have to translate them now, but at version 0.9 I'd highly appreciate it.
By the way: any ideas for easter eggs?

---- EDIT ----

Oh Meteor.
The score_tools_info has been translated bad.
The score tools info is a small text that says:
"These are some tools witch can be useful."

Thanks for translating.
Fretsweb project: http://sourceforge.net/projects/fretsweb
It's a Contest Server...
User avatar
MeteOritO
Member
Posts: 71
Joined: February 22nd, 2008
Location: spain
Reputation: 0
Contact:

Re: Fretsweb (FoF contest server)

Postby MeteOritO » Sat May 02, 2009 3:42 pm

You don't have to translate them now, but at version 0.9 I'd highly appreciate it.
By the way: any ideas for easter eggs?


OK no Problem :smile:
Daan Sprenkels
User avatar
Slek
Member
Posts: 36
Joined: September 20th, 2008
Location: The Netherlands
Reputation: 0
Contact:

Translation

Postby Slek » Sun May 03, 2009 7:38 am

Ok meteor, you already translated the first part, start from "//-- Start from here".
Thank you for translating.

Code: Select all

<?php

$lang = array(

   'chart_create_error' => 'Error al Crear Chart.',
   'home' => 'Principal',
   'scores' => 'Puntos',
   'db_error' => 'Error en la Base de Datos;es',
   'scoring_system' => 'Tabla de Puntos:',
   'position:' => 'Posicion:',
   'points:' => 'Puntos:',
   'points' => 'puntos',
   'contest_is' => 'Le competicion esta %s',
   'CLOSED' => 'CERRADA;',
   'CLOSED_until' => 'CERRADA hasta el %s',
   'OPEN' => 'ABIERTA',
   'OPEN_until' => 'ABIERTA hasta el %s',
   'links' => 'Enlaces',
   'admin_panel' => 'Administracion',
   'help' => 'ayuda',
   'by' => 'por',
   'uploadurl_is' => 'Uploadurl: %s',
   'players' => 'Jugadores',
   'player' => 'Jugador',
   'songs' => 'Canciones',
   'no_songs' => 'Ninguna Cancion en la Base de Datos;es.',
   'download_link_is' => 'El enlace para Descargar es: %s',
   'no_download_link' => 'No hay Enlace de Descarga.',
   'language' => 'Lenguaje',
   'no_scores' => 'No hay Puntuaciones en la Base de Datos;es.',
   'no_information' => 'No hay Informacion',
   'most_played_song:' => 'Cancion mas Tocada:',
   'most_active_player:' => 'Jugador mas Activo:',
   'last_added_player:' => 'Ultimo Jugador a&#241;adido:',
   'nobody' => 'Ninguno',
   'last_played_song:' => 'Ultima Cancion Tocada:',
   'no_players_on' => 'Ningun Jugador Registrado; %s.',
   'join' => 'Unirse',
   'join_request_succes' => 'Unirse hacer una peticion para "%s".',
   'join_name_exists' => 'El Nombre "%s" Ya existe;ja.',
   'joining_disabled' => 'Unirse Desactivado;.',
   'send_request' => 'Enviar Peticion',
   'name:' => 'Nombre:',
   'join_name_longer' => 'El Nombre "%s" Es demasiado largo.',
   'already_joined' => 'Ya se a Registrado a: %s.',
   'click_here_join' => 'Clickar aqui para Registrar Tu Nombre.',
   'click_here_request_song' => 'Clickar aqui para pedir una nueva Cancion.',
   'charts' => 'Listas',
   'request_song' => 'Peticion de una Cancion',
   //-- Start from here
   'score_tools_info' => 'These are some tools that could come in handy.',
   'asksong_file_differs' => 'Filename differs from %s.',
   'extra' => 'Extra',
   'forum' => 'Forum',
   'new_post' => 'New post',
   'text:' => 'Text:',
   'send' => 'Send',
   'page_x_of_x' => 'Page %s of %s',
   'can\'t_post' => 'You can\'t post another message right now.',
   'forum_message_longer' => 'Your mesaage (%s) must be longer than 3 digits.',
   'forum_message_shorter' => 'Your message is too long.',
   'forum_wait' => 'Please wait a moment before posting another message.',
   'name_at_time:' => '%s at %s:',
   'name_at_time' => '%s at %s',
   'news' => 'News'

//(last no comma)
);

?>


---- EDIT ----

It's the only thing I need for releasing version 0.9
Fretsweb project: http://sourceforge.net/projects/fretsweb
It's a Contest Server...
User avatar
MeteOritO
Member
Posts: 71
Joined: February 22nd, 2008
Location: spain
Reputation: 0
Contact:

Re: Fretsweb (FoF contest server)

Postby MeteOritO » Sun May 03, 2009 10:00 am

Lang Spanish 0.9

Code: Select all

<?php

$lang = array(

'chart_create_error' => 'Error al Crear Chart.',
'home' => 'Principal',
'scores' => 'Puntos',
'db_error' => 'Error en la Base de Datos;es',
'scoring_system' => 'Tabla de Puntos:',
'position:' => 'Posicion:',
'points:' => 'Puntos:',
'points' => 'puntos',
'contest_is' => 'Le competicion esta %s',
'CLOSED' => 'CERRADA;',
'CLOSED_until' => 'CERRADA hasta el %s',
'OPEN' => 'ABIERTA',
'OPEN_until' => 'ABIERTA hasta el %s',
'links' => 'Enlaces',
'admin_panel' => 'Administracion',
'help' => 'ayuda',
'by' => 'por',
'uploadurl_is' => 'Uploadurl: %s',
'players' => 'Jugadores',
'player' => 'Jugador',
'songs' => 'Canciones',
'no_songs' => 'Ninguna Cancion en la Base de Datos;es.',
'download_link_is' => 'El enlace para Descargar es: %s',
'no_download_link' => 'No hay Enlace de Descarga.',
'language' => 'Lenguaje',
'no_scores' => 'No hay Puntuaciones en la Base de Datos;es.',
'no_information' => 'No hay Informacion',
'most_played_song:' => 'Cancion mas Tocada:',
'most_active_player:' => 'Jugador mas Activo:',
'last_added_player:' => 'Ultimo Jugador a&#241;adido:',
'nobody' => 'Ninguno',
'last_played_song:' => 'Ultima Cancion Tocada:',
'no_players_on' => 'Ningun Jugador Registrado; %s.',
'join' => 'Unirse',
'join_request_succes' => 'Unirse hacer una peticion para "%s".',
'join_name_exists' => 'El Nombre "%s" Ya existe;ja.',
'joining_disabled' => 'Unirse Desactivado;.',
'send_request' => 'Enviar Peticion',
'name:' => 'Nombre:',
'join_name_longer' => 'El Nombre "%s" Es demasiado largo.',
'already_joined' => 'Ya se a Registrado a: %s.',
'click_here_join' => 'Clickar aqui para Registrar Tu Nombre.',
'click_here_request_song' => 'Clickar aqui para pedir una nueva Cancion.',
'charts' => 'Listas',
'request_song' => 'Peticion de una Cancion',
//-- Start from here
'score_tools_info' => 'Estas son algunas herramientas que podrían ser útiles.',
'asksong_file_differs' => 'Nombre de Archivo Diferente de %s.',
'extra' => 'Extra',
'forum' => 'Foro',
'new_post' => 'Nuevo Mensage',
'text:' => 'Texto:',
'send' => 'Enviar',
'page_x_of_x' => 'Pagina %s de %s',
'can\'t_post' => 'No puede publicar otro mensaje ahora.',
'forum_message_longer' => 'Su Mensage (%s) debe ser de más de 3 dígitos.',
'forum_message_shorter' => 'Su mensaje es demasiado largo.',
'forum_wait' => 'Por favor, espere un momento antes de publicar otro mensaje.',
'name_at_time:' => '%s en %s:',
'name_at_time' => '%s en %s',
'news' => 'Nuevos'

//(last no comma)
);

?>


---- EDIT ----

No upload scores in fofix 3.100 :sad:
Daan Sprenkels
User avatar
Slek
Member
Posts: 36
Joined: September 20th, 2008
Location: The Netherlands
Reputation: 0
Contact:

Re: Fretsweb (FoF contest server)

Postby Slek » Sun May 03, 2009 1:30 pm

No upload scores in fofix 3.100 :sad:

Oh, I have deleted my Demo, bacause acrox999 has made a Fretsweb. I do not know for who, or what purpose. But now I can use that one as a preview. If he's nice, I will say his chart server is the official one.
Fretsweb project: http://sourceforge.net/projects/fretsweb
It's a Contest Server...
Daan Sprenkels
User avatar
Slek
Member
Posts: 36
Joined: September 20th, 2008
Location: The Netherlands
Reputation: 0
Contact:

Re: Fretsweb (FoF contest server)

Postby Slek » Mon May 04, 2009 6:21 pm

I have installed my Fretsweb, because now I have released Fretsweb 1.0
Download if you want...
Fretsweb project: http://sourceforge.net/projects/fretsweb
It's a Contest Server...
Bridged To The Sun.
User avatar
acrox999
Member
Posts: 3597
Joined: March 22nd, 2008
Location: /opt/bin/fretsonfire
Reputation: 1
Contact:

Re: Fretsweb (FoF contest server)

Postby acrox999 » Thu May 07, 2009 9:51 am

dsprenkels wrote:
No upload scores in fofix 3.100 :sad:

Oh, I have deleted my Demo, bacause acrox999 has made a Fretsweb. I do not know for who, or what purpose. But now I can use that one as a preview. If he's nice, I will say his chart server is the official one.

Ahaha... I'm a nice guy, I think? I would be happy if my server is an official. Well, thanks for 1.1. Now, my server working properly. :) And how about show everything in RSS feed?
Daan Sprenkels
User avatar
Slek
Member
Posts: 36
Joined: September 20th, 2008
Location: The Netherlands
Reputation: 0
Contact:

Re: Fretsweb (FoF contest server)

Postby Slek » Sun May 10, 2009 5:33 am

Everything is shown in an RSS feed, since version 1.0 I think.
Fretsweb project: http://sourceforge.net/projects/fretsweb
It's a Contest Server...

Return to “High Score Discussion”

Who is online

Users browsing this forum: No registered users and 27 guests