Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка Invision Community, релизы, темы, плагины и приложения

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

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

Featured Replies

Posted

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	

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

  • Author

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

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

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

  • Author

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>>

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

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

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

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

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

  • Author

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

 

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

 

 

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

Edited by Lexington

Lexington, ну короче как надумаете куда, напишите в тему поддержки компонента. А то и так вопрос не в теме поддержки, да и еще второй вопрос задаете, хотя обычно делаем на один вопрос одну тему ;)
Guest
This topic is now closed to further replies.

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

  • No registered users viewing this page.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.