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
  #52  
Old 10-14-2005, 06:33 AM
eXtremeTim eXtremeTim is offline
 
Join Date: Jun 2002
Location: eXtremewebtech.com
Posts: 1,201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rb290
alright here you go:

PHP Code:
$vbulletin->input->clean_array_gpc('p', array(
$pathto "/home/thug/public_html/wall.php ")
'painttext' => TYPE_STR,
'adminreset' => TYPE_UINT,
)); 
Change that to
PHP Code:
$vbulletin->input->clean_array_gpc('p', array(
        
'painttext'     => TYPE_STR,
        
'adminreset'    => TYPE_UINT,
));
 
$pathto "/home/thug/public_html"

Quote:
Originally Posted by xYarub
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.
I posted a fix to that problem on page 2.

Quote:
Originally Posted by bonnmac
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
I will make a fix for that and post it on up for you all.
Reply With Quote
  #53  
Old 10-14-2005, 06:50 AM
Alien's Avatar
Alien Alien is offline
 
Join Date: Oct 2001
Posts: 827
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you SO much for re-releasing this! We really appreciate it!
Reply With Quote
  #54  
Old 10-14-2005, 07:19 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by eXtremeTim
Find:
Code:
if( isset($painttext) )
Replace with:
Code:
if ($painttext != '')
thanks man, that worked

does anyone know how to make the image smaller?
Reply With Quote
  #55  
Old 10-14-2005, 07:55 PM
foreverdarkness's Avatar
foreverdarkness foreverdarkness is offline
 
Join Date: Dec 2004
Location: Pittsburgh
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dream
thanks man, that worked

does anyone know how to make the image smaller?
You can make the image smaller using a photo program or change it in the wall.php script.

$picwidth = 1024; //line 86 (change to what you want)
$picheight = 600; //line 87 (change to what you want)
Reply With Quote
  #56  
Old 10-15-2005, 02:47 AM
rb290's Avatar
rb290 rb290 is offline
 
Join Date: Oct 2005
Posts: 333
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the file is wrong for me i think

"line 38: $pathto = "/path/to/your/forum";
Put the server path to your grattifi/forum directory here

line 105: $string = "mpdev.net";
change to whatever you want for a default text to be put on the wall (or comment out to have no default)

line 127: header("Location: http://www.extremefitness.com/forum/wall.php");
change to the URL for your wall.php"

^ none of those are on the right line
and am I supposed to add those lines are find them and edit the lines ?
Reply With Quote
  #57  
Old 10-15-2005, 06:18 AM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks, that didnt work though...
Reply With Quote
  #58  
Old 10-15-2005, 09:42 AM
DS MrSinister DS MrSinister is offline
 
Join Date: Dec 2002
Location: the burgh
Posts: 553
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

MY problem now is when u type something in thn click on paint it. it goes to a blank screen any ideas?
Reply With Quote
  #59  
Old 10-15-2005, 12:05 PM
thedvs thedvs is offline
 
Join Date: May 2002
Posts: 353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@rb290 yes you need to find those lines and edit em
Reply With Quote
  #60  
Old 10-16-2005, 12:32 AM
rb290's Avatar
rb290 rb290 is offline
 
Join Date: Oct 2005
Posts: 333
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by thedvs
@rb290 yes you need to find those lines and edit em
alright

this line is on line 45 for me:
"line 38: $pathto = "/path/to/your/forum";

this line is on line 114 for me:
line 105: $string = "mpdev.net";
change to whatever you want for a default text to be put on the wall (or comment out to have no default)

this line is on line 136
line 127: header("Location: http://www.extremefitness.com/forum/wall.php");
change to the URL for your wall.php

the file isnt how your explaining it
Reply With Quote
  #61  
Old 10-17-2005, 01:00 PM
MPDev's Avatar
MPDev MPDev is offline
 
Join Date: Oct 2003
Location: Virginia
Posts: 885
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
And I'm getting this: Fatal error: Call to undefined function: imagettfbbox() in /home/nikzad0/public_html/forum/dr/wall.php on line 117
You must have TTF support enabled with your GD library; the script uses TTF (TrueType fonts) to generate the text.

I'll change the isset() to remove it when I do an update.

Sorry I haven't been around as much as I'd like - Baby #5 gets here very soon and I have my hands full!
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 08:46 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.04495 seconds
  • Memory Usage 2,317KB
  • 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
  • (2)bbcode_code
  • (2)bbcode_php
  • (7)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