This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

webseen module

Old posts that have not been replied to for several years.
Locked
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

webseen module

Post by caesar »

Has anyone tryed webseen module version 0.3.1? I did on a eggdrop 1.6.13 on a Linux 8.0 and got some errors. Also I've sent an e-mail to the cretor of this module with log.. Is ther esomething else I should do?
Once the game is over, the king and the pawn go back in the same box.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Try posting the errors here, you never know, we might be able to help.

Other wise, it's a hope and pray the creator can help.
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

make[2]: Leaving directory `/home/irc/eggdrop1.6.13/src/mod/uptime.mod'
make[2]: Entering directory `/home/irc/eggdrop1.6.13/src/mod/webseen.mod'
gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c webseen.c
webseen.c:23:29: gseen.mod/gseen.h: No such file or directory
webseen.c:62: parse error before '*' token
webseen.c:62: warning: type defaults to `int' in declaration of `glob_results'
webseen.c:62: warning: type defaults to `int' in declaration of `glob_result'
webseen.c:62: warning: data definition has no type or storage class
In file included from webseen.c:64:
mini_httpd.c:818:2: warning: no newline at end of file
In file included from webseen.c:65:
templates.c: In function `template_init_colorfade':
templates.c:792: `numresults' undeclared (first use in this function)
templates.c:792: (Each undeclared identifier is reported only once
templates.c:792: for each function it appears in.)
In file included from webseen.c:65:
templates.c:965:2: warning: no newline at end of file
In file included from webseen.c:66:
webseen_templates.c: In function `template_send_misc':
webseen_templates.c:117: request for member `seen' in something not a structure or union
webseen_templates.c:119: warning: implicit declaration of function `gseen_duration'
webseen_templates.c:119: request for member `seen' in something not a structure or union
webseen_templates.c:121: request for member `seen' in something not a structure or union
webseen_templates.c:123: `numresults' undeclared (first use in this function)
webseen_templates.c:125: warning: implicit declaration of function `getseenlang'
webseen_templates.c:129: `numseens' undeclared (first use in this function)
webseen_templates.c:133: `glob_total_queries' undeclared (first use in this function)
webseen_templates.c:135: `glob_total_searchtime' undeclared (first use in this function)
webseen_templates.c: In function `template_send_time':
webseen_templates.c:161: request for member `seen' in something not a structure or union
webseen_templates.c: In function `template_send_log':
webseen_templates.c:175: `sglobseendat' undeclared (first use in this function)
webseen_templates.c:175: request for member `seen' in something not a structure or union
webseen_templates.c:177: request for member `seen' in something not a structure or union
webseen_templates.c:177: request for member `seen' in something not a structure or union
webseen_templates.c:177: request for member `seen' in something not a structure or union
webseen_templates.c:177: request for member `seen' in something not a structure or union
webseen_templates.c:177: request for member `seen' in something not a structure or union
webseen_templates.c:179: `sglobpunisher' undeclared (first use in this function)
webseen_templates.c:180: `sglobreason' undeclared (first use in this function)
webseen_templates.c:181: request for member `seen' in something not a structure or union
webseen_templates.c: In function `template_send_results':
webseen_templates.c:201: `gseenres' undeclared (first use in this function)
webseen_templates.c:201: `r' undeclared (first use in this function)
webseen_templates.c: In function `template_send_ifonchan':
webseen_templates.c:230: request for member `seen' in something not a structure or union
In file included from webseen.c:68:
http_processing.c: In function `init_global_vars':
http_processing.c:27: `sglobseendat' undeclared (first use in this function)
http_processing.c:28: `fuzzy_search' undeclared (first use in this function)
http_processing.c: In function `process_get_request':
http_processing.c:50: warning: implicit declaration of function `setsglobs'
http_processing.c:79: `fuzzy_search' undeclared (first use in this function)
http_processing.c:82: warning: implicit declaration of function `valid_seenlang'
http_processing.c:84: warning: implicit declaration of function `setseenlang'
http_processing.c:98: warning: implicit declaration of function `findseens'
http_processing.c:98: warning: assignment makes pointer from integer without a cast
http_processing.c:105: `WS_NORESULT' undeclared (first use in this function)
http_processing.c:122: warning: implicit declaration of function `free_seenresults'
In file included from webseen.c:68:
http_processing.c:123:2: warning: no newline at end of file
webseen.c: In function `webseen_start':
webseen.c:165: `gseen_numversion' undeclared (first use in this function)
make[2]: *** [../webseen.o] Error 1
make[2]: Leaving directory `/home/irc/eggdrop1.6.13/src/mod/webseen.mod'
make[1]: *** [webseen.mod_so] Error 2
make[1]: Leaving directory `/home/irc/eggdrop1.6.13/src/mod'
make: *** [modules] Error 2
Once the game is over, the king and the pawn go back in the same box.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

The webseen module, is a addon module to gseen.

It uses the data that gseen collects, and dislpays it on a web-page.

As such, withou the gseen module, the webseen module is usles, and is what is creating these errors.
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Actualy seems that you are right. I have forgot to put the gseen module when I was "installing" it.. Ups.. Thanks!
Once the game is over, the king and the pawn go back in the same box.
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

This time I have put the gseen and webseen modules in the src/mod and got this error:

make[2]: Entering directory `/home/irc/eggdrop1.6.13/src/mod/webseen.mod'
gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c webseen.c
In file included from webseen.c:64:
mini_httpd.c:818:2: warning: no newline at end of file
In file included from webseen.c:65:
templates.c:965:2: warning: no newline at end of file
In file included from webseen.c:66:
webseen_templates.c: In function `template_send_misc':
webseen_templates.c:125: warning: implicit declaration of function `getseenlang'
webseen_templates.c: In function `template_send_log':
webseen_templates.c:175: `sglobseendat' undeclared (first use in this function)
webseen_templates.c:175: (Each undeclared identifier is reported only once
webseen_templates.c:175: for each function it appears in.)
webseen_templates.c:179: `sglobpunisher' undeclared (first use in this function)
webseen_templates.c:180: `sglobreason' undeclared (first use in this function)
In file included from webseen.c:68:
http_processing.c: In function `init_global_vars':
http_processing.c:27: `sglobseendat' undeclared (first use in this function)
http_processing.c: In function `process_get_request':
http_processing.c:50: warning: implicit declaration of function `setsglobs'
http_processing.c:82: warning: implicit declaration of function `valid_seenlang'
http_processing.c:84: warning: implicit declaration of function `setseenlang'
In file included from webseen.c:68:
http_processing.c:123:2: warning: no newline at end of file
make[2]: *** [../webseen.o] Error 1
make[2]: Leaving directory `/home/irc/eggdrop1.6.13/src/mod/webseen.mod'
make[1]: *** [webseen.mod_so] Error 2
make[1]: Leaving directory `/home/irc/eggdrop1.6.13/src/mod'
make: *** [modules] Error 2

gseen module 1.1.0 and webseen module 0.3.1
Once the game is over, the king and the pawn go back in the same box.
R
Renn_ne

Post by Renn_ne »

Hi,

Have anyone a fix for this? Caesar, find you the problem with your webseen?

In file included from webseen.c:66:
webseen_templates.c: In function `template_send_misc':
webseen_templates.c:125: warning: implicit declaration of function `getseenlang'
webseen_templates.c: In function `template_send_log':
webseen_templates.c:175: `sglobseendat' undeclared (first use in this function)
webseen_templates.c:175: (Each undeclared identifier is reported only once
webseen_templates.c:175: for each function it appears in.)
webseen_templates.c:179: `sglobpunisher' undeclared (first use in this function)
webseen_templates.c:180: `sglobreason' undeclared (first use in this function)
In file included from webseen.c:68:
http_processing.c: In function `init_global_vars':
http_processing.c:27: `sglobseendat' undeclared (first use in this function)
http_processing.c: In function `process_get_request':
http_processing.c:50: warning: implicit declaration of function `setsglobs'
http_processing.c:82: warning: implicit declaration of function `valid_seenlang'
http_processing.c:84: warning: implicit declaration of function `setseenlang'
make[2]: *** [../webseen.o] Fehler 1
make[2]: Verlassen des Verzeichnisses »/home/eggdrop/tools/eggdrop1.6.16rc1/src/mod/webseen.mod«
make[1]: *** [webseen.mod_so] Fehler 2
make[1]: Verlassen des Verzeichnisses »/home/eggdrop/tools/eggdrop1.6.16rc1/src/mod«
make: *** [modules] Fehler 2

bye
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Sadly bun no, I haven't. Just droped it and used something else. :x
Once the game is over, the king and the pawn go back in the same box.
R
Renn_ne

Post by Renn_ne »

Hi,

I wrote a email to the webseen & gseen Author and he answer (german):

...
> Hallo,

Huhu ^_^

> Hab ich doch noch deine eMail gefunden ;)
>
> Ich hoffe du kannst mir helfen oder einen Tip zu deinen Eggdrop Modulen
> geben, ich habe:
> - gseen.mod.1.1.1.dev3
> - webseen.mod.0.3.1
>
> gseen laeuft ohne Probleme, nur webseen macht mucken und will nicht,
> einige kleine Fehler habe ich schon ausgebuegelt (sowas wie keine neue
> Zeile am
> ende von ner *.c usw.)

Tut mir leid Dir das sagen zu müssen, aber ich habe webseen nie
fertiggestellt. Die Version die Du da hast funktioniert nur mit einer ganz
bestimmten gseen Version. Irgendeine 1.1.0 dev, die selber ein wenig
kaputt ist.

Ich würde Dir empfehlen, webseen zu vergessen. Es lohnt den Aufwand nicht.
Im wesentlichen war es nur eine Test-Umgebung für das neue stats.mod
Template-System. Sorry.

MfG,
Flo
...

Short: He said, forget webseen, it was just a test for the new stats.mod template system.

Feel free to translate it to english ;)

bye
Locked