Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
MPDev's Graffiti Wall Details »»
MPDev's Graffiti Wall
Version: 1.00, by MPDev MPDev is offline
Developer Last Online: Dec 2016 Show Printable Version Email this Page

Version: 3.5.0 Rating:
Released: 10-11-2005 Last Update: 02-03-2006 Installs: 77
Additional Files  
No support by the author.

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

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #42  
Old 10-13-2005, 07:17 PM
Kusadasi-Guy Kusadasi-Guy is offline
 
Join Date: May 2004
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
gd
GD Support enabled
GD Version bundled (2.0.28 compatible)
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XPM Support enabled
XBM Support enabled
hmm, i think i havent TTF for GD
Reply With Quote
  #43  
Old 10-13-2005, 07:22 PM
thedvs thedvs is offline
 
Join Date: May 2002
Posts: 353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@b6 no need to change the pgn file - to get rid of the spam on it just edit the wall.php to your url or whatever then chose wipe wall with any text and it will auto put what you said in wall.php in there.
Reply With Quote
  #44  
Old 10-13-2005, 07:39 PM
b6gm6n's Avatar
b6gm6n b6gm6n is offline
 
Join Date: Aug 2002
Location: UK
Posts: 691
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by thedvs
@b6 no need to change the pgn file - to get rid of the spam on it just edit the wall.php to your url or whatever then chose wipe wall with any text and it will auto put what you said in wall.php in there.
just found that out!

-b6
Reply With Quote
  #45  
Old 10-13-2005, 07:51 PM
b6gm6n's Avatar
b6gm6n b6gm6n is offline
 
Join Date: Aug 2002
Location: UK
Posts: 691
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Kusadasi-Guy
hmm, i think i havent TTF for GD
My host installed for me, ask yours, maybe they would...

anyone know why on the wall if you type anything with a space inbetween is shows like this "wheresmyspacesgone"?

-b6
Reply With Quote
  #46  
Old 10-13-2005, 08:08 PM
Feckie (Roger)'s Avatar
Feckie (Roger) Feckie (Roger) is offline
 
Join Date: May 2005
Location: Dublin Eire
Posts: 392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Can't get this to work.......

Mind you had the same problem with V3.08
Reply With Quote
  #47  
Old 10-13-2005, 08:58 PM
bonnmac bonnmac is offline
 
Join Date: Mar 2002
Location: United States
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

a heads up this happens on mine when you want to wipe the wall use to be just tick wipe leave the word box empty and hit paint wall wiped now you have to tick wipewall and TYPE wipe and it cleans wall all the spam also !!! try it also reuploaded the fonts in ascii and bam it worked
Reply With Quote
  #48  
Old 10-13-2005, 10:53 PM
rb290's Avatar
rb290 rb290 is offline
 
Join Date: Oct 2005
Posts: 333
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by eXtremeTim
Post lines 30-41 please.
alright here you go:

PHP Code:
$globaltemplates = array();

// pre-cache templates used by specific actions
$actiontemplates = array();

require(
"global.php");

$vbulletin->input->clean_array_gpc('p', array(
$pathto "/home/thug/public_html/wall.php ")
        
'painttext'     => TYPE_STR,
        
'adminreset'    => TYPE_UINT,
)); 
Reply With Quote
  #49  
Old 10-13-2005, 11:59 PM
thedvs thedvs is offline
 
Join Date: May 2002
Posts: 353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

$pathto = "/home/thug/public_html/wall.php ")

should be

$pathto = "/home/thug/public_html")

shouldnt it?
Reply With Quote
  #50  
Old 10-14-2005, 05:34 AM
evenmonkeys's Avatar
evenmonkeys evenmonkeys is offline
 
Join Date: Aug 2004
Location: Iowa
Posts: 896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nothing at all is loading. It just sits there for 120 seconds and times out. My site's working fine, but this isn't. I was getting an error earlier, but I fixed it. Something about linking to "efgraffiti.txt" and there isn't even a file like that.
Reply With Quote
  #51  
Old 10-14-2005, 06:31 AM
eXtremeTim eXtremeTim is offline
 
Join Date: Jun 2002
Location: eXtremewebtech.com
Posts: 1,201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by b6gm6n
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
Umm you can just wipe the wall and there is a line in the wall.php fill thats titled something similiar to
Code:
       $string = "mpdev.net";
I changed that on mine so when I wipe my wall it shows my sites name there.

Hope that will help you get the blank wall that you want. If you change that to $string = ""; then wipe the wall it wont have any text on it.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:48 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.09019 seconds
  • Memory Usage 2,313KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete