Hallo, Gast! (Registrieren)

Letzte Ankündigung: MyBB 1.8.38 veröffentlicht (30.04.24)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
Hooks
#1
Eine neue Erweiterung wurde veröffentlicht: Hacken / Hooks

Zitat:Dieses Plugin fügt nach der Installation einen weitreren Tab in der Plugin Kategorie deines ACP´s hinzu.


In dieser neuen Kategorie können Hacken / Hooks verwaltet, erstellt, gelöscht, importiert und exportiert werden.

Hat den riesen Vorteil, das bei kleineren Veränderungen im Forum, keine zusätzlichen Plugins installiert werden müssen.


Die Installation

Als erstes benötigt ihr die PluginLibrary. Diese ist unbedingt von nöten, da sonst das Hacken / Hook Plugin nicht funktioniert. Ladet es euch von eines der unten angegebenen Adressen und befolgt deren Installationsanweisung.

http://mods.mybb.com/view/pluginlibrary
https://github.com/frostschutz/PluginLibrary

Als zweites entpackt ihr die .zip Datei und per Drag and Drop den inc Ordner in euer Hauptverzeichnis (root) ziehen. (FTP Programm)

Wenn ihr kein FTP Programm verwendet und stattdessen dies via WebFTP verrichtet, einfach den jeweiligen Inhalt aus den Ordnern in den anderen Ordner deines Webspace kopieren. (Ordnerstruktur beibehalten !)


Drittens, stelle sicher daß das Cacheverzeichnis beschreibbar ist.

Dieses Plugin erstellt eine Datei "/cache/hooks-plugin-data.php" und diese enthällt die aktiven und erstellten Plugin Hacken / Hooks.


Viertens, nun kann das Plugin via Klick auf "Installieren & aktivieren" installiert werden.


Für die Erstellung eines Hackens, bitte die "hooks-hello.xml" importieren und deren Beispiel folgen.

Wer dieses Plugin deinstalliert, verliert alle erstellten Hacken.


---------------------------------


Hooks plugin for MyBB 1.6
-------------------------

Manage MyBB plugin hooks.

This plugin adds a Hooks tab to the plugins page where you can
create/delete, activate/deactivate, import/export custom hooks.
This is useful in particular for small changes you want to make
without creating a whole plugin file for it.

This is the counterpart for the Patches plugin. Where Patches
lets you modify existing code, Hooks lets you add new code
which will be executed through MyBB's hook system.

Installation instructions
-------------------------

1) This plugin depends on PluginLibrary. Please download it first.

http://mods.mybb.com/view/pluginlibrary
https://github.com/frostschutz/PluginLibrary

2) Upload inc/plugins/hooks.php and inc/plugins/hooks/plugin.php
and inc/languages/english/admin/hooks.lang.php

If you are using a language other than English, you will also
have to place a copy of hooks.lang.php in the folders of the
other languages. Language packs may be available on the mods
site.

3) Make sure your cache/ directory is writable. This plugin
creates a file called cache/hooks-plugin-data.php which
contains the created / active plugin hooks.

4) Activate the plugin

Usage
-----

On the plugins page, there will be a new tab called 'Hooks',
which will let you create and manage hooks.

Uninstallation instructions
---------------------------

You can uninstall the plugin any time, however when you do so,
you will lose all information about your hooks.
Zitieren


Nachrichten in diesem Thema
Hooks - von MyBB.de Bot - 15.12.2011, 09:10
RE: Hooks - von Jockl - 15.12.2011, 21:05
RE: Hooks - von MyBB.de Bot - 22.12.2011, 08:40
RE: Hooks - von frostschutz - 22.12.2011, 12:54
RE: Hooks - von Jockl - 11.02.2012, 20:22
RE: Hooks - von frostschutz - 11.02.2012, 20:48
RE: Hooks - von Jockl - 11.02.2012, 20:50
RE: Hooks - von Jockl - 12.02.2012, 21:14
RE: Hooks - von frostschutz - 12.02.2012, 21:33
RE: Hooks - von Jockl - 12.02.2012, 22:14
RE: Hooks - von frostschutz - 12.02.2012, 22:21
RE: Hooks - von Jockl - 12.02.2012, 22:29
RE: Hooks - von traax - 07.06.2012, 18:10
RE: Hooks - von frostschutz - 07.06.2012, 19:13
RE: Hooks - von traax - 08.06.2012, 13:42
RE: Hooks - von Jockl - 08.06.2012, 13:54
RE: Hooks - von traax - 08.06.2012, 14:26
RE: Hooks - von StefanT - 08.06.2012, 14:28
RE: Hooks - von Jockl - 08.06.2012, 14:30
RE: Hooks - von traax - 08.06.2012, 15:38
RE: Hooks - von frostschutz - 08.06.2012, 15:47
RE: Hooks - von Jockl - 08.06.2012, 20:43
RE: Hooks - von frostschutz - 08.06.2012, 22:03
RE: Hooks - von Jockl - 08.06.2012, 22:19
RE: Hooks - von King Louis - 08.06.2012, 22:28
RE: Hooks - von frostschutz - 15.06.2012, 13:52
RE: Hooks - von MyBB.de Bot - 02.01.2013, 17:55
RE: Hooks - von Jockl - 03.01.2013, 17:02
RE: Hooks - von frostschutz - 03.01.2013, 18:01
RE: Hooks - von Jockl - 03.01.2013, 18:12
RE: Hooks - von Dunkler Engel - 29.05.2017, 14:49
RE: Hooks - von MrBrechreiz - 29.05.2017, 15:12
RE: Hooks - von doylecc - 29.05.2017, 15:14
RE: Hooks - von Dunkler Engel - 29.05.2017, 17:56
RE: Hooks - von doylecc - 29.05.2017, 18:51
RE: Hooks - von MrBrechreiz - 29.05.2017, 18:57
RE: Hooks - von Dunkler Engel - 29.05.2017, 22:01