یک بار هم بهتون گفتم ! پولیه .... fascript.com می تونی بخریش
سلام
با تشکر از شما خدا خیرت بده
من یه سیستم دانلود کردم فول آژاکس از اینجا :
http://www.dlyahoo.com/ajax/shop.zip
این سیستم نال شده
من اومدم نصب کنم این ارور رو میده : چه کنم؟
نام دیتا بیس : admin
username : 123_admin
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/kdvdir/public_html/shop/class/lock.php on line 5
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/kdvdir/public_html/shop/class/nav.php on line 12
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/kdvdir/public_html/shop/class/nav.php on line 24
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/kdvdir/public_html/shop/class/nav.php on line 75
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/kdvdir/public_html/shop/class/nav.php on line 131
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/kdvdir/public_html/shop/class/nav.php on line 160
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/kdvdir/public_html/shop/class/nav.php on line 192
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/kdvdir/public_html/shop/class/nav.php on line 223
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/kdvdir/public_html/shop/class/nav.php on line 327
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/kdvdir/public_html/shop/class/nav.php on line 374
Warning: fopen() [
function.fopen]: php_network_getaddresses: getaddrinfo failed: Name or service not known in
/home/kdvdir/public_html/shop/class/fun.read.php on line
7
////////////////////////////////////////////////////////////////////////////////////////////////
فایل کانفیگ من
<?php
// Your site details and config
$dbusername = "123_admin"; //write Database username
$dbpassword = "****"; // write database password
$dbname = "admin"; //write database name
$urmail = "
[email protected]"; //write your replay email address
$company = "KarajDVD"; // write your company name
$site = "
http://www.123.ir/eshop/shop"; //write your install script folder
$ucopy = " ";
$weburl = "kdvd.ir"; // Just Domain with out www and http://
$uld = "/home/utc/shop/public_html/upload/";
// fascript is default template folder
$temdir ="def"; // template folder name
// Dont change
$max_results = 15;
$news_limit = 10;
$temindex = "$site/template/$temdir/index.php";
$tembody = "$site/template/$temdir/body.php";
$searchbody = "$site/template/$temdir/search.php";
$catindex = "$site/template/$temdir/cat.php";
$secindex = "$site/template/$temdir/sec.php";
$help = "
http://irtop.ir";
$soft = " Shop V1.0 ";
mysql_connect("localhost","$dbusername","$dbpassword") or die ( print "<script>location = '$site/er.php?cmd=sql';</script>");
mysql_select_db("$dbname") or die ( print "<script>location = '$site/er.php?cmd=sql';</script>");