ELY M's UBB and Ikonboard HACKS.

for UBB 6xx only

ELY M's hack that will allow you to have HTML in signatures in UBB 6.2.xx :)

this hack also have toggle on and off in control panel as like for the UBB's standard code for images in signatures.
Normal UBB HTML filtering does worked with this hack :)
SECURITY RISK involved in allowing HTML in user's signature

ELYS_HTML_IN_SIGNATURE_WITH_CP_HACK_for_6.2xx.txt

Very simple to add the Number of Topics that user has posted in his/her profile :)
with $authorextra mod

NUMBER_OF_THREADS_A_USER_has_posted.txt

a trick for search for all posts from a user

There is limit of 50 posts/topics in the user search
I want to look up for ALL posts from one user.
so this is the code that only limit to 50 posts/topics.

find this in ubb_profile.cgi

# limit to last 50 posts
$total = @rev_posts;
if ($total > 50) {
@rev_posts = @rev_posts[0 .. 49];
}

delete or Comment it out.

add extra button in user's posts in public_topic_page.pl
like in vbulletin, you have seen 'search' and add a buddy buttons at bottom of posts.
ADD_SEARCH_BUDDY_Buttons_in_posts.zip

This COOL HACK :)
Super Post Icons and Smilies.


OLD Screenshot of hack installed (show EXTRA smilies)

ELYS Super Post Icons and Smilies - zipped with the ubb code button images and with instructions for 6.05, 6.1.0.4 and 6.2.x

I re-wrote the same hack for ubb 6.2.x - here is BETA download
the zip here already have instructions for 6.2.x included.
I wrote this same hack for 6.1.0.4 too. The instructions for 6.1.0.4 is already in the Zip here.

The Zip Pack of Super Smilie and Icons for 6.05, 6.1.0.4, and 6.2x


ELYS Quick Reply Form

ELYS Quick Reply Form - Download

This is small hack I done.
That removes the Java popups from your ubb buttons. It makes posters just click on UBB buttons.
It just put UBB codes automaticly in message box :)
NO_PROMPS_POPUPS_FROM_UBB_CODE_BUTTONS.txt
HAck available for UBB 6.2.x
NO_PROMPS_POPUPS_FROM_UBB_CODE_BUTTONS_for_6.2.x_.txt

I modded the [hide] [/hide] hack more better for UBB 6.2.xxx
IT works well on my 6.2.1.1 :)
I changed the way it works with wordlets. its works with vars_wordlets_mods instead of vars_easy_hack.

Credits to e@sy for orignal hack for 6.0x. Credit to SilverSurfer for the modded hack for 6.1x
Hide_Hack_modded_by_ELY_M_for_6.2.xx.zip

I modded the [hide] [/hide] hack more better for UBB 6.1.0.4.
I changed the way it works with wordlets. its works with vars_wordlets_mods instead of vars_easy_hack.

Credits to e@sy for orignal hack for 6.0x. Credit to SilverSurfer for the modded hack for 6.1x
Hide_Hack_modded_by_ELY_M_for_6104.zip

Here is Demo of those hacks
Demo

User: ubbdev
pass: 12345

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

OLD UBB hacks for 6.0xxx
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

this hack adds 4 more custom fields in ubb 6

This hacks do dirty work of resolving IP addresses to a hostnames also it will let you to use gif's only and you can set different ip images in different places

this let you toggle on and off on member numbers :)

ELY M's upload hack for ubb 6
Hardest hack I ever done :)

ELY M's hack that will allow you to have HTML in signatures.

this hack also have toggle on and off in control panel as like for the UBB's standard code for images in signatures.
SECURITY RISK involved in allowing HTML in user's signature

ELY M's Ikonboard Hacks

I dont have much time to write them correctly for public
I done 100's of them hehe :O)

yeah, slowly adding hacks for my friends.
Those hacks are for 2.xx version of iB only

ELY M's Custom Avatars by URL
simple custom avatar by a url hack for ikonboard 2.x . it just allow users to add their own images for their avatars.

ELY M's avatar size in CP hack.
this is simple hack for admin to decide what avatar size should be. this also allow option of leaving no limits too. just leave the boxes blank for various of size of avatars.