[VERÖFFENT./RELEASE] NosMagic Website ( Dev by myself )

09/29/2017 18:47 simix123456789#61
Hello, I can ask how and where to enter .cfg Password, ID and database name?
09/29/2017 18:51 Fizo55#62
Quote:
Originally Posted by simix123456789 View Post
Hello, I can ask how and where to enter .cfg Password, ID and database name?
folder news/index and open "config.php"
09/29/2017 18:59 simix123456789#63
But where, there is no password box or I'm missing? Tell me where?
Quote:
<?php // [ NosMagic - Offiziele Website ] Copyright by [WebDev]Rhyme , Made by [WebDev]Rhyme alias E-PvP: Ortator
$WebsiteVersion="1.0.3";
$db_Char='dbo.Character';//Character Liste
$db_Account='dbo.Account';//Account Liste
$db_News='dbo.NewsTable';//News
$db_Comm='dbo.NewsCommentary';//News Kommentare
$db_Penalty="dbo.PenaltyLog";//Penalty -> Ban
$db_Ticket="dbo.Ticket";//Ticket ( ALLGEMEIN )
$db_awTicket="dbo.TicketAnswer";//Ticket ( Antworten )
$serverName = "ACER-PC\NOSMAGICDBTEST";
$connectionInfo = "NosMagic";
try {
$conn = new PDO("sqlsrv:Server=$serverName;Database=$connectio nInfo");
$conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
}catch (PDOException $e) {echo 'Connection Failed to Database , please be patient !'; }
?>
How to install on Normal website, no on xampp
09/29/2017 20:33 Fizo55#64
Install sql server extension and change $serverName = "ACER-PC\NOSMAGICDBTEST";
$connectionInfo = "NosMagic";
09/29/2017 20:53 simix123456789#65
And Password is where ?
09/30/2017 10:11 Fizo55#66
He do not need a password there !
10/07/2017 11:44 simix123456789#67
Hello, I want to ask what to do when I get this error.
Quote:
Connection Failed to Database , please be patient ! Notice: Undefined variable: conn in C:\xampp\htdocs\user\LRU.php on line 3 Fatal error: Call to a member function prepare() on null in C:\xampp\htdocs\user\LRU.php on line 3
If I turn on xampp, I will see this error about 4 times.
[Only registered and activated users can see links. Click Here To Register...]
10/07/2017 13:08 FI0w#68
Quote:
Originally Posted by simix123456789 View Post
Hello, I want to ask what to do when I get this error.

If I turn on xampp, I will see this error about 4 times.
[Only registered and activated users can see links. Click Here To Register...]
I can sell you this website:

[Only registered and activated users can see links. Click Here To Register...]
10/07/2017 13:23 simix123456789#69
No thx. But how to fix first error ?