Previous Thread
Next Thread
Print Thread
Rate Thread
Page 8 of 13 1 2 6 7 8 9 10 12 13
Joined: Jan 2001
Posts: 1,940
Developer
Developer
Offline
Joined: Jan 2001
Posts: 1,940
Please post in ENGLISH or FRENCH. I don't understand German smile

qasic

Sponsored Links
Joined: Apr 2001
Posts: 55
Member
Member
Offline
Joined: Apr 2001
Posts: 55
@qasic
1. Upper Pagelinks not at the main of
schedule integral.(sees zanil out)
2. by setting 10 Rows and 5 Columns become
11 Rows and 5 Columns generated.
3. Memberliste Link will not displayed.
4. The Row by the name and Pagedisplay
Avatars 2 / 8 and the down will be displayed with wrong background colour.
5. On the last side become the evacuate fields to the fill the
schedule not generated. ( sees zanil out)
else a good Hack

i hope you understanding!
my english is not good.
Thunder33

[ June 19, 2001 07:34 AM: Message edited by: Thunder33 ]

Joined: Jan 2001
Posts: 1,940
Developer
Developer
Offline
Joined: Jan 2001
Posts: 1,940
Hello,

1. Design decision. Not a bug.
2. I'll need to test this at home smile
3. Not my problem. I only guarantee my hacks to work with the standard UBB.
4. See your AvatarList stle template correctly.
5. Sorry, please have e@sy/technoform.de translate that for you. TIA!

qasic

Joined: Apr 2001
Posts: 55
Member
Member
Offline
Joined: Apr 2001
Posts: 55
That must in avatarlist.cgi

Search:
require "vars_config.cgi";
require "$vars_config{CGIPath}/ubb_lib.cgi";
require "$vars_config{NonCGIPath}/Templates/public_common.pl";
require "$vars_config{VariablesPath}/vars_registration.cgi";
require "$vars_config{VariablesPath}/vars_wordlets_avatar.cgi";
require "$vars_config{VariablesPath}/vars_avatar.cgi";
require "$vars_config{VariablesPath}/vars_wordlets.cgi";
require "$vars_config{VariablesPath}/vars_display.cgi";
require "$vars_config{VariablesPath}/vars_misc.cgi";
require "$vars_config{NonCGIPath}/styles/vars_style_$vars_avatar{list_style}.cgi";

Insert:

require "$vars_config{VariablesPath}/vars_wordlets_mods.cgi";

Thunder33

Joined: Apr 2001
Posts: 55
Member
Member
Offline
Joined: Apr 2001
Posts: 55
In avatarlist.cgi

Replace all:

bgcolor="$vars_style{BgColor}

with:

bgcolor="$vars_style{AltColumnColor1}

or

bgcolor="$vars_style{AltColumnColor2}

Thunder33

Sponsored Links


Replace with:

print<

Thunder33
Joined: Apr 2001
Posts: 55
Member
Member
Offline
Joined: Apr 2001
Posts: 55
In avatarlist.cgi

Search:

print<


$wordlets_avatar{avatar_list_tab} - $dado{'PAGE'} / $pages



$wordlets_avatar{avatar_list_tab} - $dado{'PAGE'} / $pages

n";
print "n";
} else {
print "
";
}
}

Replace with:
# clean up remaining space on last page
if ($PagesLine) {
print "n";
print "n";
} else {
print "
";
}
}

Thunder33
Joined: Apr 2001
Posts: 55
Member
Member
Offline
Joined: Apr 2001
Posts: 55
In avatarlist.cgi

Search:
# clean up remaining space on last page
while ($colcreated != $columns) {
print "
";
$colcreated++;
}

if ($PagesLine) {
print "

$PagesLine";
if ($showtotalavatars != 1) {
print "
$PagesLine";
if ($showtotalavatars != 1) {
print "
Joined: Apr 2001
Posts: 55
Member
Member
Offline
Joined: Apr 2001
Posts: 55
Better Avatarlist!

DEMO:
Avatarlist

Thunder33
laugh laugh laugh

Joined: Jan 2001
Posts: 1,940
Developer
Developer
Offline
Joined: Jan 2001
Posts: 1,940
Quote
quote:
Only for MemberList tipsy

qasic

Joined: Jun 2001
Posts: 1
Junior Member
Junior Member
Offline
Joined: Jun 2001
Posts: 1
hey, it's the first time I use UBB and I don't know what's the script hack wizard and would like touse it, can someone explain it to me please???

Thanks in advance
confused

Sponsored Links
Joined: May 2001
Posts: 28
Junior Member
Junior Member
Offline
Joined: May 2001
Posts: 28
i am using version 6.04f

Joined: Jan 2001
Posts: 1,940
Developer
Developer
Offline
Joined: Jan 2001
Posts: 1,940
SHW: http://www.shayaansoft.com/

It works on 6.04f

qasic

Joined: Jun 2001
Posts: 4
Junior Member
Junior Member
Offline
Joined: Jun 2001
Posts: 4
Yeah, I have a slight problem. I've set up everything properly and everything works except when it tries to display the avatars. I keep getting this: http://:// in the address for the avatars. The only place the address gets messed up is under their username when they post. Anyone have any ideas?

[ June 19, 2001 10:21 PM: Message edited by: CyberwolfJoeMac9184 ]

Joined: Jan 2001
Posts: 1,940
Developer
Developer
Offline
Joined: Jan 2001
Posts: 1,940
Yep, have users reset their profiles to pick an avatar.

qasic

Joined: Jun 2001
Posts: 4
Junior Member
Junior Member
Offline
Joined: Jun 2001
Posts: 4
Reset? Sorry, it's been a long day...

Joined: Jun 2001
Posts: 4
Junior Member
Junior Member
Offline
Joined: Jun 2001
Posts: 4
NM, fixed it. smile
Thanks

Joined: Apr 2001
Posts: 55
Member
Member
Offline
Joined: Apr 2001
Posts: 55
Quote
quote:
for All Hacks with

vars_wordlets_mods.cgi

Thunder33
laugh laugh laugh

Joined: Jun 2001
Posts: 38
Member
Member
Offline
Joined: Jun 2001
Posts: 38
I love this hack. The managing feature is excellent, and the way you control everything is marvelous. With all the Avatars my board runs, this thing is just the thing my Members ordered.:D

Joined: Jun 2001
Posts: 29
Junior Member
Junior Member
Offline
Joined: Jun 2001
Posts: 29
I did everyuthing right as far as I know but no clue what thi smeans when trying to get to my cp.cgi page

any help would be appreciated

Error including required files: Can't locate vars_config.cgi in @INC (@INC contains: D:Opals House Webcgi-bin D:/Perl/lib D:/Perl/site/lib .) at D:Opals House Webcgi-bincp.cgi line 46. Make sure these files exist, permissions are set properly, and paths are set correctly.

Joined: Jun 2001
Posts: 29
Junior Member
Junior Member
Offline
Joined: Jun 2001
Posts: 29
nm found it
thanks

Joined: Jun 2001
Posts: 29
Junior Member
Junior Member
Offline
Joined: Jun 2001
Posts: 29
well now I can findg my cp.cgi file but now I get this when I go to do teh settings of the avatars

any help would rock


Content-type: text/html
Software error:
Can't locate D:/Opals House Web/cgi-bin//avatar_control.pl at D:Opals House Webcgi-bincp.cgi line 340.

For help, please send mail to this site's webmaster, giving this error message and the time and date of the error.

Joined: Jun 2001
Posts: 29
Junior Member
Junior Member
Offline
Joined: Jun 2001
Posts: 29
I cant save anything somewhere I set the path wrong such as

Unable to open vars_misc.cgi file for writing. at D:Opals House Webcgi-bin/cp_lib.cgi line 821.

when I think it should be D:/Opals House Web/cgi-bin/cp_lib.cgi

but I dont know where I would of changed that

any help?

Joined: Jan 2001
Posts: 1,940
Developer
Developer
Offline
Joined: Jan 2001
Posts: 1,940
vars_misc.cgi is not touched by this hack at all. You have some serious hacking errors. Perhaps you should use the MultiHack version?

qasic

Joined: Jun 2001
Posts: 29
Junior Member
Junior Member
Offline
Joined: Jun 2001
Posts: 29
I use multihack but it keep shutting down on my in win2k?

also I have my site on an ftp so I cant use multihack unless I set it up so I install it locally then have to change all the settings again once its done?

Joined: Jun 2001
Posts: 29
Junior Member
Junior Member
Offline
Joined: Jun 2001
Posts: 29
i have no clue what to do , I am so tried anf rustrated with this i spent three hours setting this up trying to get this hack to work and nothing, now I use multihack and its deleted everything off of my desktop I am getting very pissed and no one wants to help me out. I am telling ya this is really getting stupid

Joined: Jun 2001
Posts: 29
Junior Member
Junior Member
Offline
Joined: Jun 2001
Posts: 29
i am starting over, if someone will be nice enough to do this for me for free , that would be great thanks

if not no biggy and I am not giving out any info. I will send them stuff through e-mail thanks

Joined: Jan 2001
Posts: 1,940
Developer
Developer
Offline
Joined: Jan 2001
Posts: 1,940
Hello,

For MultiHack, MultiHack explictily warns you that the destination will be overwritten. If you set your output to be your desktop, too bad but the program did warn you.

MultiHack works fine on Win2K. I've ran it on Win2K and Win2K SP2 with no problems.

If the source files are on your FTP, download them and set them as your source directory for MultiHack.

qasic

Joined: Jun 2001
Posts: 29
Junior Member
Junior Member
Offline
Joined: Jun 2001
Posts: 29
still didnt work, keeps deleting everything on my desktop and that doesnt flow with me so I am not using that product.
thanks anyways I guess i will find someone kind enough to help me do it for free

thanks confused

Joined: May 2001
Posts: 4
Junior Member
Junior Member
Offline
Joined: May 2001
Posts: 4
Hi,

First off all you did a good job m8! The board will look beter with this avatars. laugh

But i have a little question: When i open the list window and i choice one off the pic's than it is not selected! I don't know if that is normal but i don't think so.

I have ubb6.04d and this hack's installed:

who's online 3.9qa,last reply by version 2.02 and Stars/Status hack version 4.52

Hope that you can help me out!

Thanks.

[ June 25, 2001 11:00 AM: Message edited by: coolwarez ]

Joined: Jan 2001
Posts: 1,940
Developer
Developer
Offline
Joined: Jan 2001
Posts: 1,940
There should be no problems. Probably a code hacking error.

q

Joined: Apr 2001
Posts: 6
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 6
I am having a problem with the CP upload function and for the life of me, I cannot figure out what is wrong.

The error message is pretty plain too:
Quote
quote:
Any suggestions?

Joined: Jan 2001
Posts: 1,940
Developer
Developer
Offline
Joined: Jan 2001
Posts: 1,940
Hello,

That problem is a known problem with no possible solution. See the FAQ for more details regarding that problem.

qasic

Joined: Apr 2001
Posts: 6
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 6
could you email me the FAQ ? My license has expired recently - around the time I upgraded to 6.04a and I haven't had the time or the cash to renew my subscription, therefor, I cannot get into your site anymore.

It's not a big hassle - we can upload them via FTP or other means.

Ironically, this was working before I upgraded to 6.04a. I hate all these constant updates, I find myself sitting around modifying the code more than acutally enjoying the software.

Thanks for responding.

Joined: Jan 2001
Posts: 1,940
Developer
Developer
Offline
Joined: Jan 2001
Posts: 1,940
ventura,

Sorry, I'm mistaken. That issue is not in the FAQ but was discussed previously here.

Basically, it's a problem specific to NT servers only. When you upload a graphic, it gets saved to a temporary place; let's say c:tmp. Now UBB (which runs under the account inet_guest), only has read/write/modify access to d:ubb. Because the uploaded file right now is in c:tmp and the inet_guest account does not have acces to this directory, this is why you get that error. The only way to change this would be 1) to modify CGI.pm directly (your host would have to do that) or have inet_guest access rights to that temporary directory (again, your host will have to that). To even complicate things further, the temporary directory varies from system to system.

Phoo. That's the jist. Sorry for the inconvenience. That's one of the reasons why I didn't upload a user upload avatar option - I would have been asking to do tech support for that issue all day smile

I hope this explanation makes sense. LMK if you have any questions.

qasic

Joined: Jun 2001
Posts: 29
Junior Member
Junior Member
Offline
Joined: Jun 2001
Posts: 29
hey question I have finally gotten the time to install the hack. I have the hack installed and working in the control panel and everything except the drop down menu does not show up in view/edit profile.

What did I miss or do wrong, when I try to save my profile it says a hack attempt has occured and been logged :-)

what can I do?

thnaks

Joined: Apr 2001
Posts: 6
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 6
Thank god I have complete control over the machine in question!

This should be easy to fix.

Hey - how's about the who's online hack? It will be about 5 more days before I have the extra $$ to renew my subscription with InfoPop.

smile

Just Wonderin! laugh

See What I mean?? The fine folks here at UBBDEV have upgraded to 6.05!!!

Another sleepless night of installing hacks is in my near future.

We need more MultiHack Enabled Hacks!

Thanks Again!

[ June 27, 2001 11:16 PM: Message edited by: ventura ]

Joined: Jan 2001
Posts: 1,940
Developer
Developer
Offline
Joined: Jan 2001
Posts: 1,940
itzsnider: public_edit_profile.pl was not edited correctly.

ventura: WOL is scheduled for July 1st, 2001 release.

q

Joined: Dec 2000
Posts: 1
Junior Member
Junior Member
Offline
Joined: Dec 2000
Posts: 1
I want to use avatar in my ybb, but i don´t have the members are know! My contract finished this year! Plz someone send me the script by mail! I would be thankful

Joined: Mar 2001
Posts: 41
Member
Member
Offline
Joined: Mar 2001
Posts: 41
I haven't tried an avatar hack yet so please bear with me. If I do not want any of the members to have avatars, only maybe a select few, can I do that? Or maybe give one person a special custom one but not let anyone else use it? I remember that worked in ubb5...Thanks a lot for all your hard work!!

Joined: Jul 2001
Posts: 23
Junior Member
Junior Member
Offline
Joined: Jul 2001
Posts: 23
My question is:
-Is it possible for a member, to link his avatar from a seperate webpage, and do this all on his own in his profile?

Page 8 of 13 1 2 6 7 8 9 10 12 13

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
Gizmo
Gizmo
Portland, OR, USA
Posts: 5,833
Joined: January 2000
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
WebGuy 2
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)