Jump to content

Как убрать копирайт iHost

Featured Replies

post-8679-0-18275700-1392925975.png

 

Нашел где, изменил но вылазят ошибки, при том что не удалял а просто изменил.

						
	/**
	 * Add Copyright Statement
	 *
	 * @access	public
	 * @author	DawPi
	 * @return	string	Processed HTML
	 */
	 
	public function c_acp()
	{
		return "<div id='footer' style='margin: 0px; text-align: center;-moz-border-radius:5px;'>Powered By <a target='_blank' href='__www.ipslink.pl'>" . $this->caches['app_cache']['ihost']['app_title'] . " " . $this->caches['app_cache']['ihost']['app_version'] . "</a> &copy; 2011" . ( '2011' != date( 'Y' ) ?  '-' . date( 'Y' ) : '' ) . " <a target='_blank' href='__www.ipslink.pl/' title='Custom mods, skins, support and more. We develop for you.'>IPSlink.pl</a></div>";
	}
	
	public function small_c_acp()
	{
		return "<div id='footer_utilities'><p id='copyright' class='right'>Powered By <a target='_blank' href='__www.ipslink.pl'>" . $this->caches['app_cache']['ihost']['app_title'] . " " . $this->caches['app_cache']['ihost']['app_version'] . "</a> &copy; <a target='_blank' href='__www.ipslink.pl' title='Custom mods, skins, support and more. We develop for you.'>IPSlink.pl</a></p></div>";
	}	
} // End of class	

Я так понимаю что там идет целая связка и перенаправление  с файла на файл, если так то где искать?

Link to comment
https://ipbmafia.ru/topic/7248-kak-ubrat-kopirajt-ihost/
Share on other sites
public function c_acp()
	{
		return "<div id='footer' style='margin: 0px; text-align: center;-moz-border-radius:5px;'>Мой сайт</div>";
	}
	
	public function small_c_acp()
	{
		return "<div id='footer_utilities'><p id='copyright' class='right'>Мой сайт</p></div>";
	}	
Link to comment
https://ipbmafia.ru/topic/7248-kak-ubrat-kopirajt-ihost/?&do=findComment&comment=56218
Share on other sites

Fedya,

 

public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 114

public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 127

public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 136

public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 137

public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 141

Edited by WzGeee

Link to comment
https://ipbmafia.ru/topic/7248-kak-ubrat-kopirajt-ihost/?&do=findComment&comment=56219
Share on other sites

Скинь ihost, который ты устанавливал 

Link to comment
https://ipbmafia.ru/topic/7248-kak-ubrat-kopirajt-ihost/?&do=findComment&comment=56220
Share on other sites

Lexington, в файле:

adminapplications_addonotherihostsourcesclasseslibrary.php

В низу код:

	/**
	 * Add Copyright Statement
	 *
	 * @access	public
	 * @author	DawPi
	 * @return	string	Processed HTML
	 */
	 
	public function c_acp()
	{
		return "<div id='footer' style='margin: 0px; text-align: center;-moz-border-radius:5px;'>Powered By <a target='_blank' href='__www.ipslink.pl'>" . $this->caches['app_cache']['ihost']['app_title'] . " " . $this->caches['app_cache']['ihost']['app_version'] . "</a> &copy; 2011" . ( '2011' != date( 'Y' ) ?  '-' . date( 'Y' ) : '' ) . " <a target='_blank' href='__www.ipslink.pl/' title='Custom mods, skins, support and more. We develop for you.'>IPSlink.pl</a></div>";
	}
	
	public function small_c_acp()
	{
		return "<div id='footer_utilities'><p id='copyright' class='right'>Powered By <a target='_blank' href='__www.ipslink.pl'>" . $this->caches['app_cache']['ihost']['app_title'] . " " . $this->caches['app_cache']['ihost']['app_version'] . "</a> &copy; <a target='_blank' href='__www.ipslink.pl' title='Custom mods, skins, support and more. We develop for you.'>IPSlink.pl</a></p></div>";
	}	
} // End of class	

Изменить так:

	/**
	 * Add Copyright Statement
	 *
	 * @access	public
	 * @author	DawPi
	 * @return	string	Processed HTML
	 */
	 
	public function c_acp()
	{
		return "";
	}
	
	public function small_c_acp()
	{
		return "";
	}	
} // End of class

У меня так убрано и уже около года юзаю спокойно компонент :)

Link to comment
https://ipbmafia.ru/topic/7248-kak-ubrat-kopirajt-ihost/?&do=findComment&comment=56221
Share on other sites

Не хорошо компирайты убирать! Уважайте чужой труд!!!

Link to comment
https://ipbmafia.ru/topic/7248-kak-ubrat-kopirajt-ihost/?&do=findComment&comment=56228
Share on other sites

Lexington, в файле:

adminapplications_addonotherihostsourcesclasseslibrary.php

В низу код:

	/**
	 * Add Copyright Statement
	 *
	 * @access	public
	 * @author	DawPi
	 * @return	string	Processed HTML
	 */
	 
	public function c_acp()
	{
		return "<div id='footer' style='margin: 0px; text-align: center;-moz-border-radius:5px;'>Powered By <a target='_blank' href='__www.ipslink.pl'>" . $this->caches['app_cache']['ihost']['app_title'] . " " . $this->caches['app_cache']['ihost']['app_version'] . "</a> &copy; 2011" . ( '2011' != date( 'Y' ) ?  '-' . date( 'Y' ) : '' ) . " <a target='_blank' href='__www.ipslink.pl/' title='Custom mods, skins, support and more. We develop for you.'>IPSlink.pl</a></div>";
	}
	
	public function small_c_acp()
	{
		return "<div id='footer_utilities'><p id='copyright' class='right'>Powered By <a target='_blank' href='__www.ipslink.pl'>" . $this->caches['app_cache']['ihost']['app_title'] . " " . $this->caches['app_cache']['ihost']['app_version'] . "</a> &copy; <a target='_blank' href='__www.ipslink.pl' title='Custom mods, skins, support and more. We develop for you.'>IPSlink.pl</a></p></div>";
	}	
} // End of class	

Изменить так:

	/**
	 * Add Copyright Statement
	 *
	 * @access	public
	 * @author	DawPi
	 * @return	string	Processed HTML
	 */
	 
	public function c_acp()
	{
		return "";
	}
	
	public function small_c_acp()
	{
		return "";
	}	
} // End of class

У меня так убрано и уже около года юзаю спокойно компонент :)

 

Еще больше ошибок стало :(

Fedya

 

'?do=embed' frameborder='0' data-embedContent>>

Link to comment
https://ipbmafia.ru/topic/7248-kak-ubrat-kopirajt-ihost/?&do=findComment&comment=56237
Share on other sites

Lexington, врёте. У меня этот же компонент установлен и пашет.
 

Не хорошо компирайты убирать! Уважайте чужой труд!!!

, не надо снова этих речей...

Link to comment
https://ipbmafia.ru/topic/7248-kak-ubrat-kopirajt-ihost/?&do=findComment&comment=56239
Share on other sites

Не хорошо компирайты убирать! Уважайте чужой труд!!!

Если ты уважаешь чужой труд, дак зачем убрал рекламу с сайта? скажем копирайт разработчика дизайна. ?

Link to comment
https://ipbmafia.ru/topic/7248-kak-ubrat-kopirajt-ihost/?&do=findComment&comment=56248
Share on other sites

врёте. У меня этот же компонент установлен и пашет.

 

Проблема решена. Проблемой был Блокнот , приехал домой сделал через Notepad++ и все встало как надо, спасибо за помощь.

 

 

А можно еще вопрос? ) В каком файле поставить Лого - картинку на ihost

Edited by Lexington

Link to comment
https://ipbmafia.ru/topic/7248-kak-ubrat-kopirajt-ihost/?&do=findComment&comment=56271
Share on other sites

Lexington, что-что поставить?

Link to comment
https://ipbmafia.ru/topic/7248-kak-ubrat-kopirajt-ihost/?&do=findComment&comment=56277
Share on other sites

Lexington, что-что поставить?

Ну лого влепить на страничку аплоада, над формой загрузки.

Link to comment
https://ipbmafia.ru/topic/7248-kak-ubrat-kopirajt-ihost/?&do=findComment&comment=56301
Share on other sites

Lexington, конкретно покажите куда лепить!  :think:

post-4072-0-43237400-1392992121_thumb.jp

Или куда?

Link to comment
https://ipbmafia.ru/topic/7248-kak-ubrat-kopirajt-ihost/?&do=findComment&comment=56304
Share on other sites

Lexington, конкретно покажите куда лепить!  :think:

attachicon.gif2014-02-21_201641.jpg

Или куда?

1. Сюда?  - это интересно.

2. Или сюда? - нет )

Edited by Lexington

Link to comment
https://ipbmafia.ru/topic/7248-kak-ubrat-kopirajt-ihost/?&do=findComment&comment=56317
Share on other sites
Lexington, ну короче как надумаете куда, напишите в тему поддержки компонента. А то и так вопрос не в теме поддержки, да и еще второй вопрос задаете, хотя обычно делаем на один вопрос одну тему ;)
Link to comment
https://ipbmafia.ru/topic/7248-kak-ubrat-kopirajt-ihost/?&do=findComment&comment=56323
Share on other sites
Guest
This topic is now closed to further replies.

Последние посетители 0

  • No registered users viewing this page.