php forum
php mysql forum
php mysql smarty
 
Page 1 of 2 1 2 >
Topic Options
#36502 - 02/20/00 01:13 AM just released 2 hacks at scriptkeeper
Mutt Offline
Member

Registered: 01/14/00
Posts: 111
i rereleased the simple version of UBBCodeButtons. has some bugfixes and new features.

also release my avatar hack. (kutulus has been asking for this forever) its like his pulldown image hack (built partially off of my code) but with more stuff and no bugs. the older code had a bad netscape problem but its gone. one big feature that the other didn't have is how you add more icons. just name em and upload em. just like message icons. also can have custom avatars which are only available to a specific person.

here's the download site.
http://bartour.virtualave.net

I'm waiting until I get intial install feedback before adding to the db. (incase i forgot a step)

hope you like


------------------
BarTourOnline.com
my new v5.43 under construction

Top
#36503 - 02/20/00 07:26 AM Re: just released 2 hacks at scriptkeeper
Menno Offline
Junior Member

Registered: 03/20/01
Posts: 200
anyplace where we can see the avatar hack?

------------------
Cougar's here, so have no fear
Webmaster of www.artbeast.de

Top
#36504 - 02/20/00 10:17 AM Re: just released 2 hacks at scriptkeeper
Slasher Offline
Member

Registered: 01/22/00
Posts: 181
Loc: The Netherlands
I've already installed the UBBCodebuttons hack and it works great, but I'd like to see the Avatar hack in action too bevore i install it.

Top
#36505 - 02/20/00 11:06 AM Re: just released 2 hacks at scriptkeeper
Mutt Offline
Member

Registered: 01/14/00
Posts: 111
my register page

you can agree to the terms and then pick your avatar. you don't have to complete registraion. but feel free. it's not a real site anyway. just my construction site

Top
#36506 - 02/20/00 01:05 PM Re: just released 2 hacks at scriptkeeper
The Team Offline
Moderator

Registered: 08/11/00
Posts: 182
Loc: yes
I thought there was a way to submit your own image if you did something like take the form action, and make one of the submit choices your own iamge on an external page from the UBB..



------------------
I wish I were a Canuck
All they have to do is drink beer, play hockey, and say "Eh"

* No offense meant to any Canadians

Top
#36507 - 02/20/00 02:55 PM Re: just released 2 hacks at scriptkeeper
Mutt Offline
Member

Registered: 01/14/00
Posts: 111
you could add an input field to allow people to enter an imagr url, but i didn't do that. you would wind up with dead img links from old members.

they way my custom icon works, follows.

usernumber 00000004 wants a custom icon that ony he can use. you name his avatar 000000004.gif and upload it to the custom dir. then when usernumber 00000004 goes to edit his profile, there is a note alerting him that his custom avatar is available and there is an extra choice in the dropdown called 'custom'.

thought about using an img upload script that would allow you to up your own. auto chose the custum dir and auto rename the file usernumber.gif. that way you could up the img and refgresh the modify page and the custom icon would be avail. problem is I have found a good way to limit file size and I'm not interested in people uploading huge files. if anybody has a clean upload script that lets you set file type and size restrictions as well as set the upload dir, let me know and I'll add it as a cp option.

Top
#36508 - 02/20/00 06:32 PM Re: just released 2 hacks at scriptkeeper
Mutt Offline
Member

Registered: 01/14/00
Posts: 111
missed some steps on the avatar addon
I've already updated the download

here they are
Code:
code:

Top
#36509 - 02/21/00 10:15 AM Re: just released 2 hacks at scriptkeeper
The Team Offline
Moderator

Registered: 08/11/00
Posts: 182
Loc: yes
Good hacks I have one problem though that you can see when you post in these fourms. How do you center the link UBBCode buttons and all the buttons.

------------------
President and Webmaster of UBB Hackers Hideout.

Contact Me at:

ICQ: 33326211
AIM:SpazJCC
Email: ubbmaster@ubbcodehacking.com

Top
#36510 - 02/22/00 06:43 AM Re: just released 2 hacks at scriptkeeper
Mutt Offline
Member

Registered: 01/14/00
Posts: 111
Me again

seems I refrenced something in the instructions which won't be in your copy of cpanel2.cgi

I've updated the instructions and here's the change

instead of
Code:
code:



it should be
Code:
code:



passwordemail was something i added to the cp so I could change the password email that is sent out when you register. sorry

Mutt


as for centering the buttons under the message window. I enclosed the message window and the button code in a table

<table><tr><td align=center>
the code
</td></tr></table>

Top
#36511 - 02/22/00 10:53 AM Re: just released 2 hacks at scriptkeeper
Menno Offline
Junior Member

Registered: 03/20/01
Posts: 200
Will this hack work with the custom user text hack?

Also, an ability for users to choose one of there own pics would be kewl (an extra input field which can hold a link)

Top
#36512 - 02/22/00 05:46 PM Re: just released 2 hacks at scriptkeeper
Kutulus Offline
Member

Registered: 01/10/00
Posts: 83
Quote:
quote:

The best thing about this hack is that it DOESN'T allow people to use their own images



------------------
Blizzard Domain - http://go.to/blizzdomain
_________________________
Blizzard Domain - http://www.blizzdomain.com

Top
#36513 - 02/24/00 02:01 AM Re: just released 2 hacks at scriptkeeper
Danimator Offline
Junior Member

Registered: 02/02/00
Posts: 8
I tried to implement both the Avatar and UBB code buttons hack, and encounted many problems along the way. Many instances of your code where it says find this: (too many to list) Simply did not exist. I fouond similar items, but the syntax was off like a missing ; or }{ I did my best to fit it in, but When I went to test, I eith got broken tables, image popup not working, (IE 5.0) or a server 500 error. I am using 5.44a I would really love to use these mods, but it is hard to tell where I went wrong when so many things don't match up.

------------------
-Dan
_________________________
-Dan

Top
#36514 - 02/24/00 09:00 AM Re: just released 2 hacks at scriptkeeper
Menno Offline
Junior Member

Registered: 03/20/01
Posts: 200
Quote:
quote:



Never the less, can that feature be added
and uhm, custom user text hack?


------------------
Cougar's here, so have no fear
Webmaster of www.artbeast.de

Top
#36515 - 02/24/00 07:52 PM Re: just released 2 hacks at scriptkeeper
Kutulus Offline
Member

Registered: 01/10/00
Posts: 83
Menno:

I was mistaking. The avatar hack DOES allow people to have custom images. But it probably isn't as easy as you would have thought.

You must make a /avatar/custom directory. Then upload the avatar to that folder. It must if in the form user#.gif (user# is 8 digits)

Hope this helps!

------------------
Blizzard Domain - http://go.to/blizzdomain
_________________________
Blizzard Domain - http://www.blizzdomain.com

Top
#36516 - 02/25/00 05:01 PM Re: just released 2 hacks at scriptkeeper
Mutt Offline
Member

Registered: 01/14/00
Posts: 111
it works fine with the custom user text hack. have it installed that way on mine. just be very careful to change the thisprofile[15] to the right num

as for errors in the directions and missing code. Both mods were written on 5.43. if you are on 5.44 or some old version you may incounter differences.

Everyone has said that the ubbcode buttons instructions were easy to follow so if you had problems with that one I'd try again.

The avatar Addon, did have some lines of code which were not in the original 5.43. I have fixed the know items and post notes about these changes here and at scriptkeeper. Several people have installed it using these directions. Other people have also had problems with the install. I looked at their code and found that they missed steps, both times.

if their are problems in the instructions let me know what they are and I'll fix em. my site is extremly modified and it is possible that my refrences are off. try searching for parts of code instead of whole blocks.

let me know what happens


As for a text box to list an image url. I've opted against this to prevent dead img links in older posts. I'm looking for a nice upload script so specific users would be able to upload a custom av. as for now the webmaster must upload this cutom av.

Mutt


------------------
BarTourOnline.com
my new v5.43 under construction

Top
#36517 - 02/25/00 05:07 PM Re: just released 2 hacks at scriptkeeper
Mutt Offline
Member

Registered: 01/14/00
Posts: 111
Danimator

just reread your post. if you found text but syntax was missing an ending } or something alone those lines, it means you were supposed to insert the new code right where i ending the text and not and the end of the if statement after the }
just looked at your site. good looking!


BEFORE ATTENMPTING THIS HACK
the avatar hack involves modifying the profile and the cp. don't even attempt it unless you've done several other hacks first. Start off on the easy ones and move up to this one. there are lots of places to screw up and anyone of them will cripple your ubb.

Top
#36518 - 02/26/00 12:45 AM Re: just released 2 hacks at scriptkeeper
Silverhawk Offline
Member

Registered: 02/25/00
Posts: 71
Loc: dunno
well, i have tried installing the UBBcodebuttons but i can`t seem to find certain lines in the cgi files that were mentioned in your intructions file, i`m using ubb 5.40 if you are wondering

Top
#36519 - 02/26/00 12:39 PM Re: just released 2 hacks at scriptkeeper
Mutt Offline
Member

Registered: 01/14/00
Posts: 111
if you let me know what you can't find, I'll find it.

Top
#36520 - 02/26/00 09:37 PM Re: just released 2 hacks at scriptkeeper
Jon Offline
Junior Member

Registered: 02/20/00
Posts: 4
Loc: St.Petersburg,Fl.USA
I recently installed the Private Messages hack.. One thing that I cant figure out.. Te one on this board tells you if you have a Private Message.. Mine does not.. anyone know why..?
BTW... Great Hack

Top
#36521 - 02/27/00 02:26 PM Re: just released 2 hacks at scriptkeeper
el84 Offline
Member

Registered: 02/12/00
Posts: 71
Loc: San Diego
Great hack Mutt! Thank you! The Avatar Addon hack is exactly what I needed. I had previously installed the Pulldown Image hack, which never worked correctly in Netscape. (Netscape behaves badly when a DIV tag is inside a FORM tag block).

One section of the instructions caused me some trouble. I was able to figure it out though. Take a look at this file to see what I did to install this in UBB version 5.44a.
_________________________
"Waffles are nothing more than a vehicle for butter and syrup" - Dr. Clayton Forrester

Top
Page 1 of 2 1 2 >


Who's Online
1 registered (Gizmo), 37 Guests and 14 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Forum 'Trader Ratings'.
by McLemore
Yesterday at 02:14 PM
Problems reading a lot of old posts here
by Ruben Rocha
11/18/08 04:33 PM
PhotoPost BB Code Popup
by Iann128
11/15/08 01:24 PM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
Looking for a simple upload script
by AllenAyres
11/11/08 02:12 PM
New Mods
Forum 'Trader Ratings'.
by McLemore
Yesterday at 02:14 PM
[7.4] Keep log of custom title changes
by blaaskaak
10/27/08 07:51 AM
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Newest Members
cenk, MATTO, DougMMcts, tim Anderson, phoebe
13360 Registered Users
Top Posters
AllenAyres 25448
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks