Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: ProfileServ  (Read 6558 times)

0 Members and 1 Guest are viewing this topic.

Andrey

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 65
    • RedeNorte
ProfileServ
« on: November 12, 2010, 05:07:45 AM »

I try use this old module and its work(With mysql) (Anope 1.8.5 and inspircd 1.1), but when restart services, cant read profiles.db and services dont run, need delete profiles.db for run again, but lose all profiles data.

I need this for create an user profile in my network website.
Have mysql and informations about: Real name, location, age, bithrday and more.

Code: [Select]
[Nov 11 01:35:21.817977 2010] trying to load [profileserv]
[Nov 11 01:35:21.818020 2010] Runtime module location: /home/services/services/modules/runtime/profileserv.so.HGqPiw
[Nov 11 01:35:21.844948 2010] Module profileserv compiled against current or newer anope revision 3037, this is 3037
[Nov 11 01:35:21.844979 2010] debug: existing msg: (0x0x8d71950), new msg (0x0x91b3920)
[Nov 11 01:35:21.845000 2010] Displaying message list for PRIVMSG
[Nov 11 01:35:21.845019 2010] 1: 0x0x91b3920
[Nov 11 01:35:21.845038 2010] 2: 0x0x8d71950
[Nov 11 01:35:21.845056 2010] end
[Nov 11 01:35:21.845076 2010] debug: existing msg: (0x0x91b0ac8), new msg (0x0x91b3958)
[Nov 11 01:35:21.845095 2010] Displaying message list for reload
[Nov 11 01:35:21.845114 2010] 1: 0x0x91b3958
[Nov 11 01:35:21.845133 2010] 2: 0x0x91b0ac8
[Nov 11 01:35:21.845151 2010] 3: 0x0x91aee88
[Nov 11 01:35:21.845169 2010] 4: 0x0x9184320
[Nov 11 01:35:21.845187 2010] 5: 0x0x917dc10
[Nov 11 01:35:21.845205 2010] 6: 0x0x917c0c0
[Nov 11 01:35:21.845224 2010] 7: 0x0x916dd30
[Nov 11 01:35:21.845243 2010] 8: 0x0x9166188
[Nov 11 01:35:21.845261 2010] 9: 0x0x910e280
[Nov 11 01:35:21.845280 2010] 10: 0x0x9108630
[Nov 11 01:35:21.845298 2010] 11: 0x0x90ff4a8
[Nov 11 01:35:21.845316 2010] 12: 0x0x90ed9e8
[Nov 11 01:35:21.845335 2010] 13: 0x0x90e9730
[Nov 11 01:35:21.845353 2010] 14: 0x0x90d6718
[Nov 11 01:35:21.845371 2010] 15: 0x0x90cfaa0
[Nov 11 01:35:21.845389 2010] 16: 0x0x903c3e0
[Nov 11 01:35:21.845408 2010] 17: 0x0x9039820
[Nov 11 01:35:21.845425 2010] end
[Nov 11 01:35:21.845446 2010] Displaying message list for nick_expire
[Nov 11 01:35:21.845464 2010] 1: 0x0x91b3990
[Nov 11 01:35:21.845482 2010] end
[Nov 11 01:35:21.845501 2010] debug: existing msg: (0x0x91b0b08), new msg (0x0x91b39e8)
[Nov 11 01:35:21.845523 2010] Displaying message list for db_saving
[Nov 11 01:35:21.845542 2010] 1: 0x0x91b39e8
[Nov 11 01:35:21.845560 2010] 2: 0x0x91b0b08
[Nov 11 01:35:21.845578 2010] 3: 0x0x91a38a8
[Nov 11 01:35:21.845596 2010] 4: 0x0x917c040
[Nov 11 01:35:21.845615 2010] 5: 0x0x91085b0
[Nov 11 01:35:21.845633 2010] 6: 0x0x90eda20
[Nov 11 01:35:21.845651 2010] 7: 0x0x90d9b78
[Nov 11 01:35:21.845669 2010] 8: 0x0x90d6578
[Nov 11 01:35:21.845687 2010] end
[Nov 11 01:35:21.878969 2010] debug: SHOW TABLES LIKE 'ProfileServ';
[Nov 11 01:35:21.881950 2010] debug: Sent: :Services.do.IRC NICK 1289446521 PerfilServ Services.do.IRC Services.do.IRC services ++Si 0.0.0.0 :Serviços de Perfis
[Nov 11 01:35:21.882066 2010] debug: SELECT id FROM `ProfileServ` WHERE name='DeMo'
[Nov 11 01:35:21.883012 2010] Backtrace: Segmentation fault detected
[Nov 11 01:35:21.883048 2010] Backtrace: report the following lines
[Nov 11 01:35:21.883068 2010] Backtrace: Anope version 1.8.5 (3037) build #1, compiled Oct 30 2010 05:57:22  QM
[Nov 11 01:35:21.883514 2010] Backtrace(0): ./services(do_backtrace+0x64) [0x807aad4]
[Nov 11 01:35:21.883537 2010] Backtrace(1): ./services(sighandler+0x16f) [0x807b9cf]
[Nov 11 01:35:21.883556 2010] Backtrace(2): /lib/libc.so.6 [0x50e5f8]
[Nov 11 01:35:21.883575 2010] Backtrace(3): /home/services/services/modules/runtime/profileserv.so.HGqPiw(load_profile_db+0x153) [0xc9f8c3]
[Nov 11 01:35:21.883594 2010] Backtrace(4): /home/services/services/modules/runtime/profileserv.so.HGqPiw(AnopeInit+0xf6) [0xca0556]
[Nov 11 01:35:21.883613 2010] Backtrace(5): ./services(loadModule+0x597) [0x8084aa7]
[Nov 11 01:35:21.883631 2010] Backtrace(6): ./services(modules_delayed_init+0xc3) [0x8084e93]
[Nov 11 01:35:21.883650 2010] Backtrace(7): ./services(init_tertiary+0x4b) [0x80746bb]
[Nov 11 01:35:21.883669 2010] Backtrace(8): ./services(init_secondary+0x69c) [0x8074dac]
[Nov 11 01:35:21.883687 2010] Backtrace(9): ./services(main+0xe0) [0x807b3e0]
[Nov 11 01:35:21.883706 2010] Backtrace: complete
[Nov 11 01:35:21.884965 2010] debug: Emitting event "signal" (1 args)
[Nov 11 01:35:21.884992 2010] Services terminating: Segmentation fault

Source: http://eroin.org/raistlin/Anope-Services-Modul/Anope-Modul/profileserv%5B1%5D.tar.gz
Logged

Andrey

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 65
    • RedeNorte
Re: ProfileServ
« Reply #1 on: November 23, 2010, 03:00:53 PM »

someboy can help?
Logged

Leon

  • Anope User
  • Offline Offline
  • Posts: 36
Re: ProfileServ
« Reply #2 on: January 31, 2011, 02:37:27 PM »

You can use the NeoStats there is a module to run ProfileServ too.
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: ProfileServ
« Reply #3 on: January 31, 2011, 02:49:52 PM »

Is neostats developed anymore?
Logged

Leon

  • Anope User
  • Offline Offline
  • Posts: 36
Re: ProfileServ
« Reply #4 on: January 31, 2011, 03:00:53 PM »

No, not anymore
« Last Edit: January 31, 2011, 03:03:12 PM by Leon »
Logged

katsklaw

  • Supporter
  • Anope User
  • Offline Offline
  • Posts: 537
Re: ProfileServ
« Reply #5 on: January 31, 2011, 04:21:56 PM »

neither is this module, it was last updated 6 years ago.
Logged

Andrey

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 65
    • RedeNorte
Re: ProfileServ
« Reply #6 on: September 04, 2011, 03:12:25 PM »

 :(
Logged
Pages: [1]   Go Up