DG Login
Simples sistema de login, que permite, adicionar, remover usuários, visualizar us cadastrados... utiliza MySQL
Data | Autor | Changelog | Download |
---|---|---|---|
07/09/2001 3:25pm | Diego Mascarenhas | - | Versão 1.0 |
10/02/2002 7:07am | Diego Mascarenhas | Versão 2.0.1 | Versão 2.0.1 |
10/02/2002 7:48am | Diego Mascarenhas | Versão 2.0.2 | Versão 2.0.2 |
25/04/2002 11:27pm | Antonio | Versão 2.0.3 | Versão 2.0.3 |
01/12/2002 11:29am | João K. | Versão 2.0.4 | Versão 2.0.4 |
09/11/2003 12:41am | kelvin zarpellon | Versão 3.0 | Versão 3.0 |
27/04/2004 12:44pm | Sandro | Versão 4.0.0 | Versão 4.0.0 |
15/10/2004 2:18pm | Rafael Lopes | Versão 4.0.1 | Versão 4.0.1 |
14/01/2006 4:08am | Renato Julios | Versão 4.0.2 | Versão 4.0.2 |
24/07/2006 10:00pm | Solon Albuquerque | Versão 4.0.3 | Versão 4.0.3 |
25/10/2007 11:09am | Abelardo Dantas Álvares | Versão 4.0.4 | Versão 4.0.4 |
Galera
Tentei instalar e deu o erro abaixo:
Este programa irá instalar o DG Login em seu servidor, se seu PHP estiver nos conformes.
Verifique abaixo a compatibilidade de seu servidor com o script:
PHP Mínimo: 4.1.0 - Atual: 5.1.6
MySQL Mínimo: 3.23.44 - Atual:
Warning: mysql_get_server_info() [function.mysql-get-server-info]: Access denied for user 'ODBC'@'localhost' (using password: NO) in D:\www\Instituto\testes\DGLogin_v4.0.3\instalar.php on line 34
Warning: mysql_get_server_info() [function.mysql-get-server-info]: A link to the server could not be established in D:\www\Instituto\testes\DGLogin_v4.0.3\instalar.php on line 34
Como q eu posso resolver isso? preciso muito desse sistema e td ajuda é grata.
Abs
Tentei instalar e deu o erro abaixo:
Este programa irá instalar o DG Login em seu servidor, se seu PHP estiver nos conformes.
Verifique abaixo a compatibilidade de seu servidor com o script:
PHP Mínimo: 4.1.0 - Atual: 5.1.6
MySQL Mínimo: 3.23.44 - Atual:
Warning: mysql_get_server_info() [function.mysql-get-server-info]: Access denied for user 'ODBC'@'localhost' (using password: NO) in D:\www\Instituto\testes\DGLogin_v4.0.3\instalar.php on line 34
Warning: mysql_get_server_info() [function.mysql-get-server-info]: A link to the server could not be established in D:\www\Instituto\testes\DGLogin_v4.0.3\instalar.php on line 34
Como q eu posso resolver isso? preciso muito desse sistema e td ajuda é grata.
Abs
06/04/2007 6:52pm
(~17 anos atrás)
Alguém conseguiu resolver o Problema do IE?
Funciona perfeitamente, mas não loga, alguém saberia ou conseguiu resolver esse problema?
Obrigado!
Funciona perfeitamente, mas não loga, alguém saberia ou conseguiu resolver esse problema?
Obrigado!
14/03/2007 8:59pm
(~17 anos atrás)
ola.. o script eh muito bom.. mais gostaria de saber porq qndo me logo no sistema ele sempre pede pra se logar 2 vezes.. ele nunca cria o cookie na primeira.. teria como corrigir isso??
grato
grato
30/11/2006 12:25am
(~18 anos atrás)
Consegui instalar e funcionou tudo direitinho....
mas não funcionou quando eu segui as seguintes passos para proteção das páginas:
***********************************************
Para proteger suas páginas basta colocar o código abaixo nas suas páginas preferencialmente
na linha 1(um), não se esquecendo do caminho e pasta onde ele se encontrar:
<?php
include('restrito.php');
?>
********************************************
Apareceu o seguinte erro e não protegeu nada:
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at c:\paginas\temp\sistema_login2\index2.php:3) in c:\paginas\temp\sistema_login2\restrito.php on line 24
Alguém sabe me dizer porque as instruções não funcionaram, pois criei a index2.php e colei o include para o arquivo restrito.php
François Urban
mas não funcionou quando eu segui as seguintes passos para proteção das páginas:
***********************************************
Para proteger suas páginas basta colocar o código abaixo nas suas páginas preferencialmente
na linha 1(um), não se esquecendo do caminho e pasta onde ele se encontrar:
<?php
include('restrito.php');
?>
********************************************
Apareceu o seguinte erro e não protegeu nada:
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at c:\paginas\temp\sistema_login2\index2.php:3) in c:\paginas\temp\sistema_login2\restrito.php on line 24
Alguém sabe me dizer porque as instruções não funcionaram, pois criei a index2.php e colei o include para o arquivo restrito.php
François Urban
15/11/2006 2:56pm
(~18 anos atrás)
Entre no arquivo config.php e altere a definição URL_DGLOGIN_SERVIDOR (/home/tovivo.com/public_html/) para o /home/telma/public_html/.
Depois altere no arquivo restrito.php na linha 19 para
require ('./config.php');
Isso deve resolver o problema.
Abraços
Depois altere no arquivo restrito.php na linha 19 para
require ('./config.php');
Isso deve resolver o problema.
Abraços
22/08/2006 11:33am
(~18 anos atrás)
eu instalei tudo mas quando vai para admin.php
mostra isso :
Warning: main(): open_basedir restriction in effect. File(/home/tovivo/public_html/design/restrito/config.php) is not within the allowed path(s): (/home/telma:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/telma/public_html/restrito.php on line 19
Warning: main(/home/tovivo/public_html/design/restrito/config.php): failed to open stream: Operation not permitted in /home/telma/public_html/restrito.php on line 19
Warning: main(): open_basedir restriction in effect. File(/home/tovivo/public_html/design/restrito/config.php) is not within the allowed path(s): (/home/telma:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/telma/public_html/restrito.php on line 19
Warning: main(/home/tovivo/public_html/design/restrito/config.php): failed to open stream: Operation not permitted in /home/telma/public_html/restrito.php on line 19
Fatal error: main(): Failed opening required '/home/tovivo/public_html/design/restrito/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/telma/public_html/restrito.php on line 19
como resolver?
mostra isso :
Warning: main(): open_basedir restriction in effect. File(/home/tovivo/public_html/design/restrito/config.php) is not within the allowed path(s): (/home/telma:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/telma/public_html/restrito.php on line 19
Warning: main(/home/tovivo/public_html/design/restrito/config.php): failed to open stream: Operation not permitted in /home/telma/public_html/restrito.php on line 19
Warning: main(): open_basedir restriction in effect. File(/home/tovivo/public_html/design/restrito/config.php) is not within the allowed path(s): (/home/telma:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/telma/public_html/restrito.php on line 19
Warning: main(/home/tovivo/public_html/design/restrito/config.php): failed to open stream: Operation not permitted in /home/telma/public_html/restrito.php on line 19
Fatal error: main(): Failed opening required '/home/tovivo/public_html/design/restrito/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/telma/public_html/restrito.php on line 19
como resolver?
20/08/2006 8:32am
(~18 anos atrás)
Ao tentar instalar o script, recebi o seguinte erro:
Call to undefined function MySQL_Get_Server_Info()
pelo amor de deus!!!! já fiz de tudo aqui e não consegui instalar isso!!! e eu preciso disso urgentemente!!!
Agradeço mto quem ajudar.podem me contatar por msn ou email, ou por aqui mesmo!!
abraços!
email: diego_l88@hotmail.com
msn: diego_l88@hotmail.com
Call to undefined function MySQL_Get_Server_Info()
pelo amor de deus!!!! já fiz de tudo aqui e não consegui instalar isso!!! e eu preciso disso urgentemente!!!
Agradeço mto quem ajudar.podem me contatar por msn ou email, ou por aqui mesmo!!
abraços!
email: diego_l88@hotmail.com
msn: diego_l88@hotmail.com
27/07/2006 6:07pm
(~18 anos atrás)
Obrigado, a quem me ajudar!