#40337
12/09/2000 11:41 AM
|
Joined: Oct 2000
Posts: 807
Member
|
Member
Joined: Oct 2000
Posts: 807 |
yo can i see ur files dark? ------------------ -= DFT =- ................... I don mean dis in a disrespectful way// But colombine happens in the ghetto happens every day// Uncle L
|
|
|
#40339
12/09/2000 12:13 PM
|
Joined: Oct 2000
Posts: 807
Member
|
Member
Joined: Oct 2000
Posts: 807 |
iight its workin but the pop-up on the forumdisplay and stuff isnt? ------------------ -= DFT =- ................... I don mean dis in a disrespectful way// But colombine happens in the ghetto happens every day// Uncle L
|
|
|
#40341
12/09/2000 12:23 PM
|
Joined: Oct 2000
Posts: 807
Member
|
Member
Joined: Oct 2000
Posts: 807 |
geez...lol iight thanx alot ------------------ -= DFT =- ................... I don mean dis in a disrespectful way// But colombine happens in the ghetto happens every day// Uncle L
|
|
|
#40342
12/09/2000 2:13 PM
|
Joined: Jul 2000
Posts: 610
Member
|
Member
Joined: Jul 2000
Posts: 610 |
DT could you put that text file for UBpnline.txt in a zip file please i get a html page. Thanks ![[Linked Image]](https://ubbdev.com/ubb/smilies/biggrin.gif) ------------------ I got also UBB hacks database
|
|
|
#40343
12/09/2000 2:24 PM
|
Joined: Dec 2000
Posts: 4
Junior Member
|
Junior Member
Joined: Dec 2000
Posts: 4 |
Just Right Click and "Save As..."
That'll work...and IT WORKS!! IT FINALLY WORKS!
But how does the other person know that they've receieved an Instant Message? Do you need the Voice Hack or something
-Abbas
|
|
|
#40344
12/09/2000 2:29 PM
|
Joined: Oct 2000
Posts: 807
Member
|
Member
Joined: Oct 2000
Posts: 807 |
there ya go...dt's workin version or rather borgs ------------------ -= DFT =- ................... I don mean dis in a disrespectful way// But colombine happens in the ghetto happens every day// Uncle L
|
|
|
#40345
12/09/2000 4:13 PM
|
Joined: Jul 2000
Posts: 610
Member
|
Member
Joined: Jul 2000
Posts: 610 |
Yeap sure  on Nurtschape maybe but not on IE ------------------ I got also UBB hacks database
|
|
|
#40346
12/09/2000 4:37 PM
|
Joined: Sep 2000
Posts: 793
Member
|
Member
Joined: Sep 2000
Posts: 793 |
if you're using IE, then go to view source, then save that... ------------------ 
-DT
|
|
|
#40347
12/09/2000 4:41 PM
|
Joined: Oct 2000
Posts: 807
Member
|
Member
Joined: Oct 2000
Posts: 807 |
click my link........... ------------------ -= DFT =- ................... I don mean dis in a disrespectful way// But colombine happens in the ghetto happens every day// Uncle L
|
|
|
#40348
12/09/2000 4:48 PM
|
Joined: Nov 2000
Posts: 652
Member
|
Member
Joined: Nov 2000
Posts: 652 |
yessss I finally installed it and it worked thanks DT or borg whoever gave that fix out. ------------------ My site www.gamerzparadize.com Please come and Register! 
|
|
|
#40349
12/09/2000 5:22 PM
|
Joined: Jul 2000
Posts: 610
Member
|
Member
Joined: Jul 2000
Posts: 610 |
Great i can send IM now ![[Linked Image]](https://ubbdev.com/ubb/smilies/biggrin.gif) But only problem is i dont get the popups on forumdisplay.cgi I used the instructions out Jigga-Master's post I have PM notification with popup hack installed and that shows up if someone sends a IM, if that make a any difference. ------------------ I got also UBB hacks database
|
|
|
#40350
12/09/2000 6:21 PM
|
Joined: Sep 2000
Posts: 1,304
Addict
|
Addict
Joined: Sep 2000
Posts: 1,304 |
Any of you got that weird "Yes" bug in IM? ------------------ The Fusion of Goku & Trunks...GoTorankusuKu 
|
|
|
#40351
12/09/2000 6:55 PM
|
Joined: Oct 2000
Posts: 109
Member
|
Member
Joined: Oct 2000
Posts: 109 |
in UBonline.cgi Images path is placed as CGIPath instead of nonCGI.
is this right?
sub image { if ($Matched{$name}) { $file = "$CGIPath/online.gif"; print "Content-type: image/gifn"; print "n"; open(IMAGE, "<$file") || die "Can't open $file: $!"; binmode(IMAGE); binmode(STDOUT); while ( ) { print $_; } close(IMAGE);
} else { $file = "$CGIPath/offline.gif"; print "Content-type: image/gifn"; print "n"; open(IMAGE, "<$file") || die "Can't open $file: $!"; binmode(IMAGE); binmode(STDOUT); while ( ) { print $_; } close(IMAGE); } exit; } # End sub image
|
|
|
#40352
12/09/2000 7:00 PM
|
Joined: Oct 2000
Posts: 109
Member
|
Member
Joined: Oct 2000
Posts: 109 |
Mod has caused my forumsdisplay.cgi page not to come up? Does anyone have a clue? This has occurred since the first ver. How have you guys managed to get around theses encounters?
|
|
|
#40353
12/09/2000 7:09 PM
|
Joined: Sep 2000
Posts: 793
Member
|
Member
Joined: Sep 2000
Posts: 793 |
Follow the directions contained in the file I posted a couple postings ago. And this mod is working, visit my board. Register, post something, then send yourself a UBB IM. You MUST use the files I posted just now for it to work. Also, read the previous page of this thread where I explain how to fix the "yes' error. ------------------ 
-DT
|
|
|
#40354
12/09/2000 8:02 PM
|
Joined: Nov 2000
Posts: 652
Member
|
Member
Joined: Nov 2000
Posts: 652 |
ya i got the wierd Yes bug it sent it to every member at my ubb arrgghh ------------------ My site www.gamerzparadize.com Please come and Register! 
|
|
|
#40355
12/09/2000 8:08 PM
|
Joined: Mar 2000
Posts: 20
Member
|
Member
Joined: Mar 2000
Posts: 20 |
I implemented Seph's "Yes" fix, but now when I press ENTER it either puts a or (enter twice) in between the text. Is there anyway I can fix this without turning HTML on? ------------------ -Webmaster of Cheat City
|
|
|
#40356
12/09/2000 8:34 PM
|
Joined: Sep 2000
Posts: 793
Member
|
Member
Joined: Sep 2000
Posts: 793 |
Hmmm...I'll talk to you on ICQ about it, Weap. ------------------ 
-DT
|
|
|
#40357
12/09/2000 8:37 PM
|
Joined: Sep 2000
Posts: 1,304
Addict
|
Addict
Joined: Sep 2000
Posts: 1,304 |
I got that problem to DT. Hehe, when you fix something, another problem falls right in front of you again ![[Linked Image]](https://ubbdev.com/ubb/smilies/smile.gif) ------------------ The Fusion of Goku & Trunks...GoTorankusuKu 
|
|
|
#40358
12/09/2000 8:54 PM
|
Joined: Sep 2000
Posts: 793
Member
|
Member
Joined: Sep 2000
Posts: 793 |
Ok, ok, ok, NEW WORKING FIX FOR THE "YES" ERROR!!!!!In privatesend.cgi, First, remove my old fix, if you used it. >>>Find the FIRST occurance of: >>>Below that, add: >>>You're done. It works. I found the right place, after some logical deduction ![[Linked Image]](https://ubbdev.com/ubb/smilies/smile.gif) . ------------------ 
-DT
|
|
|
#40359
12/09/2000 8:57 PM
|
Joined: Feb 2000
Posts: 4,625
Member
|
Member
Joined: Feb 2000
Posts: 4,625 |
Works. Allen, You should add that into the release...? ------------------  Hack Developer of the Ultimate Bulletin Board. Due to time limitation, I do not offer support Via. E-mail or AIM. Please post on the forums. Regards, MasterMind
|
|
|
#40360
12/09/2000 9:03 PM
|
Joined: Nov 2000
Posts: 126
Member
|
Member
Joined: Nov 2000
Posts: 126 |
DT i use you last fix and it work fine for me i didn't have any problem at all.
that ok, i just remove and replace this new fix.
------------------ I Am lost... Angel is looking for me, help
I Am lost... Angel is looking for me, help
|
|
|
#40361
12/09/2000 9:05 PM
|
Joined: Sep 2000
Posts: 793
Member
|
Member
Joined: Sep 2000
Posts: 793 |
The difference is the first fix only worked if you have HTML enabled. Otherwise it adds or tags...which isn't good. ------------------ 
-DT
|
|
|
#40362
12/09/2000 9:20 PM
|
Joined: Nov 2000
Posts: 126
Member
|
Member
Joined: Nov 2000
Posts: 126 |
DT on ubb i didn't Allowed HTML HTML Allowed? to no, but it still work fine i don't know that what you mean by "HTML enabled". ------------------ I Am lost... Angel is looking for me, help
I Am lost... Angel is looking for me, help
|
|
|
#40363
12/09/2000 9:34 PM
|
Joined: Sep 2000
Posts: 793
Member
|
Member
Joined: Sep 2000
Posts: 793 |
you may not have html allowed on your ubb, but the private messages come with it enabled as default. Go to send a private message, then look on the left part of the table. It will say "HTML is on". To turn it off, change private.cfg where it has the html allowed variable. ------------------ 
-DT
|
|
|
#40364
12/09/2000 9:49 PM
|
Joined: Nov 2000
Posts: 126
Member
|
Member
Joined: Nov 2000
Posts: 126 |
ok thank
------------------ I Am lost... Angel is looking for me, help
I Am lost... Angel is looking for me, help
|
|
|
#40365
12/09/2000 10:19 PM
|
Joined: Sep 2000
Posts: 1,304
Addict
|
Addict
Joined: Sep 2000
Posts: 1,304 |
OK tried the new fix and it worked. My hypothesis has failed this time ![[Linked Image]](https://ubbdev.com/ubb/smilies/smile.gif) Thanks DT! ------------------ The Fusion of Goku & Trunks...GoTorankusuKu 
|
|
|
#40366
12/10/2000 12:37 AM
|
Joined: Sep 2000
Posts: 793
Member
|
Member
Joined: Sep 2000
Posts: 793 |
You're welcome! ------------------ 
-DT
|
|
|
#40367
12/10/2000 7:55 AM
|
Joined: Oct 2000
Posts: 807
Member
|
Member
Joined: Oct 2000
Posts: 807 |
nice job dt ------------------ -= DFT =- ................... I don mean dis in a disrespectful way// But colombine happens in the ghetto happens every day// Uncle L
|
|
|
#40368
12/10/2000 11:47 AM
|
Joined: Dec 2000
Posts: 24
Member
|
Member
Joined: Dec 2000
Posts: 24 |
ok, i installed the hack to my 5.46 UBB and everything works except when i try to send an IM, the popup window shows up and i type my message in..when i click send, it comes up with an ISE message and the IM never sends..any suggestions on what i should do?
|
|
|
#40370
12/10/2000 12:15 PM
|
Joined: Sep 2000
Posts: 793
Member
|
Member
Joined: Sep 2000
Posts: 793 |
You don't have the latest version of private messaging then...you need pm's 3.5 or .7 or whatever allen calls the latest pm 3.5 files. ![[Linked Image]](https://ubbdev.com/ubb/smilies/smile.gif) ------------------ 
-DT
|
|
|
#40371
12/10/2000 12:54 PM
|
Joined: Dec 2000
Posts: 24
Member
|
Member
Joined: Dec 2000
Posts: 24 |
i updated to the 3.5 version of CYMPM and everything works fine but when i go to check the new IM messages (it shows i have new messages on Ultimate.cgi) none of the new messages show up..
|
|
|
#40372
12/10/2000 1:00 PM
|
Joined: Dec 2000
Posts: 151
Member
|
Member
Joined: Dec 2000
Posts: 151 |
I have installed this - blank screen on forumdisplay
I have gone over it - removed it - redid it - gone over it - removed it - redid it - did changes posted here - still blank screen on forumdisplay
so I figure I have some stupid error somewhere
If there was a definitive set of updated instructions with all latest fixes available I will try again
Thanks!
|
|
|
#40373
12/10/2000 2:10 PM
|
Joined: Jan 2000
Posts: 31
Member
|
Member
Joined: Jan 2000
Posts: 31 |
I get the same errors... And I've done the same thing... new forumdisplay...and redid the hack... same errors.... Someone please help! ![[Linked Image]](https://ubbdev.com/ubb/smilies/smile.gif) I get the following errors: syntax error at C:InetpubMommiesforumforumdisplay.cgi line 783, near ") {" syntax error at C:InetpubMommiesforumforumdisplay.cgi line 789, near "print" And I'm horrible at CGI...so I don't know how to fix it myself... ![[Linked Image]](https://ubbdev.com/ubb/smilies/smile.gif) Thanks!
|
|
|
#40374
12/10/2000 2:57 PM
|
Joined: Sep 2000
Posts: 1,304
Addict
|
Addict
Joined: Sep 2000
Posts: 1,304 |
I got everything to run on my first try. Use the installation document included somewhere in this thread (page 4?) The one included in the zip is horrible... I also used these icons for my IM's...  ------------------ The Fusion of Goku & Trunks...GoTorankusuKu 
|
|
|
#40375
12/10/2000 6:22 PM
|
Joined: Sep 2000
Posts: 793
Member
|
Member
Joined: Sep 2000
Posts: 793 |
Cool GIFs, but if you have the karma hack installed it will get kinda confusing ![[Linked Image]](https://ubbdev.com/ubb/smilies/wink.gif) . ------------------ 
-DT
|
|
|
#40376
12/10/2000 6:29 PM
|
Joined: Oct 2000
Posts: 807
Member
|
Member
Joined: Oct 2000
Posts: 807 |
u know wat i would love? if some one could put im where they say online/offline cause dats easier n users would just know by looking @ it to click it u know? but if it said im its better ------------------ -= DFT =- ................... I don mean dis in a disrespectful way// But colombine happens in the ghetto happens every day// Uncle L
|
|
|
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: 1,157
Joined: July 2001
|
|
Forums63
Topics37,575
Posts293,931
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|