Dating Pro Script Nulled

  • Автор темы vettath
  • Дата начала
Статус
В этой теме нельзя размещать новые ответы.
По поводу 2009 версии держи должно работать (тестировать мне негде)!
Блин, короче выбивает такую ошибку в пхп :
PHP:
Warning: include() [function.include]: Unable to access ./include/config.php in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 3
Warning: include(./include/config.php) [function.include]: failed to open stream: No such file or directory in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 3
Warning: include() [function.include]: Failed opening './include/config.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 3
Warning: include() [function.include]: Unable to access ./common.php in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 4
Warning: include(./common.php) [function.include]: failed to open stream: No such file or directory in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 4
Warning: include() [function.include]: Failed opening './common.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 4
Warning: include() [function.include]: Unable to access ./include/config_index.php in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 5
Warning: include(./include/config_index.php) [function.include]: failed to open stream: No such file or directory in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 5
Warning: include() [function.include]: Failed opening './include/config_index.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 5
Warning: include() [function.include]: Unable to access ./include/config_admin.php in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 6
Warning: include(./include/config_admin.php) [function.include]: failed to open stream: No such file or directory in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 6
Warning: include() [function.include]: Failed opening './include/config_admin.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 6
Warning: include() [function.include]: Unable to access ./include/functions_index.php in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 7
Warning: include(./include/functions_index.php) [function.include]: failed to open stream: No such file or directory in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 7
Warning: include() [function.include]: Failed opening './include/functions_index.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 7
Warning: include() [function.include]: Unable to access ./include/functions_auth.php in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 8
Warning: include(./include/functions_auth.php) [function.include]: failed to open stream: No such file or directory in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 8
Warning: include() [function.include]: Failed opening './include/functions_auth.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 8
Warning: include() [function.include]: Unable to access ./include/class.images.php in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 9
Warning: include(./include/class.images.php) [function.include]: failed to open stream: No such file or directory in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 9
Warning: include() [function.include]: Failed opening './include/class.images.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 9
Fatal error: Call to undefined function auth_index_user() in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 10
А первые 11 строчек в пхп файле выглядят так :
PHP:
<?
session_register("id_arr");
include "./include/config.php";
include "./common.php";
include "./include/config_index.php";
include "./include/config_admin.php";
include "./include/functions_index.php";
include "./include/functions_auth.php";
include "./include/class.images.php";
$user = auth_index_user();
RefreshAccount($user);

я так понимаю, что почему-то файла не находит(нет доступа... чтоли... и 777 пробовал ставить...) , чтоль.... или что... Может, кто знает как можно решить данную проблемку? заранее спасибо...
 
Блин, короче выбивает такую ошибку в пхп :
PHP:
Warning: include() [function.include]: Unable to access ./include/config.php in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 3
Warning: include(./include/config.php) [function.include]: failed to open stream: No such file or directory in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 3
Warning: include() [function.include]: Failed opening './include/config.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 3
Warning: include() [function.include]: Unable to access ./common.php in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 4
Warning: include(./common.php) [function.include]: failed to open stream: No such file or directory in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 4
Warning: include() [function.include]: Failed opening './common.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 4
Warning: include() [function.include]: Unable to access ./include/config_index.php in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 5
Warning: include(./include/config_index.php) [function.include]: failed to open stream: No such file or directory in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 5
Warning: include() [function.include]: Failed opening './include/config_index.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 5
Warning: include() [function.include]: Unable to access ./include/config_admin.php in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 6
Warning: include(./include/config_admin.php) [function.include]: failed to open stream: No such file or directory in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 6
Warning: include() [function.include]: Failed opening './include/config_admin.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 6
Warning: include() [function.include]: Unable to access ./include/functions_index.php in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 7
Warning: include(./include/functions_index.php) [function.include]: failed to open stream: No such file or directory in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 7
Warning: include() [function.include]: Failed opening './include/functions_index.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 7
Warning: include() [function.include]: Unable to access ./include/functions_auth.php in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 8
Warning: include(./include/functions_auth.php) [function.include]: failed to open stream: No such file or directory in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 8
Warning: include() [function.include]: Failed opening './include/functions_auth.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 8
Warning: include() [function.include]: Unable to access ./include/class.images.php in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 9
Warning: include(./include/class.images.php) [function.include]: failed to open stream: No such file or directory in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 9
Warning: include() [function.include]: Failed opening './include/class.images.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 9
Fatal error: Call to undefined function auth_index_user() in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 10
А первые 11 строчек в пхп файле выглядят так :
PHP:
<?
session_register("id_arr");
include "./include/config.php";
include "./common.php";
include "./include/config_index.php";
include "./include/config_admin.php";
include "./include/functions_index.php";
include "./include/functions_auth.php";
include "./include/class.images.php";
$user = auth_index_user();
RefreshAccount($user);
я так понимаю, что почему-то файла не находит(нет доступа... чтоли... и 777 пробовал ставить...) , чтоль.... или что... Может, кто знает как можно решить данную проблемку? заранее спасибо...

Открой например файл homepage.php и скопируй от туда эти 11 строчек и будет тебе счастье!:D
 
Не работает ссылка...(((:)nezn:
 
Открой например файл homepage.php и скопируй от туда эти 11 строчек и будет тебе счастье!

А разница? строчки одни и те же..... я вот что думаю.... может, ты где-то ещё что-то добавлял.... оно же говорит про доступ к этим файлам.... думаю, может где в движке ещё что-нить нужно прописать...?..... ничё не понимаю..... а так, блин, ъочется эти комментарии.... ёпть..... :bc:

А если засовывать в файл просто в корень, а не в паку, то датинг пишет такую ошибку : доступ запрещён!( alert.php?id_module=&err=1 ).... как это лечить,а? проста глаза так загорелись, хочу комменты, а не получается...
 
Структура другая в 2009 версии короче
Выложи файл homepage.php блин!
 
вот файл хомпэйдж..... если он чем-то поможет.... блин,плийз....а то так глаза загорелись, а сам не соображу... што только не пробовал тыкать - не помогает *)
 

Вложения

  • homepage.rar
    6,8 KB · Просмотры: 5
=)

А где взять базу городов и обл russian? И ещо вопросик почему то не хочет выводить новых пользователей..
 
вот файл хомпэйдж..... если он чем-то поможет.... блин,плийз....а то так глаза загорелись, а сам не соображу... што только не пробовал тыкать - не помогает *)

Так бери пробуй и делай скриншоты если че не так!
 

Вложения

  • For 2009.rar
    9,2 KB · Просмотры: 23
РЕСПЕКТ! Сбылась мечта идиота :)
________________________________

хочешь добью последним вопросом? вот прямо насмерть : )
Слух, а как вывести кол-во комментов при просмотре категории и последних снимков? просто пробовал с категории(которая на главной странице галереи), так не подходит то значение... ( {$categories[c].com_count} ) я так понимаю, что нужно в пхп файл дописывать что-то,так?
 
Категорий у меня в 2007 версии нет так что сам без меня!

В помощь найди как рнр передает шаблону smarty переменные!
 
Статус
В этой теме нельзя размещать новые ответы.
Назад
Сверху