#36743
03/07/2000 6:03 AM
|
Joined: Mar 2000
Posts: 26
Junior Member
|
Junior Member
Joined: Mar 2000
Posts: 26 |
Well I found a couple cool hacks called costum rank setting and custom status. Costum rank setting was flawed and made no sense to have some of the settings with custom status. So I went through complete revised them and renamed the hacks. Both hacks that I have revised can be at http://www.shiningforce.net/CusRank.zip
|
|
|
#36744
03/07/2000 6:36 PM
|
Joined: Mar 2000
Posts: 26
Junior Member
|
Junior Member
Joined: Mar 2000
Posts: 26 |
I will have 2.1 out in about a week. I have a few new things I am adding and a few things fixing.
|
|
|
#36745
03/09/2000 1:42 AM
|
Joined: Aug 2000
Posts: 3,590
Moderator
|
Moderator
Joined: Aug 2000
Posts: 3,590 |
I've always been a big supporter of these hacks and am interested in what you ahve done. I'll give it a shot. Thanks! ------------------ Troy(Trekkan) RPG-Files Webmaster & Owner http://www.rpg-files.com
|
|
|
#36746
03/09/2000 9:38 AM
|
Joined: Jan 2000
Posts: 47
Junior Member
|
Junior Member
Joined: Jan 2000
Posts: 47 |
I want to include this in the WCH, but what exactly does it do? I can't check it because WinZip isn't on this machine and I can't get a decent .zip program that can bypass fortres.101. ![[Linked Image]](http://ubbcodehacking.com/ubb/smilies/frown.gif) ------------------ http://su.ffgamers.net Joy! A hobby that only cost me $170.
|
|
|
#36747
03/09/2000 4:28 PM
|
Joined: Mar 2000
Posts: 26
Junior Member
|
Junior Member
Joined: Mar 2000
Posts: 26 |
It basically fixes alot of the bugs in his code. dont user the user status text enclsoed its not needed and will make you created duplicate ranks in posts
|
|
|
#36748
03/12/2000 8:20 PM
|
Joined: Jan 2000
Posts: 64
Member
|
Member
Joined: Jan 2000
Posts: 64 |
how bout a screen shot of the custom rank cp?
thanx
|
|
|
#36749
03/17/2000 2:34 AM
|
Joined: Mar 2000
Posts: 2
Junior Member
|
Junior Member
Joined: Mar 2000
Posts: 2 |
Yeah, a screen shot would be cool.
|
|
|
#36750
03/19/2000 5:27 AM
|
Joined: Mar 2000
Posts: 1
Junior Member
|
Junior Member
Joined: Mar 2000
Posts: 1 |
I store the ranks in an array. I was wondering if this is an efficient way of going about this. File: ubb_library2.pl Replace: Replace With: Array of ranks in ranks.txt. Rank 1 is achieved at 1 post. Rank 2 at 30 posts. Rank 3 at 60 posts. More ranks can be added easily by editing ranks.text.
|
|
|
#36751
03/19/2000 6:11 AM
|
Joined: Feb 1999
Posts: 1,379
Programmer
|
Programmer
Joined: Feb 1999
Posts: 1,379 |
Nice addition - a Mas*Mind Smilies CP style mod would be good, to allow adding of ranks through the control panel. Just a thought ![[Linked Image]](http://ubbcodehacking.com/ubb/smilies/smile.gif)
|
|
|
#36752
03/19/2000 12:45 PM
|
Joined: Jan 2000
Posts: 64
Member
|
Member
Joined: Jan 2000
Posts: 64 |
I thought that is what Nevex has made. I'm not sure thought. thats why I'd like to see a screen shot. has anyone installed this? cna i see a working link.
thanx
|
|
|
#36753
03/21/2000 5:47 PM
|
Joined: Feb 2000
Posts: 4,625
Member
|
Member
Joined: Feb 2000
Posts: 4,625 |
I just got through installing this hack. But, my paint program doesnt work, so i cant take a screen shot. It basically allows you to easily set the Cutom User Status with images. Makes it easy, but it doesnt work for me. I am still working on it, and modifying the code.
|
|
|
#36754
03/22/2000 10:58 PM
|
Joined: Mar 2000
Posts: 4
Junior Member
|
Junior Member
Joined: Mar 2000
Posts: 4 |
i just installed this on a fresh UBB 5.44b and it works just fine (i think). there is an issue in the installation instructions, however. the last paragraph makes reference to an "update user ranks" link, or something like this. this link does not exist (or i totally missed it), and it's completely necessary to get the hack to work. if the link did exist, it would call cpanel.cgi?action=RankCheck. you just have to add a link to that (or call it directly from the address bar) and you should be good to go. also, the CosRank.cgi file's first line calls "usr/bin/perl5". this didn't work on my server. ![[Linked Image]](http://ubbcodehacking.com/ubb/smilies/tongue.gif) - Wind-X
|
|
|
#36755
03/23/2000 12:58 PM
|
Joined: Mar 2000
Posts: 3
Junior Member
|
Junior Member
Joined: Mar 2000
Posts: 3 |
Take a look at this site http://www.hardware-one.com.sg/ubb/Forum1/HTML/001517.html Isit possible to have a PIC hack as in besides the RANK | TITLE | TYPE | IMAGE,we add in another coloum, USER IMAGE. This USER IMAGE can be any size and there will be a default USER PIC for the rank. and if the user want to use their own USER PIC, we can put it for them?
|
|
|
#36756
03/23/2000 2:13 PM
|
Joined: Mar 2000
Posts: 4
Junior Member
|
Junior Member
Joined: Mar 2000
Posts: 4 |
i found another issue with this one that pops up when you're making the custom rank a profile entry greater than the default 15. in the changes made to cpanel2.cgi, there is a section that you replace with: if you have something else in profile entry 15 (i had the custom user text), then that $searchrow[7] probably won't return the right value. in my case, the fix simply involved changing the 7 to an 8, but that may not work for everyone. - Wind-X
|
|
|
#36757
03/23/2000 3:29 PM
|
Joined: Mar 2000
Posts: 4
Junior Member
|
Junior Member
Joined: Mar 2000
Posts: 4 |
found another bug in this bad boy. seems the author missed an update in ubbmisc.cgi. in the ModifyBio function, $UserRank is properly written to the user profile file at the end of the subroutine. however, $UserRank is never actually set. this causes the custom rank to be lost any time the user changes his or her profile. to remedy this: in Sub ModifyBio in ubbmisc.cgi, find: and after this code, add the following: as the instructions say, that [15] index is dependant on what you have in your profiles. if you changed that number everywhere else in the hack, change it here, too. - Wind-X
|
|
|
#36758
03/23/2000 4:13 PM
|
Joined: Feb 2000
Posts: 4,625
Member
|
Member
Joined: Feb 2000
Posts: 4,625 |
I can't get this hack to work AT ALL.
|
|
|
#36759
03/24/2000 4:33 PM
|
Joined: Feb 2000
Posts: 116
Member
|
Member
Joined: Feb 2000
Posts: 116 |
If he made that I would install it ------------------ Please Join My UBB We are now accepting Moderators!!
|
|
|
#36760
03/24/2000 5:28 PM
|
Joined: Mar 2000
Posts: 4
Junior Member
|
Junior Member
Joined: Mar 2000
Posts: 4 |
as is, the hack has a control panel for adding new ranks.
- Wind-X
|
|
|
#36761
03/29/2000 10:55 PM
|
Joined: Mar 2000
Posts: 1
Junior Member
|
Junior Member
Joined: Mar 2000
Posts: 1 |
How do you do this perl thing...I have my own boards but I don't know how to work this perl thing and how to get the custom ranks to work..... can someone help.... please don't give me any instructions that sound like they are from another world....THANKS! ------------------ *Da Squall Kid - Soldier of X-Empire* Sign Up Today! (x-empire is a clan that wants to rule the FF XI (eleven) online world) http://x-empire.hypermart.net/cgi-bin/Ultimate.cgi?
|
|
|
#36762
03/29/2000 11:10 PM
|
Joined: Feb 2000
Posts: 4,625
Member
|
Member
Joined: Feb 2000
Posts: 4,625 |
Cal doesnt trust me enough to have me do it for you. So, i am not gonna comment at this time. I can only help if i have your files. And, i dont think anyone trusts me enough. ![[Linked Image]](http://ubbcodehacking.com/ubb/smilies/frown.gif)
|
|
|
#36763
03/30/2000 12:33 PM
|
Joined: Feb 1999
Posts: 1,379
Programmer
|
Programmer
Joined: Feb 1999
Posts: 1,379 |
Chill MasterMind. I don't trust you any less than I tust Atom. It's just you're not a mod and I don't know if you really have a license. Feel free to email this guy, just don't exchange files on this board. No hard feelings? Just a thought ![[Linked Image]](http://ubbcodehacking.com/ubb/smilies/smile.gif)
|
|
|
#36764
03/31/2000 1:01 PM
|
Joined: Mar 2000
Posts: 26
Junior Member
|
Junior Member
Joined: Mar 2000
Posts: 26 |
I am gonna re package this people obviously didnt read the installation instructions carefullyenough. I haveinstalled it with my instructions on more than just my board.
|
|
|
#36765
03/31/2000 4:37 PM
|
Joined: Feb 2000
Posts: 4,625
Member
|
Member
Joined: Feb 2000
Posts: 4,625 |
when will it be out? Looks good. ![[Linked Image]](http://ubbcodehacking.com/ubb/smilies/smile.gif)
|
|
|
#36766
03/31/2000 4:45 PM
|
Joined: Feb 2000
Posts: 4,625
Member
|
Member
Joined: Feb 2000
Posts: 4,625 |
If i dont have a license, how did i get a UBB?
|
|
|
#36767
03/31/2000 7:19 PM
|
Joined: Mar 2000
Posts: 26
Junior Member
|
Junior Member
Joined: Mar 2000
Posts: 26 |
When I have time I will re package it, its not that hard to instal as is
|
|
|
#36768
04/06/2000 1:07 AM
|
Joined: Aug 2000
Posts: 3,590
Moderator
|
Moderator
Joined: Aug 2000
Posts: 3,590 |
So does the hack ( http://www.shiningforce.net/CusRank.zip) work 100% correctly??? Is it safe to upload to my board and from what I understand can I edit it all in the control panel??? Please reply... ------------------ Player, Co-Administrator of CoasterNetwork. http://www.coaster-network.com
|
|
|
#36770
04/12/2000 9:35 AM
|
Joined: Aug 2000
Posts: 3,590
Moderator
|
Moderator
Joined: Aug 2000
Posts: 3,590 |
I Would really like to setup this hack, although i know for a fact its not for 5.45b. I did searches in the files and only found 1/5 of the the info it said to find and change or replace and add. Anyone know of a custom status/title hack that works for 5.45b?
|
|
|
#36771
04/13/2000 10:19 AM
|
Joined: Aug 2000
Posts: 3,590
Moderator
|
Moderator
Joined: Aug 2000
Posts: 3,590 |
i've got a 5.44a board i searched the in postings.cgi but did not find anything so i cannot complete the hack could anyone tell me where to look for it? thx Sub
|
|
|
#36772
04/14/2000 8:27 AM
|
Joined: Aug 2000
Posts: 3,590
Moderator
|
Moderator
Joined: Aug 2000
Posts: 3,590 |
Nevex you said so what should i do? apply the hack in custom title.txt or custom status.txt only or both or... ? thx for an answer ------------------ SubWorx
|
|
|
#36773
04/16/2000 3:12 AM
|
Joined: Aug 2000
Posts: 3,590
Moderator
|
Moderator
Joined: Aug 2000
Posts: 3,590 |
Dear Custon Rank Master, I had download the custom rank, but the problem is, i cannot found the correct code in the instruction for UBB 5.45a, can you update the correct code for new ubb 5.45a.
Thanks in advanced
|
|
|
#36774
04/16/2000 6:35 AM
|
Joined: Feb 1999
Posts: 1,379
Programmer
|
Programmer
Joined: Feb 1999
Posts: 1,379 |
If you can't find the correct code in any hack then please try to search for substrings. Just a thought ![[Linked Image]](http://ubbcodehacking.com/ubb/smile.gif)
|
|
|
#36775
04/21/2000 10:57 PM
|
Joined: Aug 2000
Posts: 3,590
Moderator
|
Moderator
Joined: Aug 2000
Posts: 3,590 |
Is there no way, to get a 'clean' package from this hack ? I try one install on a brand new 5.45c ... When i try to use CP to setup status ... i got a nice blank frame ... Btw ... they are some strings that was hasardous to place ... Is it possible when building the hack to give : - sub name - substring - fix ? when they are more then one possiblity to apply hack ?? Thank for good work ![[Linked Image]](http://ubbcodehacking.com/ubb/biggrin.gif) S-Stephen ------------------
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 417
Joined: November 2001
|
|
Forums63
Topics37,575
Posts293,930
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|