Current time: 09-24-2024, 01:34 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ERLEDIGT] passwort changer
Author Message
ZooL Offline
Moderator
*****
Moderators

Posts: 3,429
Joined: Jan 2007
Reputation: 79
Post: #4
RE: [ERLEDIGT] passwort changer
und da haben wir wieder das nicht genaue lesen des wikis,

Create the connection to the table "ISPCP" with "adodb"

nano /var/www/ispcp/gui/include/adodb.inc.php

<?php
require_once'adodb5/adodb.inc.php';
define('host','localhost');
define('user','root'); //enter user access to table ISPC
define('pass','tucontraseña'); //enter your password
define('database','ispcp');
$db = ADONewConnection('mysql');
$db->Connect(host, user, pass, database);
?>

da stehts doch oder ?

mfg
03-20-2010 12:28 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
[ERLEDIGT] passwort changer - Mexxi - 03-19-2010, 10:56 AM
RE: passwort changer - gOOvER - 03-19-2010, 11:13 AM
RE: passwort changer - Mexxi - 03-19-2010, 11:20 AM
RE: [ERLEDIGT] passwort changer - ZooL - 03-20-2010 12:28 AM

Forum Jump:


User(s) browsing this thread: 5 Guest(s)