Warning: include(./include.php) [function.include]: failed to open stream: No such file or directory in /home/stree31/public_html/Bartimus/phpbb_mod_image_upload_to_zwixy.php on line 1

Warning: include(./include.php) [function.include]: failed to open stream: No such file or directory in /home/stree31/public_html/Bartimus/phpbb_mod_image_upload_to_zwixy.php on line 1

Warning: include() [function.include]: Failed opening './include.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/stree31/public_html/Bartimus/phpbb_mod_image_upload_to_zwixy.php on line 1
Image upload MOD for phpbb - Zwixy upload hack for phpbb
Image upload mod for phpbb

###############################################
## MOD Title: Zwixy upload box
## MOD Author: Zwixy http://www.zwixy.com
## MOD Description: if you're going to deactivate attachments on your board , This hack adds a small Zwixy upload box to your new topic and post reply pages.
## MOD Version:1.0.1
## Installation Level: Easy
## Installation Time: 1 minute
## Files To Edit: 2
## styles/subsilver2/template/posting_body.html
## styles/prosilver/template/posting_editor.html
## Included Files:N/A
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes:
## Changed url since 1.0.0
##############################################################
## MOD History:
## 2008-09-08- version 1.0.0
## - first release
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD

Also change the width and height according to how you like it.
##############################################################
#
#-----[ OPEN ]------------------------------------------
#
styles/subsilver2/template/posting_body.html
#
#-----[ FIND ]------------------------------------------
#
{MESSAGE}</textarea>
#
#-----[ AFTER,ADD ]------------------------------------------
#
<!--Zwixy in post MOD - start-->
<center>
<iframe src="http://www.zwixy.com/iframe.php?txtcolor=111111&amp;type=blank&amp;size=30" scrolling="no" allowtransparency="true" frameborder="0" width="400" height="150"></iframe>
</center>
<!--Zwixy in post MOD - stop-->

#
#-----[ OPEN]------------------------------------------
#
styles/prosilver/template/posting_editor.html
#
#-----[ FIND ]------------------------------------------
#
{MESSAGE}{DRAFT_MESSAGE}{SIGNATURE}</textarea>
#
#-----[ AFTER,ADD ]------------------------------------------
#
</br><!--Zwixy in post MOD - start-->
<center>
<iframe src="http://www.zwixy.com/iframe.php?txtcolor=111111&amp;type=blank&amp;size=30" scrolling="no" allowtransparency="true" frameborder="0" width="400" height="150"></iframe>
</center>
<!--Zwixy in post MOD - stop-->

#
#-----[ SAVE/CLOSE ALL FILES ]--------------------------------
#
# EoM

 

 

template error, examine fetch() result