מה זאת אומרת ?
לשנות ל :shl.no-ip.biz ?
מה זאת אומרת ?
לשנות ל :shl.no-ip.biz ?
|
|
לא אז לא..
אומרים לך לנו אייפי מה זה אומר לך?
היא עובדת ,
יש לי שם התקנה ,
אני עושה הכל נקסט כי עשיתי ת'שלבים ורשוםלי שזהלא מחובר לסרבר
... עד כדי כך קשה לבנות אתר?
תבדוק מדריכים הכי פשוט,
דקה אני אנסה להסביר לך,
טוב יש לך את התקייה config ? כנס לשם אוקיי עכשיו כנס לקובץ " database.php "
אולי היה לך רשום ככה
טוב אז ככה,<?php
/*
Copyright (C) 2009 Murad <Murawd>
Josh L. <Josho192837>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
if(basename($_SERVER["PHP_SELF"]) == "database.php"){
die("403 - Access Forbidden");
}
/* MySQL Connection Information */
// Where is MySQL Hosted? If you aren`t sure, just leave it as "localhost"
$host = "localhost";
// Database Username - Usually "root"
$user = "root";
// Database Password - Usually "root". If you don`t have a password, or are not sure, leave it blank.
$pass = "";
// Database Name - Usually "odinms"
$database = "odinms";
// What is the server`s Wan IP
$serverip = "localhost";
// What is your server`s log in port - Don`t change if you aren`t sure.
$loginport = "7575";
// What is your server`s world port - Don`t change if you aren`t sure.
$worldport = "8484";
/* Don`t touch. */
$conn = mysql_connect($host,$user,$pass);
$db = mysql_select_db($database, $conn) or die(mysql_error());
?>
זה ההוסט שלך תשאיר ככה לוקל הוסט,// Where is MySQL Hosted? If you aren`t sure, just leave it as "localhost"
$host = "localhost";
מה רשום בכניסה ל mysql ה user name
// Database Username - Usually "root"
$user = "root";
הסיסמה של ה user name in mysql,// Database Password - Usually "root". If you don`t have a password, or are not sure, leave it blank.
$pass = "";
איך קוראים לדטבס של השרת בפנים, מה השם של ה schema,// Database Name - Usually "odinms"
$database = "odinms";
אני לא בטוח בזה אני חושב שזה צריך להישאר ככה,
// What is the server`s Wan IP
$serverip = "localhost";
את זה תשאיר ככה,// What is your server`s log in port - Don`t change if you aren`t sure.
$loginport = "7575";
// What is your server`s world port - Don`t change if you aren`t sure.
$worldport = "8484";
ובזה לא לגעת,/* Don`t touch. */
$conn = mysql_connect($host,$user,$pass);
$db = mysql_select_db($database, $conn) or die(mysql_error());
?>
מקווה שעזרתי לך.
נערך לאחרונה על ידי xMusic; 04-03-2010 בשעה 11:17.
שתקו
גם לי זה עושה את אותו בעיה בבקשה תעזרו !
עדיין לא עובד .
מי יכול לעזור לי דרך TEAMVEIWER ?