Er wordt dmv een nieuw php bestand, eerst gecontroleerd of hij wel bestaat, gecontoleerd of hij wel mag, en of hij niet te groot is.
Wanneer een van die niet het geval is, wordt er een foutmeldingsplaatje weergeven.
Daarna wordt er gekeken of hij aan de hoogte en breedte instellingen voldoet, zo ja, wordt hij direct naar het beeld geprint, zo nee, wordt hij eerst verkleint en dan pas geprint.
Alleen images die met
Code: Selecteer alles
[img][/img]
WAARSHUWING: Door deze mod te gebruiken, kan je forum snelheid dalen, bij het laden van de plaatjes!!!
Download: http://www.paulscripts.nl/image.zip##############################################################
## MOD Title: image replacer.
## MOD Author: paul999 < webmaster@paulscripts.nl > (paul sohier) http://www.paulscripts.nl
## MOD Description: Replace images if to big.
## MOD Version: 0.0.3
##
## Installation Level: (Easy)
## Installation Time: 5 Minutes
## Files To Edit: 3
## templates/subSilver/bbcode.tpl
## language/lang_english/lang_main.php
## includes/constants.php
## Included Files: image.php
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes: This mod require gd!
## Warning: This mod can make your forum slow!
##############################################################
## MOD History:
##
## 2005-04-30 - Version 0.0.3
## - Added image caching.
##
## 2005-04-29 - Version 0.0.2
## - Added some checkes if that function exists.
##
## 2005-04-29 - Version 0.0.1
## - first release.
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
Opmerking: Het is bij mij bekend dat deze mod, op dit moment nog niet aan de php-code voorwaarde voldoet. Ik ben hier wel mee bezig!