Previous Thread
Next Thread
Print Thread
Rate Thread
Page 3 of 3 1 2 3
#148496 12/18/2001 3:25 PM
Joined: Aug 2000
Posts: 874
Moderator / Developer
Moderator / Developer
Offline
Joined: Aug 2000
Posts: 874
quote:
Originally posted by LK:
Jordo, try to replace '-' with '_' in ubb_lib.cgi and ubb_lib_files.cgi, and then clear your cache.

TXT/MHK files also updated.

[ 12-18-2001 05:11 AM: Message edited by: LK ]



thanks for the fix LK.

Sponsored Links
#148497 12/18/2001 4:22 PM
Joined: Jun 2000
Posts: 536
Member
Member
Offline
Joined: Jun 2000
Posts: 536
quote:
Originally posted by LK:
Works in my board + qasic's modlog hack

Well I had to take the hack out to get some things on my board to work, maybe it wasn't your hack which conflicted with it o.o.


//i wanna scream, show the world i have an inside.
i wanna bleed, let the blood flow, that keeps me alive.
#148498 12/18/2001 9:25 PM
Joined: Jun 2001
Posts: 62
Eel Offline
Member
Member
Offline
Joined: Jun 2001
Posts: 62
It didn't work...
ultimateb.cgi aborted due to compilaton errors... andafter I uploaded eeverythin, it stil dun work =

#148499 12/19/2001 3:40 AM
Joined: Jun 2001
Posts: 23
Junior Member
Junior Member
Offline
Joined: Jun 2001
Posts: 23
lk i'm getting hacking attempt errors when this hack is installed somethink to do with members files being hack when i chose a different colour scheme than default it comes up with this error.

and the board dont load

#148500 12/19/2001 7:20 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Eel: rehack ubb_lib.cgi, ubb_lib_files.cgi, ubb_forum_summary.cgi, ultimatebb.cgi, did I forget any file?

tazman: rehack ubb_lib_files.cgi.

Sponsored Links
#148501 12/19/2001 5:07 PM
Joined: Aug 2000
Posts: 874
Moderator / Developer
Moderator / Developer
Offline
Joined: Aug 2000
Posts: 874
the instructions for ubb_forum.cgi, ubb_forum_summary.cgi and ultimatebb.php need to be updated with the new "_"

works a charm now

#148502 12/19/2001 9:32 PM
Joined: Jun 2001
Posts: 62
Eel Offline
Member
Member
Offline
Joined: Jun 2001
Posts: 62
LK.... I did as you said... and ahh... I cleared my cache, went to post, and.. ah.. "boom?" The entire thing went ****ing crazy. Errors appeared everywhere. I tried working on it for a half a hour, and then gave up. Now I'm rehacking the whole board clean.

#148503 12/20/2001 6:20 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Thanks jordo, fixed

#148504 12/24/2001 12:38 AM
Joined: Feb 2001
Posts: 125
Member
Member
Offline
Joined: Feb 2001
Posts: 125
Many times the color changes as I browsing through the pages of my forum. Did I do something wrong?

#148505 12/24/2001 1:20 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
dreamer, try to rehack ubb_lib_files.cgi or ubb_lib.cgi.

Sponsored Links
#148506 12/25/2001 1:17 AM
Joined: Feb 2001
Posts: 125
Member
Member
Offline
Joined: Feb 2001
Posts: 125
Thanks LK for your immediate answer. I checked the files you told me but I didnt find anything wrong.
The problem is that the color changes only when I browse to the topic pages where it has all the topics listed (ex ultimatebb.cgi?ubb=forum;f=1) and in all my forums.

Any ideas?

Merry Christmas to all of you

#148507 12/28/2001 1:29 AM
Joined: Feb 2001
Posts: 125
Member
Member
Offline
Joined: Feb 2001
Posts: 125
Anyone ?

#148508 01/11/2002 11:27 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
TXT/MHK files updated, now is uses [55] instead of [56]... Use http://www.multihack.com/lk/upgrade.txt - rename it to upgrade.cgi and upload if you wish to upgrade.

[ 01-11-2002 10:52 AM: Message edited by: LK ]

#148509 01/22/2002 7:45 PM
Joined: Oct 2001
Posts: 55
Member
Member
Offline
Joined: Oct 2001
Posts: 55
Does My style work in php? I edit ultimatebb.php file, and before all I got was errors, but, I tryed it again today, and it didn't have any errors, but It didn't show what templete I had picked eather. Does it need a certin version? I have 4.06 php if you need to know that.. :-

[ 01-22-2002 06:45 PM: Message edited by: HybridPWF ]


">,.-~*´¨¯¨`*·~-.¸-(_Çã§Pe®_)-,.-~*´¨¯¨`*·~-.¸
#148510 01/27/2002 12:27 PM
Joined: Jun 2001
Posts: 62
Eel Offline
Member
Member
Offline
Joined: Jun 2001
Posts: 62
Ahh.. I probably missed a step, but here goes..

Everything works, except when a user updates his profile with the new template selection, the template doesnt change. It just stays at the standard template. What didn't I do?

EDIT: WORKS!

In ubb_profile.cgi, I had the calendar hack installed with this code,

$user_profile[28] = $in{private_message_notify};
$in{bday} = "no" unless ($in{bday});
$in{bdaymonth} = sprintf("%0.2d", $in{bdaymonth});
$in{bdayday} = sprintf("%0.2d", $in{bdayday});
$user_profile[32] = "$in{bdayyear}$in{bdaymonth}$in{bdayday}|$in{bday}";
&WriteMemberProfile($in{u}, @user_profile);

Then I installed the hack like this

$user_profile[28] = $in{private_message_notify};
$in{bday} = "no" unless ($in{bday});
$in{bdaymonth} = sprintf("%0.2d", $in{bdaymonth});
$in{bdayday} = sprintf("%0.2d", $in{bdayday});
$user_profile[32] = "$in{bdayyear}$in{bdaymonth}$in{bdayday}|$in{bday}";
&WriteMemberProfile($in{u}, @user_profile);
$user_profile[55] = $template;

Figured out it's this

$user_profile[28] = $in{private_message_notify};
$user_profile[55] = $template;
$in{bday} = "no" unless ($in{bday});
$in{bdaymonth} = sprintf("%0.2d", $in{bdaymonth});
$in{bdayday} = sprintf("%0.2d", $in{bdayday});
$user_profile[32] = "$in{bdayyear}$in{bdaymonth}$in{bdayday}|$in{bday}";
&WriteMemberProfile($in{u}, @user_profile);

[ 01-27-2002 11:40 AM: Message edited by: Eel ]

#148511 01/29/2002 12:44 PM
Joined: Aug 2001
Posts: 94
Member
Member
Offline
Joined: Aug 2001
Posts: 94
how do i work it to work with the calendar MOD ???

i got:

my $maxmemfields = 36; #total fields permitted in member file after birthday modification

and you want me to put:

my $maxmemfields = 55; #total fields permitted in member file after template modification

what do i have to put guys ??? ???

#148512 01/29/2002 12:52 PM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
55

#148513 01/29/2002 1:38 PM
Joined: Aug 2001
Posts: 94
Member
Member
Offline
Joined: Aug 2001
Posts: 94
Thank Q LK

#148514 02/10/2002 9:36 AM
Joined: May 2001
Posts: 197
Member
Member
Offline
Joined: May 2001
Posts: 197
I'm using 6.1.0 do you think this will work ????

#148515 02/12/2002 6:47 PM
Joined: Nov 2001
Posts: 13
Junior Member
Junior Member
Offline
Joined: Nov 2001
Posts: 13
Premature end of script headers: /cgi-bin/ultimatebb.cgi
Ain't working... frown
Why not, i've done everything as the hack says

#148516 03/27/2002 9:57 PM
Joined: Jun 2001
Posts: 120
Member
Member
Offline
Joined: Jun 2001
Posts: 120
What would I need to do to this hack in order to make the user's template selection only effect a certain forum.

For example, I want all but 1 of my forums to have the same template, and the user cannot change that. However, I want the user to be able to switch between 2 different templates for this 1 forum.

What would I have to do to be able to do this?

Thanks a lot!

#148517 03/28/2002 2:22 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Open ultimatebb.cgi.

Find:
Code
[/code]Replace with:[code]
It's untested, but.. you know.. it should work tipsy

And it will also work if users use for example ?ubb=my_profile;f=X, but most users don't do it tipsy

#148518 03/28/2002 4:15 PM
Joined: Jun 2001
Posts: 120
Member
Member
Offline
Joined: Jun 2001
Posts: 120
Alright, thanks man... I'll try it out.

Also, I think I saw a couple posts in this topic about using this hack on 6.05, but I don't think I saw an answer.

What needs to be done in order to get it to work with 6.05 (if it wouldn't normally)?

Thanks again!

#148519 03/28/2002 4:47 PM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
The answer is simple: it's almost impossible.

#148520 03/29/2002 8:05 AM
Joined: Jun 2001
Posts: 120
Member
Member
Offline
Joined: Jun 2001
Posts: 120
quote:
Originally posted by LK:
The answer is simple: it's almost impossible.

Haha, that's easy enough to understand... I plan to upgrade my board to 6.2.x soon anyway. On that point, is the mod compatible with 6.2.x?

#148521 04/14/2002 11:39 AM
Joined: Apr 2002
Posts: 13
Junior Member
Junior Member
Offline
Joined: Apr 2002
Posts: 13
this is ROX like sweet it worked good..

Page 3 of 3 1 2 3

Link Copied to Clipboard
Donate Today!
Donate via PayPal

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.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Posts: 70
Joined: January 2007
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)