From: Toni de la F. D. <ton...@gm...> - 2006-08-02 20:17:59
|
Hi! When you finished installatin you should Unlock-> Generate -> Lock =20 files and you can use phpRADmin Regards. Toni de la Fuente El 02/08/2006, a las 12:25, Ranjeet Kumar escribi=F3: > Hi, > > > After installtion of PHPRADMIN & setup, web page throws Error =20 > =93Could not connect to SQL database=94 > > I installed on Fedora core 5 with php-5.1.2-5 freeradius-1.0.5-1.2 =20 > & mysql-server-5.0.18-2.1. > > I am able to login to database using php script. I am unable to =20 > understand where is the problem. > > Could you please help me in this regard. > <!-- /******************************************************* * =20 > Random Password Generator JavaScript * <http://www.kipp.smith.net/=20 > javascripts/random.htm/> * This script is free as long as original =20 > credits remain. =20 > ********************************************************/ // Use =20 > the following variables for password characters // and length var =20 > characters=3D"0123456789abcdefghijklmnopqrstuvwxyz" var =20 > passwordlength=3D0 function generatepassword(object, plength) { // =20 > This function will build a string using randomly // generated =20 > characters. var password =3D "" var n =3D 0 var randomnumber =3D 0 =20 > passwordlength=3Dplength while( n < passwordlength ) { n ++ =20 > randomnumber =3D Math.floor(characters.length*Math.random()); =20 > password +=3D characters.substring(randomnumber,randomnumber + =20 > 1) } // Display the word inside the form text box object.value =3D =20 > password } // --> > > > > Thanks, > > Ranjeet > > > > The information contained in, or attached to, this e-mail, contains =20= > confidential information and is intended solely for the use of the =20 > individual or entity to whom they are addressed and is subject to =20 > legal privilege. If you have received this e-mail in error you =20 > should notify the sender immediately by reply e-mail, delete the =20 > message from your system and notify your system manager. Please do =20 > not copy it for any purpose, or disclose its contents to any other =20 > person. The views or opinions presented in this e-mail are solely =20 > those of the author and do not necessarily represent those of the =20 > company. The recipient should check this e-mail and any attachments =20= > for the presence of viruses. The company accepts no liability for =20 > any damage caused, directly or indirectly, by any virus transmitted =20= > in this email. > > www.aztecsoft.com > ----------------------------------------------------------------------=20= > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to =20 > share your > opinions on IT & business topics through brief surveys -- and earn =20 > cash > http://www.techsay.com/default.php?=20 > page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV____________________________= ____=20 > _______________ > phpRADmin-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpradmin-users |