Share

The G27 Project

Code

Programming Languages: PHP

License: GNU General Public License (GPL)

Repositories

browse code, statistics, last commit on 2001-05-23 cvs -d:pserver:anonymous@g27.cvs.sourceforge.net:/cvsroot/g27 login

cvs -z3 -d:pserver:anonymous@g27.cvs.sourceforge.net:/cvsroot/g27 co -P modulename

Show:

What's happening?

  • found login error.. and fixed it

    this line "$sessionid = rand(0, getrandmax()) * (time() % 32768);" in the login() function in functions.php causes an error with unix-systems. getrandmax() gets different int-values on windows and unix. e.g. UNIX: 2147483647 Windows: 32767 "rand(0, 2147483647) * (time() % 32768)" is a bit to much for php. "rand(0, 32767) * (time() % 32768)" works fine...

    2005-06-14 20:13:10 UTC by plrpg

  • Comment: Installation trouble

    Logged In: YES user_id=962828 well what was the grant error? The problem is the failure of the request listed as error 6. This results from a priv. problem with mysql.

    2004-02-01 09:16:05 UTC by gunnjo

  • Followup: RE: Warning: 0 is not a MySQL result index in mys

    Check your settings.php. Hint:$dsn="databasename".

    2003-08-17 00:23:18 UTC by playthatsong

  • Installation trouble

    Hi, I have had to 'feel' my way through it as there is no readme and I think I must have missed something. I have installed the software in a subdomain at theguide.music-collective.org, created the database as theguide and amended the settings document to reflect that name. dB username is theguide, and settings.php has that info along with the password. When running the...

    2003-01-06 20:28:22 UTC by hopeforthedope

  • Followup: RE: login error

    I got my site working. Two things: One, I removed the closing php tag from header.php I kept getting errors at the top of the page, this took care of it. Two, the loging errors were caused by this line $password=md5($password) It's in the function.php file I was quite pleased that I got it working. This is exactly what I wanted my site to do. Before everyone had to create...

    2002-02-03 10:34:23 UTC by moonchicken

  • login error

    I updated the function.php file to the latest version and that fixed the "please login again" error. Now I'm getting an error that says "Invalid Login and/or Password!" I saw that the Jacksonville site works, and I wondered what I'm doing wrong.

    2002-02-03 00:35:01 UTC by moonchicken

  • Admin Password

    How can I enter the admin page?.

    2001-11-11 05:55:02 UTC by gizwick

  • Warning: 0 is not a MySQL result index in mys

    Warning: 0 is not a MySQL result index in mysql.php on line 21 i GET THIS NOTE i HAD TO SET UP MY mYSQL DB AS DB26028A How can I fix this. Thanks, Tammy....

    2001-08-15 03:31:07 UTC by agwgo

  • Multi Region Modification

    Hi, I've been experimenting with the G27 code, and it seems to work quite well. However, I have a question or two. Firstly, would it be possible to modify the code so that you could run several seporate 'sites' (for example, for different regions like Scotland/England), each using a different database to store the artist/gig/venue/mp3 data, but all using the same database for logins so...

    2001-06-09 01:51:34 UTC by gozzer

  • Has anyone worked on mail notification?

    Although the switches are there for notification I see that there is no mechanism to parse the database and actually email the interested parties. Anyone feeling adventurous?.

    2001-06-04 21:14:36 UTC by dragonsky

Our Numbers