RE: [Phpip-support] hello
Brought to you by:
trilexcom
|
From: Syam A. Y. <ya...@ic...> - 2003-09-27 03:28:34
|
hello;
Sir, maybe on sql/create.sql u double check w/ the option :
INSERT INTO 'user' ('username', 'passwd', 'email', 'access_level') VALUES
('phpip_admin', PASSWORD('phpip_man'), 'phpip_admin@localhost', 'admin');
that was error in use, i try this and it`s work
INSERT INTO `user` (`username`, `passwd`, `email`, `access_level`) VALUES
('phpip_admin', PASSWORD('phpip_man'), 'phpip_admin@localhost', 'admin');
so what next should i do it sir ?. i already error on the login like my
email berfore this..
help me pls
-Syam-
-----Original Message-----
From: "Syam A. Yanuar" <ya...@ic...>
To: php...@li...
Date: Sat, 27 Sep 2003 09:56:18 +0700
Subject: RE: [Phpip-support] hello
> Hello;
>
> Sir, i have create user account for phpip like your small code that u
> send
> to me, well what now ?. i try to login again and i have fail.. the error
> msg is like this..
>
> "WARNING... You do not appear to be logged on.
> This could be due to your Session timing out.
> Please enter your User ID and Password."
>
> pls sir help me..
>
> -Syam-
>
> -----Original Message-----
> From: "Michael Earls" <mi...@mi...>
> To: "'Syam A. Yanuar'" <ya...@ic...>
> Date: Fri, 26 Sep 2003 22:22:48 -0400
> Subject: RE: [Phpip-support] hello
>
> > Do you use phpmyadmin? You have the database created, the only thing
> > not created is the user account for phpip. Past this command in.
> >
> > INSERT INTO `user` (`username`, `passwd`, `access_level`) VALUES
> > (`phpip_admin`, PASSWORD(`phpip_man`),
> `phpip_admin@locallhost`,`admin`)
> >
> > -----Original Message-----
> > From: php...@li...
> > [mailto:php...@li...] On Behalf Of Syam
> A.
> > Yanuar
> > Sent: Friday, September 26, 2003 5:54 PM
> > To: php...@li...
> > Subject: RE: [Phpip-support] hello
> >
> >
> > Hello;
> >
> > man, i have a lot of confuseable w/ your manual.. i am use
> OpenBSD3.2
> >
> > and webmin as usualy..
> >
> > i has run your sql file on sql/create.sql that i have :
> >
> > $ mysql -u root -p phpip < create.sql
> > Enter password:
> > ERROR 1007 at line 1: Can't create database 'phpip'. Database exists
> >
> > now i disable one line one sql/create.sql "CREATE DATABASE phpip;"
> now
> > i got :
> >
> > $ mysql -u root -p phpip < create.sql
> > Enter password:
> > ERROR 1064 at line 66: You have an error in your SQL syntax near
> ''user'
> >
> > ('username', 'passwd', 'email', 'access_level) VALUES ('phpip_admin',
> > PAS'
> > at line 1
> >
> > your phpip is such a nice and i wanna to use it..
> > but i confuse w/ INSTALL manual...
> >
> > pls help me..
> >
> >
> >
> > -----Original Message-----
> > From: "Michael Earls" <mi...@mi...>
> > To: "'Syam A. Yanuar'" <ya...@ic...>
> > Date: Fri, 26 Sep 2003 17:48:33 -0400
> > Subject: RE: [Phpip-support] hello
> >
> > > You need to add the username and password to phpip database, for
> some
> > > reason it was not added, what OS do yo u run
> > >
> > > -- Linux --
> > > Mysql -u root -p
> > > Use phpip
> > > INSERT INTO `user` (`username`, `passwd`, `access_level`) VALUES
> > > (`phpip_admin`, PASSWORD(`phpip_man`), `phpip_admin@locallhost`,
> > > `admin`
> > > )
> > >
> > > Let me know if this works for you, if not use phpmyadmin
> > > www.phpmyadmin.net
> > >
> > > -----Original Message-----
> > > From: php...@li...
> > > [mailto:php...@li...] On Behalf Of Syam
> > > A. Yanuar
> > > Sent: Friday, September 26, 2003 5:25 PM
> > > To: php...@li...
> > > Subject: RE: [Phpip-support] hello
> > >
> > >
> > > hello;
> > >
> > > Sir, if i am login w/ (username : phpip_admin / password :
> phpip_man)
> > > i
> > > have msg like this :
> > >
> > > "WARNING... You do not appear to be logged on.
> > > This could be due to your Session timing out.
> > > Please enter your User ID and Password."
> > >
> > > and i don't see link linke you said :
> > >
> > > "If you can then at the top right next to search
> > > and admin, there is a link called preferences"
> > >
> > > i just seen link on the top right " :: [SEARCH] :: [PREFERENCES] ::
> > > [LOGOUT] "
> > >
> > > help me...
> > >
> > > -Syam-
> > >
> > >
> > >
> > > -----Original Message-----
> > > From: "Michael Earls" <mi...@mi...>
> > > To: "'Syam A. Yanuar'" <ya...@ic...>
> > > Date: Fri, 26 Sep 2003 17:30:40 -0400
> > > Subject: RE: [Phpip-support] hello
> > >
> > > > Can you login to PHPIP? If you can then at the top right next to
> > > > search and admin, there is a link called preferences, this is how
> > you
> > > > change your passwd.
> > > >
> > > > Let me know if this works for you.
> > > >
> > > > michael
> > > >
> > > > -----Original Message-----
> > > > From: Syam A. Yanuar [mailto:ya...@ic...]
> > > > Sent: Friday, September 26, 2003 5:03 PM
> > > > To: Michael Earls
> > > > Subject: RE: [Phpip-support] hello
> > > >
> > > >
> > > > Hello;
> > > >
> > > > > 4. Login with username "phpip_admin" password "phpip_man"
> > > > > Change the admin password under /PREFERENCES/
> > > >
> > > > that part, i don't know what file that have word "/PREFERENCES/"
> > > > well
> > > > maybe u can help me..
> > > >
> > > > -Syam-
> > > >
> > > > -----Original Message-----
> > > > From: "Michael Earls" <mi...@mi...>
> > > > To: "'Syam A. Yanuar'" <ya...@ic...>
> > > > Date: Fri, 26 Sep 2003 17:13:35 -0400
> > > > Subject: RE: [Phpip-support] hello
> > > >
> > > > > What part of part 4 do you not understand?
> > > > >
> > > > > -----Original Message-----
> > > > > From: php...@li...
> > > > > [mailto:php...@li...] On Behalf Of
> > > > > Syam A. Yanuar
> > > > > Sent: Friday, September 26, 2003 4:51 PM
> > > > > To: php...@li...
> > > > > Subject: [Phpip-support] hello
> > > > >
> > > > >
> > > > > Dear All;
> > > > >
> > > > > i have install phpip on my pc but the INSTALL manual maybe
> is
> > > > > not
> > > > > nice manual.. i am confuse w/ the option 4 that said :
> > > > >
> > > > > 4. Login with username "phpip_admin" password "phpip_man"
> > > > > Change the admin password under /PREFERENCES/
> > > > >
> > > > > 4. Add IP network address under /ADMIN/add_ips.php
> > > > > This only supports Class C network addresses
> > > > > 4a. Click on "Select IP Range" this will create the addresses
> > > 0-255
> > > > > for the selected range.
> > > > >
> > > > > any one can help me ?.
> > > > >
> > > > > -Syam-
> > > > >
> > > > >
> > > > >
> > > > > -------------------------------------------------------
> > > > > This sf.net email is sponsored by:ThinkGeek
> > > > > Welcome to geek heaven.
> > > > > http://thinkgeek.com/sf
> > > > > _______________________________________________
> > > > > Phpip-support mailing list Php...@li...
> > > > > https://lists.sourceforge.net/lists/listinfo/phpip-support
> > >
> > >
> > >
> > > -------------------------------------------------------
> > > This sf.net email is sponsored by:ThinkGeek
> > > Welcome to geek heaven.
> > > http://thinkgeek.com/sf
> > > _______________________________________________
> > > Phpip-support mailing list Php...@li...
> > > https://lists.sourceforge.net/lists/listinfo/phpip-support
> >
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > Phpip-support mailing list
> > Php...@li...
> > https://lists.sourceforge.net/lists/listinfo/phpip-support
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Phpip-support mailing list
> Php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpip-support
|