 |
autOK Advanced karaoke hosting system for Nullsoft Winamp
|
| View previous topic :: View next topic |
| Author |
Message |
mikey
Joined: 26 Dec 2009 Posts: 27 Location: San Diego, CA
|
Posted: Sat Dec 26, 2009 12:32 pm Post subject: songs not showing in FE |
|
|
Hi all,
Having issues with songs not displaying in the front end. Very much a n00b with akdj but trying to test it.
using:
Winamp 5.571
AutoKDJ 1.0-RC2
AutokFE 1.0-RC2
Testing on a single machine. HTTP server enabled in AKDJ. All settings are default. When opening the FE without AKDJ being open I get a communication error. With AKDJ open, the front end moves to the singer name entry. So I guess the server is working...
So I turned on logging in AKDJ and mlwww.log is showing this:
http://localhost,INCOMING_CONNECTION,Request received for /karaoke.txt
Searching for karaoke.txt in the winamp path yields nothing so I am guessing the problem is that karaoke.txt is not being created.
Any ideas?
Thanks Toq and Fubar for creating an awesome app. Can't wait to get it up and running.
Mikey |
|
| Back to top |
|
 |
|
|
mikey
Joined: 26 Dec 2009 Posts: 27 Location: San Diego, CA
|
Posted: Tue Feb 23, 2010 9:12 am Post subject: |
|
|
bump.
Anyone have success testing the new FE? |
|
| Back to top |
|
 |
|
|
toqer
Joined: 19 Jan 2006 Posts: 427
|
Posted: Tue Feb 23, 2010 9:08 pm Post subject: |
|
|
| Just downgraded to a previous version of Winamp myself (5.24) you might want to try the same. |
|
| Back to top |
|
 |
|
|
mikey
Joined: 26 Dec 2009 Posts: 27 Location: San Diego, CA
|
Posted: Tue Feb 23, 2010 9:44 pm Post subject: |
|
|
Yea, that's the Winamp version I'm using as well (5.24). The FE 1.0 RC2 works great. AKFE2 not so much.
Question - still trying to get this to work locally - do I need VNC for that?
I set mysql server to http://localhost:80. I'm a SQL n00b so maybe that is the issue. Scan ID cards is off. Below is the cmd dump:
| Code: |
C:\Documents and Settings\mikey\Desktop\akfe2\akfe2>java -jar AutokFE2.0-021109.
jar /setup
DEBUG mode started
error log filename: akfe2-error.log
Tue Feb 23 20:38:25 PST 2010 INFO:Slick Build #230
Weclome State Started
SCANIDCARD * ID Card Scanned - <CR> detected
SERVERCOMM * !! NUMSONGSTOCLOSE: VAL : 71
SCANIDCARD * id card entry ignored - insufficient digits
Cannot connect to database server: java.sql.SQLException: Must specify port afte
r ':' in connection string
Cannot connect to database server: java.sql.SQLException: Must specify port afte
r ':' in connection string
SERVERCOMM * !! NUMSONGSTOCLOSE: VAL : 71
SCANIDCARD * ID Card Scanned - <CR> detected
SCANIDCARD * Master ID Card Scanned. Entering Admin mode.
SERVERCOMM * !! NUMSONGSTOCLOSE: VAL : 71
SCANIDCARD * id card entry ignored - insufficient digits
Cannot connect to database server: java.sql.SQLException: Must specify port afte
r ':' in connection string
Cannot connect to database server: java.sql.SQLException: Must specify port afte
r ':' in connection string
SCANIDCARD * RESTART
SERVERCOMM * !! NUMSONGSTOCLOSE: VAL : 71 |
Last edited by mikey on Mon Apr 05, 2010 5:45 pm; edited 1 time in total |
|
| Back to top |
|
 |
|
|
KJFUBAR Site Admin
Joined: 22 Jun 2007 Posts: 167
|
Posted: Mon Apr 05, 2010 8:34 am Post subject: |
|
|
| mikey wrote: | bump.
Anyone have success testing the new FE? |
I have. So has 7B...
It works pretty good, all things considered.. I even use the ID cards at my home parties with much success (hell, I even had the DBV's going on two kiosks & put the money in to the beer fund). But I digress...
If you're still trying to get this working, let me know. It wasn't quite ready for prime time, I am working on it at the moment looking to complete everything needed for a 'release'... Stay tuned. |
|
| Back to top |
|
 |
|
|
mikey
Joined: 26 Dec 2009 Posts: 27 Location: San Diego, CA
|
Posted: Mon Apr 05, 2010 8:47 am Post subject: |
|
|
Hey Fubar,
Yes, I'm still messing around with it. Looks very cool on the demo and I can't wait for the release. Seems like a sql problem in looking at my cmd post. Have you gotten that error before? |
|
| Back to top |
|
 |
|
|
KJFUBAR Site Admin
Joined: 22 Jun 2007 Posts: 167
|
Posted: Mon Apr 05, 2010 10:46 am Post subject: |
|
|
| mikey wrote: | Hey Fubar,
Yes, I'm still messing around with it. Looks very cool on the demo and I can't wait for the release. Seems like a sql problem in looking at my cmd post. Have you gotten that error before? |
Post a dump of your config\autokfe.properties file so I can take a look. |
|
| Back to top |
|
 |
|
|
mikey
Joined: 26 Dec 2009 Posts: 27 Location: San Diego, CA
|
Posted: Mon Apr 05, 2010 5:41 pm Post subject: |
|
|
Fubar,
Here is autokfe.properties:
| Code: | useTicketing=false
autokdjServer=http\://localhost\:80
iDCardPrefix=
masterIDCard=akdj
mySQLdb=
mySQLServer=http\://localhost\:80
mySQLusertable=
mySQLpass=xxxxxxxx
mySQLtickettable=
dbvPort=COM1
songTicketPrefix=
usePincode=
timeout=
useIDCards=false
mySQLuser=root |
I've never set up a sql db locally before so maybe that has something to do with it as well. I have used phpmyadmin. A quick whitepaper on how to set up mysql locally would be a huge benefit. |
|
| Back to top |
|
 |
|
|
KJFUBAR Site Admin
Joined: 22 Jun 2007 Posts: 167
|
Posted: Tue Apr 06, 2010 12:45 pm Post subject: |
|
|
| mikey wrote: | Fubar,
Here is autokfe.properties:
| Code: | useTicketing=false
autokdjServer=http\://localhost\:80
iDCardPrefix=
masterIDCard=akdj
mySQLdb=
mySQLServer=http\://localhost\:80
mySQLusertable=
mySQLpass=xxxxxxxx
mySQLtickettable=
dbvPort=COM1
songTicketPrefix=
usePincode=
timeout=
useIDCards=false
mySQLuser=root |
I've never set up a sql db locally before so maybe that has something to do with it as well. I have used phpmyadmin. A quick whitepaper on how to set up mysql locally would be a huge benefit. |
Let's start by getting rid of the entry you have for mysql server address... no http, no port... just a simple IP address.. if its on the same machine autokfe is running on then 127.0.0.1 would be appropriate.
Here, follow this:
| Code: |
useTicketing=false
autokdjServer=http\://localhost\:80
iDCardPrefix=01
masterIDCard=2222
mySQLdb=autokdj
mySQLServer=127.0.0.1
mySQLusertable=userid
mySQLuser=kjfubar
mySQLpass=kjfubar
mySQLtickettable=ticket
dbvPort=
songTicketPrefix=00
usePincode=false
timeout=60
useIDCards=false
|
Quick notes:
1. Set up another user for mysql (other than root). In the case of the config above, the appropriate user/pass would be kjfubar/kjfubar
2. Are you running autokdj server, autokfe, and mysql on the same machine? From the config you dumped above, that would appear to be the case, which is ok, but make sure that's the case, otherwise adjustments are needed.
Once you've established the user account in mysql, fire up the FE, click kiosk admin, confirm settings, click "create DB", and you should have joy.
I'll put together a quick video, Toqeresque style, once I've finished and we release the latest FE for testing which will include steps A-Z from installing autokdj plugin, to installing a quick and complete XAMPP (apache, mysql, php, etc.), installing java RE, and the FE all in a 5 minute video.
Stay tuned. |
|
| Back to top |
|
 |
|
|
mikey
Joined: 26 Dec 2009 Posts: 27 Location: San Diego, CA
|
Posted: Tue Apr 06, 2010 1:21 pm Post subject: |
|
|
cool. I'll give this a go this evening.
Thanks fubar for the quick response. Looking forward to the release. |
|
| Back to top |
|
 |
|
|
mikey
Joined: 26 Dec 2009 Posts: 27 Location: San Diego, CA
|
Posted: Tue Apr 06, 2010 3:25 pm Post subject: |
|
|
I installed XAMPP, activated MySql. Setup kjfubar as a user/pass in myphpadmin. Granted full privileges to kjfubar on the mysql db. Launched winamp server. Launched the FE. typed '2222' to enter admin mode in the FE. Clicked kiosk admin, all looked well, so I created the DB. No confirmation but I assume it worked. Exited the kiosk admin. I am presented with the scan ID card screen. I forced exit of the FE, and here's my cmd dump:
| Code: |
C:\Documents and Settings\mikey\Desktop\akfe2\akfe2>java -jar AutokFE2.0-021109.
jar
DEBUG mode started
error log filename: akfe2-error.log
Tue Apr 06 15:16:24 PDT 2010 INFO:Slick Build #230
Weclome State Started
SCANIDCARD * ID Card Scanned - <CR> detected
SCANIDCARD * Master ID Card Scanned. Entering Admin mode.
SERVERCOMM * !! NUMSONGSTOCLOSE: VAL : 152
SCANIDCARD * id card entry ignored - insufficient digits
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
SCANIDCARD * RESTART
SERVERCOMM * !! NUMSONGSTOCLOSE: VAL : 152
SCANIDCARD * ID Card Scanned - <CR> detected
SERVERCOMM * !! NUMSONGSTOCLOSE: VAL : 152
SCANIDCARD * id card entry ignored - insufficient digits
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
SCANIDCARD * ID Card Scanned - <CR> detected
SERVERCOMM * !! NUMSONGSTOCLOSE: VAL : 152
SCANIDCARD * id card entry ignored - insufficient digits
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
SERVERCOMM * !! NUMSONGSTOCLOSE: VAL : 152
SCANIDCARD * ID Card Scanned - <CR> detected
SERVERCOMM * !! NUMSONGSTOCLOSE: VAL : 152
SCANIDCARD * id card entry ignored - insufficient digits
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
SCANIDCARD * ID Card Scanned - <CR> detected
SERVERCOMM * !! NUMSONGSTOCLOSE: VAL : 152
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
SERVERCOMM * !! NUMSONGSTOCLOSE: VAL : 152
SCANIDCARD * ID Card Scanned - <CR> detected
SERVERCOMM * !! NUMSONGSTOCLOSE: VAL : 152
SCANIDCARD * id card entry ignored - insufficient digits
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
|
So I guess the create db function in the FE is not creating the DB and tables for some reason. If I manually create the 'autokdj' db in phpmyadmin, then it throws a table error.
Last edited by mikey on Tue Apr 06, 2010 4:18 pm; edited 2 times in total |
|
| Back to top |
|
 |
|
|
KJFUBAR Site Admin
Joined: 22 Jun 2007 Posts: 167
|
Posted: Wed Apr 07, 2010 6:25 am Post subject: |
|
|
| mikey wrote: | I installed XAMPP, activated MySql. Setup kjfubar as a user/pass in myphpadmin. Granted full privileges to kjfubar on the mysql db. Launched winamp server. Launched the FE. typed '2222' to enter admin mode in the FE. Clicked kiosk admin, all looked well, so I created the DB. No confirmation but I assume it worked. Exited the kiosk admin. I am presented with the scan ID card screen. I forced exit of the FE, and here's my cmd dump:
| Code: |
C:\Documents and Settings\mikey\Desktop\akfe2\akfe2>java -jar AutokFE2.0-021109.
jar
DEBUG mode started
error log filename: akfe2-error.log
Tue Apr 06 15:16:24 PDT 2010 INFO:Slick Build #230
Weclome State Started
SCANIDCARD * ID Card Scanned - <CR> detected
SCANIDCARD * Master ID Card Scanned. Entering Admin mode.
SERVERCOMM * !! NUMSONGSTOCLOSE: VAL : 152
SCANIDCARD * id card entry ignored - insufficient digits
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
SCANIDCARD * RESTART
SERVERCOMM * !! NUMSONGSTOCLOSE: VAL : 152
SCANIDCARD * ID Card Scanned - <CR> detected
SERVERCOMM * !! NUMSONGSTOCLOSE: VAL : 152
SCANIDCARD * id card entry ignored - insufficient digits
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
SCANIDCARD * ID Card Scanned - <CR> detected
SERVERCOMM * !! NUMSONGSTOCLOSE: VAL : 152
SCANIDCARD * id card entry ignored - insufficient digits
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
SERVERCOMM * !! NUMSONGSTOCLOSE: VAL : 152
SCANIDCARD * ID Card Scanned - <CR> detected
SERVERCOMM * !! NUMSONGSTOCLOSE: VAL : 152
SCANIDCARD * id card entry ignored - insufficient digits
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
SCANIDCARD * ID Card Scanned - <CR> detected
SERVERCOMM * !! NUMSONGSTOCLOSE: VAL : 152
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
SERVERCOMM * !! NUMSONGSTOCLOSE: VAL : 152
SCANIDCARD * ID Card Scanned - <CR> detected
SERVERCOMM * !! NUMSONGSTOCLOSE: VAL : 152
SCANIDCARD * id card entry ignored - insufficient digits
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
|
So I guess the create db function in the FE is not creating the DB and tables for some reason. If I manually create the 'autokdj' db in phpmyadmin, then it throws a table error. |
Couple of problems here... I agree, not accessing mysql for some reason, I'm guessing its a privelage issue... also, the other error "
[/quote]SCANIDCARD * id card entry ignored - insufficient digits[/quote]
ID cards must be 18 digits, no exceptions... only the master ID code can be less.
back to privileges issue... since you have XAMPP/phpmyadmin loaded...
Go to Server:localhost:privileges...
Does it look like below?
| Code: |
User | Host | Password | Global privileges | Grant
kjfubar % kjfubar ALL PRIVILEGES YES
|
Next... under Server:localhost:databases
Do you see 'autokdj'? If so, delete it, restart FE and try 'create db' routine again.
I deleted the databases from my test machine (running XAMPP), and verified the build routine works without incident.
I will be adding error checking prior to release. If you need further assistance, maybe we can arrange a VNC session over the weekend so I can further assist troubleshooting.
I have made dozens of changes from the rev you are trying to run, and am working to finalize a trial for Toqer and then release.
-fubar |
|
| Back to top |
|
 |
|
|
KJFUBAR Site Admin
Joined: 22 Jun 2007 Posts: 167
|
Posted: Wed Apr 07, 2010 6:42 am Post subject: |
|
|
| mikey wrote: | I installed XAMPP, activated MySql. Setup kjfubar as a user/pass in myphpadmin. Granted full privileges to kjfubar on the mysql db. Launched winamp server. Launched the FE. typed '2222' to enter admin mode in the FE. Clicked kiosk admin, all looked well, so I created the DB. No confirmation but I assume it worked. Exited the kiosk admin. I am presented with the scan ID card screen. I forced exit of the FE, and here's my cmd dump:
| Code: |
C:\Documents and Settings\mikey\Desktop\akfe2\akfe2>java -jar AutokFE2.0-021109.
jar
DEBUG mode started
error log filename: akfe2-error.log
Tue Apr 06 15:16:24 PDT 2010 INFO:Slick Build #230
Weclome State Started
SCANIDCARD * ID Card Scanned - <CR> detected
SCANIDCARD * Master ID Card Scanned. Entering Admin mode.
SERVERCOMM * !! NUMSONGSTOCLOSE: VAL : 152
SCANIDCARD * id card entry ignored - insufficient digits
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
SCANIDCARD * RESTART
SERVERCOMM * !! NUMSONGSTOCLOSE: VAL : 152
SCANIDCARD * ID Card Scanned - <CR> detected
SERVERCOMM * !! NUMSONGSTOCLOSE: VAL : 152
SCANIDCARD * id card entry ignored - insufficient digits
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
SCANIDCARD * ID Card Scanned - <CR> detected
SERVERCOMM * !! NUMSONGSTOCLOSE: VAL : 152
SCANIDCARD * id card entry ignored - insufficient digits
Cannot connect to database server: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr
rorException: Unknown database 'autokdj'
|
|
Couple of problems here... I'm guessing its a privelage issue which is why db is not created. looks like there is comm to mysql, but cannot locate autokdj database... also, the other error
| Quote: | | SCANIDCARD * id card entry ignored - insufficient digits |
ID cards must be 18 digits, no exceptions... only the master ID code can be less. Not important for the first issue but...
back to privileges issue... since you have XAMPP/phpmyadmin loaded...
Go to Server:localhost:privileges...
Does it look like below?
| Code: |
User | Host | Password | Global privileges | Grant
kjfubar % kjfubar ALL PRIVILEGES YES
|
Next... under Server:localhost:databases
Do you see 'autokdj'? (based on the errors above, you shouldn't, but If so, delete it) confirm privileges are identical to above, restart FE and try 'create db' routine again.
You should see the following in debug window:
| Code: |
SCANIDCARD * Master ID Card Scanned. Entering Admin mode.
Server connection established - creatomg MewIDCardDatabase
CREATE DATABASE autokdj
USE autokdj
CREATE TABLE userid (id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, cardID CHAR(18)
, status ENUM ("ACTIVE", "INACTIVE", "BANNED"), screenName VARCHAR(20), firstNam
e VARCHAR(20), lastName VARCHAR(20), email VARCHAR(50), cellnum VARCHAR(11), pin
code VARCHAR(8), password VARCHAR(20), availCredits INT, totalSongCreditsUsed IN
T,totalBribeCreditsUsed INT,lastDate TIMESTAMP, userNameChanged TIMESTAMP, lastS
ongQueued TIMESTAMP, originDate TIMESTAMP, lastSongName TEXT)
Database connection terminated
Server connection established
Database connection terminated
|
Once this happens, the kiosk will automatically return to the config page (no nice 'congrats, it worked yet), but if you are hitting 'cancel' button to get back, then you never saw the above output and it never created the db, etc..
if privileges are not correct, an error similiar to this would appear in the debug window:
| Code: |
Cannot connect to database server: java.sql.SQLException: Access denied for user
'kjfubar'@'192.168.X.XXX' (using password: YES)
|
Again, if you're not getting an error or the above output indicating success, click the 'create db' button again
To confirm, I deleted the databases from my test machine (running XAMPP), and verified the build routine works without incident.
I will be adding error checking prior to release. If you need further assistance, maybe we can arrange a VNC session over the weekend so I can further assist troubleshooting.
I have made dozens of changes from the rev you are trying to run, and am working to finalize a trial for Toqer and then release.
-fubar |
|
| Back to top |
|
 |
|
|
mikey
Joined: 26 Dec 2009 Posts: 27 Location: San Diego, CA
|
Posted: Wed Apr 07, 2010 8:12 am Post subject: |
|
|
The only difference between your privileges and mine is I set kjfubar host = localhost, and not 'all' (%). So I'll make that change and try it again.
Also, for the insufficient digits - I have set those switches to false as I do not want to use tickets nor id cards while I test this. So why is it requiring an id card to be scanned?
I'll post back following testing. I am available for a VNC session if we need to do that.
Thanks so much for your help Fubar. |
|
| Back to top |
|
 |
|
|
KJFUBAR Site Admin
Joined: 22 Jun 2007 Posts: 167
|
Posted: Wed Apr 07, 2010 8:33 am Post subject: |
|
|
| mikey wrote: | The only difference between your privileges and mine is I set kjfubar host = localhost, and not 'all' (%). So I'll make that change and try it again.
Also, for the insufficient digits - I have set those switches to false as I do not want to use tickets nor id cards while I test this. So why is it requiring an id card to be scanned?
I'll post back following testing. I am available for a VNC session if we need to do that.
Thanks so much for your help Fubar. |
At this point, if no joy, I'd recommend you give me a few days and I'll be able to post latest which will (should?!) fix these and many other issues. Keep in mind, the copy toqer gave you was a WIP and only functional for how 7B was using it...
I did notice a nasty little sequence bug that you might be getting stung with re: creating DB & tables, so again, rather than chase a ghost, gimme a few days and I think we'll have something work debugging.
-fubar |
|
| Back to top |
|
 |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
 Blocked registrations / posts: 46 / 0
|