vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Glowing BBCode Hack (https://vborg.vbsupport.ru/showthread.php?t=52789)

SmEdD 05-10-2003 10:00 PM

Glowing BBCode Hack
 
I know theres a few out there. But no offence they all suck! No effort was put in on them.

Well here's my hack. 3 diffrent strenghts. 24 diffrent colors in each. And very very simple to install with easy to understand instructions. So even my Grandmother could do it.

I hope you like it. I have tested it sevrel times. Squashed all the bug I could find. But, but if you do find one don't hesitae to post. I don't think there will be one. But you can't say it's always gonna be 100% for anything.

To see an online demo head over to http://nocturnal-soldiers.com and goto the test forums if you don't want to register.

DWZ 05-11-2003 08:01 AM

screenshot?

MindTrix 05-11-2003 11:15 AM

Nice one **wacks install**

(screenie would b nice tho)

Sun Boy 05-11-2003 11:26 AM

ScreenShots ?

assassingod 05-11-2003 11:54 AM

Screenshots:

assassingod 05-11-2003 11:55 AM

Screenshot 2:

assassingod 05-11-2003 11:56 AM

Screenshot 3:

SmEdD 05-11-2003 05:43 PM

Hey sorry about not putting no screen shots. I was in a hurry last night. Had a party to get to.

But I see assassingod has done a good job with the screens so I'll just say thanks man.

Xyphen 05-11-2003 06:00 PM

Wow nice hack, pretty useful..

Dan 05-11-2003 06:55 PM

I think I will install this right now.

/me licks the install button

Dan 05-11-2003 07:11 PM

Quote:

######Open######
vbcode_buttons
Might want to say thats a template......

sajjid 05-11-2003 10:34 PM

installed

Fi_InCogNiTo 05-11-2003 11:27 PM

Great job

*clicks install

SmEdD 05-12-2003 02:54 PM

Quote:

Yesterday at 04:11 PM Oricon said this in Post #11
Might want to say thats a template......

My bad. If I can figure out on how to re-upload I will but I'm still new with this stuff.

Lethal 05-13-2003 06:22 PM

I installed this and when I post a new thread or reply I get this (tested all three strengths)

7

7

7

No glow, not even the text that I typed just 7's

SmEdD 05-14-2003 12:26 AM

7 is a code in the database. You didn't set up the database part right. Go into phpmyadmin and put the Database code in.

Lethal 05-14-2003 02:58 AM

I ran the quieries that were in the text file, exactly the way they were.

Lethal 05-14-2003 03:17 AM

Ok it works now, that wierd. The first time I used Logicians Simple Query to insert the tables and then I deleted them cause it didn't work and added them with phpmyadmin and now it works. Wonder why it didn't work with logicians? I use that for everything else and it works fine.

DeadBeat 05-14-2003 09:51 PM

It doesnt work for me I cant seem to get it into the database right :( All it shows is
[GLOWLIGHT=orange]Test Light[/GLOWLIGHT]
Help ??

SmEdD 05-15-2003 12:09 AM

Ok you put it in your database with PHPMyAdmin?

DeadBeat 05-16-2003 11:45 PM

Ok I try to put the code in PHPMyAdmin and the SQL query/queries I get this error.....

Error

SQL-query :

INSERT INTO bbcode
VALUES (

'10', 'glowlight', '<table style=\"filter:glow(color=\\5, strength=1)\">\\7</table>', '[glowlight=red]Glow[/glow]', 'The [glowlight] tag allows you to specify the glow of your text.', '1'
)

MySQL said:


Duplicate entry '10' for key 1

majin gotenks 05-17-2003 12:36 AM

that means its already there

DeadBeat 05-17-2003 01:49 AM

lol thats no good..... how can I delete it through phpmyadmin?
sorry for silly questions.
But If I already got the code in there and its not workin I dunno what the problem is. Alls I get when I post is .....
[GLOWLIGHT=skyblue]light[/GLOWLIGHT]
[GLOWMEDIUM=orange]medium[/GLOWMEDIUM] [GLOWSTRONG=red]strong[/GLOWSTRONG]

The buttons are all correct and its referencing the [glowmedium etc.. correctly.

Any ideas?
Is it because I dont have VBulletin 3?

Wouldnt think so..

Thanks for the help.

SmEdD 05-17-2003 04:14 AM

Ok goto phpmyadmin make sure there all deleted. If they are up the code numbers. So use this code.

PHP Code:

INSERT INTO bbcode VALUES('20''glowlight''<table style=\"filter:glow(color=\\5, strength=1)\">\\7</table>''[glowlight=red]Glow[/glow]''The [glowlight] tag allows you to specify the glow of your text.''1');

INSERT INTO bbcode VALUES('21''glowmedium''<table style=\"filter:glow(color=\\5, strength=2)\">\\7</table>''[glowmedium=red]Glow[/glow]''The [glowmedium] tag allows you to specify the glow of your text.''1');

INSERT INTO bbcode VALUES('22''glowstrong''<table style=\"filter:glow(color=\\5, strength=3)\">\\7</table>''[glowstrong=red]Glow[/glow]''The [glowstrong] tag allows you to specify the glow of your text.''1'); 


DeadBeat 05-17-2003 01:11 PM

WhoOT I got it thanks for all your help....my first hack install lol :banana:

SmEdD 05-17-2003 10:34 PM

NP man just make sure you click the install button on the bottom of the post.

ap0c 05-18-2003 01:58 AM

works great in IE, not Netscape though, thanks
*clicks install

wyzzor 05-18-2003 03:38 AM

nice :)
thanks

paratek 05-21-2003 07:27 PM

Nice hack......smacks the install

gmarik 05-24-2003 09:54 AM

I'll make some other BB codes based on this.
Like DropShadow and two more. Interested?

BlackDeath 05-30-2003 03:07 AM

it works but the text displaying all the colors possible mess up the alignment of the new thread. any thoughts?

ScreenShot

SmEdD 05-30-2003 03:43 AM

Alright. It seems something isn't closed right or opened. Contact me through PM then I will help you because I need to get some info of the file from you.

[Fx]AssAssiN 06-26-2003 12:58 AM

AssAssiN]
Quote:

05-11-03 at 09:11 PM Oricon said this in Post #11
Might want to say thats a template......
lol thanks. Was wondering about that :lick:

[Fx]AssAssiN 06-26-2003 01:23 AM

edit: nvm, got it working
Nice!!!! :classic:

sweet22 08-17-2003 05:41 AM

the shows up but its not glowing>_< i uploaded the javascript file and id did the templates and i did the database>_< :(

SmEdD 08-17-2003 05:59 AM

What Internet Program you useing?

Try IE. I think glow text is only in IE.

sweet22 08-17-2003 04:07 PM

i am running ie

SmEdD 08-17-2003 10:17 PM

hmmm . . . I have no clue.

Are you useing vB 2.3.0 or 2.3.2?

sweet22 08-18-2003 03:23 AM

vb 2.3.2

SmEdD 08-18-2003 11:10 PM

That is why. All the code was changed. I'll take a look at 2.3.2 code late today and fix it :)


All times are GMT. The time now is 04:43 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.01287 seconds
  • Memory Usage 1,790KB
  • 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
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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