السلام عليكم
لماذا الصور لا تظهر عند تركيب بعض البرامج ؟
وكيف استطيع حل المشكله
رغم انني اعدت تركيب الصور من جديد
انا متاكده من وجود الصور في المجلد admin الموجود داخل مجلد images
وهذا هو محتويات ملف link.php
ارجو التوضيح ان كان يحتاج الى تعديل فانا لم اعدل فيه شئ وانما رفعته كما هو بالموقع
__________________________________
<?php
/************************************************************************/
/* PHP-NUKE: Web Portal System */
/* =========================== */
/* Copyright (c) 2001 by Francisco Burzi (fbc@mandrakesoft.com) */
/* http://phpnuke.org */
/* 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 2 of the License. */
/************************************************************************/
/************************************************************************/
/* SiteDownloads is the old phpnuke4.x downloads.php and now as a */
/* module for phpnuke 5.5xx */
/************************************************************************/
/* Mod by flobee - flo.bee@web.de - icq: 91570728 - Date: 05-Apr-2002 */
/* www.universalartists.de - www.cgix.de/user/uni-artists/portal/ */
/************************************************************************/
/*******************************************************************************/
/* nuke2day.com مجلة : نيوك اليوم */
/* تم يعديل البرنامج بالكامل مع تعريبه */
/* حصل هذا البرنامج على طابع الامتياز من مجلة : نيوك اليوم */
/* http://www.nuke2day.com : عنوان المجلة */
/* info@nuke2day.com البريد الالكتروني */
/*******************************************************************************/
global $currentlang;
if(file_exists("modules/tapes/language/$currentlang.php")) {
include("modules/tapes/language/$currentlang.php");
}
else {
include("modules/tapes/language/lang-arabic.php");
}
if (($radminsuper==1) OR ($radmindownload==1)) {
adminmenu("admin.php?op=TapesAdmin", ""._TAPES."", "download.gif");
}
?>
__________________________________
![]()