|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
hey Sue, in reading your posts... you've got a current or past mod installed that uses profile fields higher than what your current maxmem field # is set to... this quick reply mod uses 61, so maxmem is set to 61 for this mod. I forget which ones use higher numbers, check the 0000002 profile and see how many lines are being used. And Gizzy, I am almost positive that cookie4 line in ubb_new_topic.cgi needs to be replaced, not added under 
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
I missed the .mhk's you did Sue  they should be the same tho 
|
|
|
|
Joined: Jul 2001
Posts: 8
Junior Member
|
Junior Member
Joined: Jul 2001
Posts: 8 |
Great hack,
but i have problem when i want to edit my profile
and this is the problem
Error
An error has occured:
Can't find string terminator "ProfileGuts" anywhere before EOF at NonCGIPath/Templates/JCTemplates/public_edit_profile.pl line 14.
can anyone help me to solve this problem ?
|
|
|
|
Joined: May 2001
Posts: 794
Content Queen
|
Content Queen
Joined: May 2001
Posts: 794 |
quote: Originally posted by AllenAyres: hey Sue, in reading your posts... you've got a current or past mod installed that uses profile fields higher than what your current maxmem field # is set to... this quick reply mod uses 61, so maxmem is set to 61 for this mod. I forget which ones use higher numbers, check the 0000002 profile and see how many lines are being used. Um, Allen, where would I count these lines? In the actual profile? In the 00000002.cgi file? I've tried using the newstrip.cgi file to "strip" previous hacks, but that file only goes up to 6.1X, and I wonder if it's missing stuff. I don't know enough about the code to know.
Sue adwoff.com
|
|
|
|
Joined: Jan 2000
Posts: 5,834 Likes: 20
UBBDev Owner Time Lord
|
UBBDev Owner Time Lord
Joined: Jan 2000
Posts: 5,834 Likes: 20 |
Yeh, it needs to say replace, I've been swamped all week with work, concider the txt updated.
|
|
|
|
Joined: May 2001
Posts: 794
Content Queen
|
Content Queen
Joined: May 2001
Posts: 794 |
Okay, with a little manipulation, I tried to install this into the 6.5.0 Beta 1 release. There were a number of files changed in the 6.5.0 b1 release from 6.4.0+ These files include: ubb_lib_files.cgi ubb_new_reply.cgi ubb_new_topic.cgi ubb_profile.cgi ubb_registration.cgi ultimatebb.cgi I had to manipulate some of the code to get it to work--and thought that I had actually done it--until I clicked on the "My Profile" link. What happens then is it generates a plain, white screen. That's it. No text. No error message. Just a plain white screen. I'm going to leave it up at my site for right now. It's at http://adwoff.com/ubb-test/cgi/ultimatebb.cgi You can log-in under Damn Bug  with the password of CVWG38 ... or you can register on your own. I did register successfully, so the issue is when I'm logged-in and I attempt to access my profile OR the directory. If someone could point me in the right direction, I'd be most appreciative. 
Sue adwoff.com
|
|
|
|
Joined: Jan 2000
Posts: 5,834 Likes: 20
UBBDev Owner Time Lord
|
UBBDev Owner Time Lord
Joined: Jan 2000
Posts: 5,834 Likes: 20 |
I'll look at the 6.5 Beta stuff sometime this next week (I'm swamped, trying to finnish planning for new site features, etc). If anyone else would like to take a stab at it feel free.
|
|
|
|
Joined: Jul 2003
Posts: 6
Junior Member
|
Junior Member
Joined: Jul 2003
Posts: 6 |
Installed it but for some reason in the quick reply box the preview botton doesnt appear, it only says "preview_button". I check each file, cant seem to find the problem.
Need help with this.
|
|
|
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
ok, in public_edit_profile.pl, find the 'preview_button' which should be after <input type="submit" name="submit" value="$vars_wordlets{submit_new_reply}" /> and change it to '$preview_button' the $ should make all the difference
|
|
|
|
Joined: Jul 2003
Posts: 6
Junior Member
|
Junior Member
Joined: Jul 2003
Posts: 6 |
OK thank you. it works now.
|
|
|
|
Joined: Aug 2003
Posts: 71
Member
|
Member
Joined: Aug 2003
Posts: 71 |
Gizzy, I can't access to the webpage to download the file because it is blocked from our ISP Plz help 
|
|
|
|
Joined: Jan 2000
Posts: 5,834 Likes: 20
UBBDev Owner Time Lord
|
UBBDev Owner Time Lord
Joined: Jan 2000
Posts: 5,834 Likes: 20 |
Tell them to unblock the site due to it bein a Technical News site... I have no other place to host the file...
|
|
|
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
|
|
|
|
Joined: Aug 2003
Posts: 71
Member
|
Member
Joined: Aug 2003
Posts: 71 |
Weird AL, I dont know how to thank you Thanks Man  Your such a Helpfull 
|
|
|
|
Joined: Jun 2002
Posts: 66
Member
|
Member
Joined: Jun 2002
Posts: 66 |
Ran into a couple of problems when I tried to install this on 6.5. This part has been changed from 6.4 to 6.5 ################# # Find: # #################
$cookie4 = cookie( -name => "ubber$vars_config{Cookie_Number}", -value => [$this_profile[0], md5_hex($this_profile[1]), $this_profile[15], $this_profile[21], $user_number, $this_profile[35], (split(/|/, $this_profile[38]))[2]], -path => '/', -expires => '+2y' );
################# # Replace With: # #################
$cookie4 = cookie( -name => "ubber$vars_config{Cookie_Number}", -value => [$this_profile[0], md5_hex($this_profile[1]), $this_profile[15], $this_profile[21], $user_number, $this_profile[35], (split(/|/, $this_profile[38]))[2], "", "", "", $this_profile[61]], -path => '/', -expires => '+2y' ); It's now: $cookie4 = cookie( -name => "ubber$vars_config{Cookie_Number}", -value => [$this_profile[0], md5_hex($this_profile[1]), $this_profile[15], $this_profile[21], $user_number, ($this_profile[35] || 0), ((split(/|/, $this_profile[38]))[2] || 0), (split(/|^|/, $this_profile[39]))[1,2,0]], -path => '/', -expires => '+2y' ); What should I replace it with as it is quite different to what it says in the txt file? Or if anyone has updated the txt file to version 6.5 it would be greatly appreciated.
|
|
|
|
Joined: Jan 2000
Posts: 5,834 Likes: 20
UBBDev Owner Time Lord
|
UBBDev Owner Time Lord
Joined: Jan 2000
Posts: 5,834 Likes: 20 |
in the -value line, add in: , "", "", "", $this_profile[61] BEFORE the ending occourance of: Why don't you bring your 6.5 questions to the 6.5 topic here ?
|
|
|
|
Joined: Mar 2002
Posts: 78
Member
|
Member
Joined: Mar 2002
Posts: 78 |
Quick question. How do I move the page links (1, 2, etc.) near the bottom of a thread to between the last post and the quick reply box? Thanks 
1998 Firebird Formula with a blower and then some...
|
|
|
|
Joined: Jan 2000
Posts: 5,834 Likes: 20
UBBDev Owner Time Lord
|
UBBDev Owner Time Lord
Joined: Jan 2000
Posts: 5,834 Likes: 20 |
That's actually not a part of this modification, this modification is just the QR box, as the 1, 2, etc is in the base code. Your best bet is the forum design and integration section of UBBDev.
|
|
|
|
Joined: Dec 2003
Posts: 10
Junior Member
|
Junior Member
Joined: Dec 2003
Posts: 10 |
Something I noted now since i've put in the Quick reply is the "Full Reply Form" Button..
is there something quick i can do to add that in quickly?
my board version is 6.6.1
|
|
|
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
it's in 6.7, it isn't available for previous versions
|
|
|
|
Joined: Jan 2000
Posts: 5,834 Likes: 20
UBBDev Owner Time Lord
|
UBBDev Owner Time Lord
Joined: Jan 2000
Posts: 5,834 Likes: 20 |
Ian is correct. Quick Reply was made a standard piece of coding in 6.7 and the "Full Reply Form" button was added. In the previous versions there was a blank button where full reply form is, thats where the spell check button went  ...
|
|
|
|
Joined: Dec 2003
Posts: 10
Junior Member
|
Junior Member
Joined: Dec 2003
Posts: 10 |
Well i got a question for anybody out there that might know...
As far as i can recall the only mod i put on the board was this one. which I un-installed so i could upgrade to 6.7.
after the upgrade, non of the users can view the forums giving this error:
Hack attempt logged or corrupt/altered member file found with extra fields. ('00000263')
i've looked and the members files from a backup and I can't find anything different about them... any thoughts?
|
|
|
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
would you happen to have your backup from your previous version? If so, search for $maxmemfields in ubb_lib_files.cgi and write down that number. Then, open up your 6.7 ubb_lib.cgi FIND: $vars_config{'MaxMemFields'} = 43; # maximum profile fields + 1. hard coded. That means it has to be changed here, Allen, not in vars_misc itself. ;) Change that 43 to the number you wrote down
|
|
|
|
Joined: Dec 2003
Posts: 10
Junior Member
|
Junior Member
Joined: Dec 2003
Posts: 10 |
I thought it worked but it seems to have not...
should I try putting in any number in that area... 40 was the number in the backup file.
anything i should do after I change that number?
|
|
|
|
Joined: Jan 2000
Posts: 5,834 Likes: 20
UBBDev Owner Time Lord
|
UBBDev Owner Time Lord
Joined: Jan 2000
Posts: 5,834 Likes: 20 |
This number will be located in your old ubb_lib_files.cgi and should be entered into your ubb_lib.cgi as the location has changed.
|
|
|
|
Joined: Dec 2003
Posts: 10
Junior Member
|
Junior Member
Joined: Dec 2003
Posts: 10 |
Well it does a little better it displays the forum now but you can't go into the forums without getting the same error
|
|
|
|
Joined: Jan 2000
Posts: 5,834 Likes: 20
UBBDev Owner Time Lord
|
UBBDev Owner Time Lord
Joined: Jan 2000
Posts: 5,834 Likes: 20 |
If you haven't installed any modifications yet, you can use the field stipper available at UBB.Central. Please note that these are not errors with this modification, they are errors from too many profile fields for a stock install of UBB.Classic.
|
|
|
|
Joined: Dec 2003
Posts: 10
Junior Member
|
Junior Member
Joined: Dec 2003
Posts: 10 |
Yeah it's what i thought but I could tell any difference between my backup and my current version...
do you know where in UBCentral that util might be? i've been lookin all over...
|
|
|
|
Joined: Dec 2003
Posts: 10
Junior Member
|
Junior Member
Joined: Dec 2003
Posts: 10 |
I hate how they bury the downloads to where no one can find them, this time i think it's done the trick and everything is happy happy...
thx
|
|
|
|
Joined: Jan 2000
Posts: 5,834 Likes: 20
UBBDev Owner Time Lord
|
UBBDev Owner Time Lord
Joined: Jan 2000
Posts: 5,834 Likes: 20 |
:nod:
Note for anyone who's runnin this mod on 6.5 and before, this mod is final, as the mod has been integrated into 6.6+ it is no longer maintained by it's porter.
The previous "error" was due to too many extra profile fields in the memberdata after an upgrade, which are hardcoded in the board config. This "error" had nothing to do with the stability of this modification.
|
|
|
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: 87
Joined: December 2001
|
|
Forums63
Topics37,575
Posts293,931
Members13,824
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|