vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   MPDev's Graffiti Wall (https://vborg.vbsupport.ru/showthread.php?t=98247)

MPDev 10-11-2005 10:00 PM

MPDev's Graffiti Wall
 
The Graffiti Wall is a simple script where people can "paint" text onto a brick wall. You can see an example of the vB3 integration on ExtremeFitness.Com.

I also use an img src with half sized dimensions to preview the wall on my Summary page which can be seen on ViperAlley.Com; this could also be added to your portal pages for greater exposure.

Features
. Fully integrated with vB3 for styles/users
. Admin/Mods can "wipe board"
. Optional logging of paints to log file

This is a very simple mod to install; there is one self contained .php script, a few fonts and a bricks.jpg file to upload.

Requirements
. Your server must have GD2 support (GD1 support may work, but not tested) for PNG files including TTF support.

This is the updated mod from the 3.0x version located here.

Be kind and click INSTALL if you use this mod. :)

1.0.1 - 2/3/2006
. Fixed painttext issue in ZIP file

Blaine0002 10-12-2005 08:05 PM

sweet hack! thanks!

DS MrSinister 10-12-2005 08:24 PM

nice i will install in a few. thxs

Allan 10-12-2005 08:56 PM

Thanks for this Hack :)

very nice ;)

Click Install

Next-Selection 10-12-2005 09:08 PM

Awesome !!!

thedvs 10-12-2005 09:11 PM

this is awesome, its a pity we cant actually write the text/choose colors with our mouse, maybe even draw pix? :)

Andyrew 10-12-2005 09:23 PM

So what am i doing wrong

All i get is

Warning: imagettfbbox(): Could not find/open font in /wall.php on line 117

Warning: imagettftext(): Could not find/open font in /wall.php on line 131

Warning: Cannot modify header information - headers already sent by (output started at /home/airgunt/public_html/forums/includes/class_core.php:2903) in /wall.php on line 136

b6gm6n 10-12-2005 09:25 PM

coool dadio!

-b6

vau7 10-12-2005 09:27 PM

Thanks, my Users (a Rapboard) are loving it since the first version!

Allan 10-12-2005 09:39 PM

don't work for me (vB 3.5 gold)

tested with FF et IE

thedvs 10-12-2005 09:41 PM

yes ive done all my edits, right dirs etc, chmods, and its hanging
using 3.5gold with GD2 active

b6gm6n 10-12-2005 09:57 PM

I just have "Fatal error: Call to undefined function: imagettfbbox() in /home/sgurlorg/public_html/forums/wall.php on line 117" :(

-b6

TTG 10-12-2005 10:11 PM

Quote:

Originally Posted by Allan
don't work for me (vB 3.5 gold)

tested with FF et IE

Same problem here :disappointed:

Anyone got this to work yet ?

Dream 10-12-2005 10:53 PM

got a "redirection limit for this webpage exceeded", maybe my gd2 doesnt support something?

and the line numbers in the readme.txt are wrong

b6gm6n 10-12-2005 11:37 PM

Quote:

Originally Posted by b6gm6n
I just have "Fatal error: Call to undefined function: imagettfbbox() in /home/sgurlorg/public_html/forums/wall.php on line 117" :(

-b6

Gotta have 'freetype' installed with GD i guess, thats my problem...pity

-b6

Daniel 10-12-2005 11:47 PM

/me clicks install

Very nice! HOTM!

ReadOrDie 10-13-2005 01:15 AM

Please provide screenshots.

DS MrSinister 10-13-2005 01:17 AM

I am getting a blank page..

u can see for yourself. :(

Must did something wrong.


http://www.sinisterslair.com/forums/wall.php

Daniel 10-13-2005 01:21 AM

Quote:

Originally Posted by ReadOrDie
Please provide screenshots.

There's something better than screenshots, a demo!
http://www.mpdev.net/wall.php

And I'm getting this: Fatal error: Call to undefined function: imagettfbbox() in /home/nikzad0/public_html/forum/dr/wall.php on line 117

I did everything correctly, I think :surprised:

murrtex 10-13-2005 01:38 AM

Quote:

Originally Posted by DS MrSinister
I am getting a blank page..

u can see for yourself. :(

Must did something wrong.


http://www.sinisterslair.com/forums/wall.php

me too :(

http://www.4umturk.com/forum/wall.php

and than it says

Fatal error: imagecreatefrompng(): gd-png: fatal libpng error: IDAT: CRC error in /home/httpd/vhosts/4umturk.com/httpdocs/forum/wall.php on line 94

what does it mean?

Dream 10-13-2005 02:21 AM

Quote:

Originally Posted by murrtex
me too :(

http://www.4umturk.com/forum/wall.php

and than it says

Fatal error: imagecreatefrompng(): gd-png: fatal libpng error: IDAT: CRC error in /home/httpd/vhosts/4umturk.com/httpdocs/forum/wall.php on line 94

what does it mean?

that address gives me the same error im getting... it redirects to the same page and expires... thats on firefox 1.0.6

utw-Mephisto 10-13-2005 02:46 AM

Quote:

Originally Posted by thedvs
yes ive done all my edits, right dirs etc, chmods, and its hanging
using 3.5gold with GD2 active

same here

rb290 10-13-2005 03:07 AM

Some help please, it says Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/thug/public_html/wall.php on line 39

Allan 10-13-2005 07:44 AM

waiting .... :p

b6gm6n 10-13-2005 12:24 PM

well my host enabled TTF & FT with GD, now the page just hangs and expires...bugger! :)

-b6

eXtremeTim 10-13-2005 12:44 PM

One problem is the use of isset is not workign on all server setups as intended. Like it smacks mine into trying to update the wall everytime which I feel is what is happening to others.

heres how I fixed the blank page and timeout problem on my site


Fixed I had the variable typed wrong.


Find:
Code:

if( isset($painttext) )
Replace with:
Code:

if ($painttext != '')

thedvs 10-13-2005 01:03 PM

that kinda fixed the hanging, but now nothing writes to it when you enter some text

eXtremeTim 10-13-2005 01:18 PM

link and test accoutn

murrtex 10-13-2005 02:08 PM

yes.picture ande page came now..but i can not sent the writing..

http://www.4umturk.com/forum/wall.php

eXtremeTim 10-13-2005 03:42 PM

Quote:

Originally Posted by murrtex
yes.picture ande page came now..but i can not sent the writing..

http://www.4umturk.com/forum/wall.php

an account would help ;)

murrtex 10-13-2005 03:53 PM

user name : testuser
pass : 123456

rb290 10-13-2005 04:14 PM

Quote:

Originally Posted by rb290
Some help please, it says Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/thug/public_html/wall.php on line 39


anyone know what I did wrong ^

eXtremeTim 10-13-2005 04:47 PM

Quote:

Originally Posted by rb290
anyone know what I did wrong ^

Post lines 30-41 please.

eXtremeTim 10-13-2005 05:24 PM

I also fixed the fix I posted earlier I type the variable name wrong.

Just a note to mpdev. I would not use isset becuase it wont work like you want. Since you are setting the variable to be the gpc validated info the isset for that variable will always return true. Since isset just checks to see if a variable is defined.

All the people having problems with the script never loading is becuase its sending them into an infinate loop.

DS MrSinister 10-13-2005 05:36 PM

ok the blank page is fixed but i cant panit anything to my wall.

thxs m8!

:(

Might have a setting wrong still any ideas.

http://www.sinisterslair.com/forums/wall.php

test
test

thedvs 10-13-2005 06:06 PM

@eXtremeTim thanks ET its all working now!

now we need a wall which you can do with your mouse :)

b6gm6n 10-13-2005 06:07 PM

Quote:

Originally Posted by eXtremeTim
Find:
Code:

if( isset($painttext) )
Replace with:
Code:

if ($painttext != '')

worked for me! thanx dude... dunno what the other problems may be for other users but one think might be the actual fonts not being uploaded in Binary... gotta check those things with fonts

-b6

b6gm6n 10-13-2005 06:08 PM

Quote:

Originally Posted by thedvs
@eXtremeTim thanks ET its all working now!

anyone got a graffiti.png without the spam on it?

There u go...! (900 px wide though, the 1024 was too wide for me)

For the life of me i cannot get this to work in 24bit PNG mode, 8bit yes, but the letters look pixelated...damn...need a blank stat!

There's no program i have that'll remove that text, i can save it and the bricks show behind (sometimes not, just all black) then i type my text, and it all comes in black... great!

-b6

Kusadasi-Guy 10-13-2005 06:50 PM

Fatal error: Call to undefined function: imagettfbbox() in /home/xxx/public_html/wall.php on line 117

b6gm6n 10-13-2005 07:02 PM

Quote:

Originally Posted by Kusadasi-Guy
Fatal error: Call to undefined function: imagettfbbox() in /home/xxx/public_html/wall.php on line 117

TTF support for GD? uploaded fonts in Binary?

-b6


All times are GMT. The time now is 04:44 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01364 seconds
  • Memory Usage 1,816KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete