#42694
05/08/2000 11:31 PM
Joined: Aug 2000
Posts: 3,590
Moderator
Moderator
Joined: Aug 2000
Posts: 3,590
the bug with the blank page at actualisations has been fixed. i had to change some things for this, because only the admin should be able to run it
everyone with a previous version installed has to do this changes: #
##in cpanel3.cgi find:
#
if ($action eq "news") { &NewsFader; }#
## replace with
#
if ($action eq "news") { &get_cookie; $User_name = $UserName; $Pass = $Password; &VerifyAdminCP($UserName, $Password); if ($Proceed eq "true") { &NewsFader; } }#
## in cpanel3.cgi
delete :
#
sub NewsUpdateMessage { &get_cookie; if ($cookie{UserNameCP}) { $UserName = "$cookie{UserNameCP}"; $Password = "$cookie{PasswordCP}"; &VerifyAdminCP($UserName, $Password); if ($Proceed eq "true") { &NewsFader; } else { exit; } } }#
## in cpanel3.cgi
replace ## sub NewsFader, sub updatenews and sub addnewsline
# with:
sub NewsFader { $Password = $Pass; $Username = $User_name; &VerifyAdminCP($Username, $Password); if ($Proceed eq "true") { require "Styles.file"; open(NEWS,"<$CGIPath/newzline.cgi"); @lines = ; close(NEWS); $the_page = join('', @lines); print<NewZ $HeaderInsertS E T N E W S L I N E S
by AA 2000
NEWZHTML } } sub updatenews { $Pass = $in{'Pass'}; $User_name = $in{'User_name'}; &VerifyAdminCP($User_name, $Pass); if ($Proceed eq "true") { $new_page = $in{'new_page'}; @newstuff = $new_page; open(NEWS,">$CGIPath/newzline.cgi"); print NEWS join('', @newstuff); close(NEWS); $a_message = ""; $u_message = "$User_name, The NEWS-database have been successfully updated."; &NewsFader; exit; } } sub addnewsline { $Pass = $in{'Pass'}; $User_name = $in{'User_name'}; &VerifyAdminCP($User_name, $Pass); if ($Proceed eq "true") { $newitem = $in{'new_item'}; $subject = $in{'subject'}; $currentnews = ""$subject","$newitem""; $hmhm = ""; open(NEWS,"<$CGIPath/newzline.cgi"); @newslines = ; close(NEWS); foreach $item(@newslines) { $hmhm .= $item; } if ($hmhm ne "") {$currentnews .= ",n";} $hmhm = $currentnews.$hmhm; @newslines = $hmhm; open(NEWS,">$CGIPath/newzline.cgi"); foreach $line(@newslines) { print NEWS "$line"; } close (NEWS); $u_message = ""; $a_message = "$User_name, The new Newsline successfully added!"; &NewsFader; exit; } } #
##done
#
all instructions can be found here: current version 2.3 Demo: here
Entire Thread
Text Fader for the UBB, who's interested?
Dark_Wizard
04/27/2000 2:18 AM
Re: Text Fader for the UBB, who's interested?
Dr Dollarz
04/27/2000 3:12 AM
Re: Text Fader for the UBB, who's interested?
CRaZyWHiTe
04/27/2000 3:58 AM
Re: Text Fader for the UBB, who's interested?
Dr Dollarz
04/27/2000 4:05 AM
Re: Text Fader for the UBB, who's interested?
Alien
04/27/2000 6:54 AM
Re: Text Fader for the UBB, who's interested?
Dawg911
04/27/2000 10:27 AM
Re: Text Fader for the UBB, who's interested?
cal
04/27/2000 11:07 AM
Re: Text Fader for the UBB, who's interested?
Greg Hard
04/27/2000 11:25 PM
Re: Text Fader for the UBB, who's interested?
AllenAyres
04/29/2000 11:22 AM
Re: Text Fader for the UBB, who's interested?
cal
04/29/2000 11:26 AM
Re: Text Fader for the UBB, who's interested?
mazmanr
04/30/2000 2:12 AM
Re: Text Fader for the UBB, who's interested?
The Team
04/30/2000 11:08 AM
Re: Text Fader for the UBB, who's interested?
Dark_Wizard
05/01/2000 1:18 AM
Re: Text Fader for the UBB, who's interested?
Dave#
05/01/2000 1:39 AM
Re: Text Fader for the UBB, who's interested?
cal
05/02/2000 6:00 PM
Re: Text Fader for the UBB, who's interested?
Slick Chicken
05/04/2000 1:34 AM
Re: Text Fader for the UBB, who's interested?
The Team
05/05/2000 6:53 AM
Re: Text Fader for the UBB, who's interested?
Dark_Wizard
05/05/2000 1:16 PM
Re: Text Fader for the UBB, who's interested?
The Team
05/05/2000 4:41 PM
Re: Text Fader for the UBB, who's interested?
Slick Chicken
05/06/2000 1:19 AM
Re: Text Fader for the UBB, who's interested?
Slasher
05/06/2000 1:33 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/06/2000 3:07 AM
Re: Text Fader for the UBB, who's interested?
The Team
05/06/2000 2:40 PM
Re: Text Fader for the UBB, who's interested?
Slick Chicken
05/07/2000 4:15 AM
Re: Text Fader for the UBB, who's interested?
Alien
05/07/2000 8:20 AM
Re: Text Fader for the UBB, who's interested?
Slasher
05/07/2000 2:46 PM
Re: Text Fader for the UBB, who's interested?
Dark_Wizard
05/07/2000 5:03 PM
Re: Text Fader for the UBB, who's interested?
The Team
05/07/2000 9:52 PM
Re: Text Fader for the UBB, who's interested?
The Team
05/07/2000 10:37 PM
Re: Text Fader for the UBB, who's interested?
The Team
05/08/2000 3:13 AM
Re: Text Fader for the UBB, who's interested?
The Team
05/08/2000 3:39 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/08/2000 3:59 AM
Re: Text Fader for the UBB, who's interested?
The Team
05/08/2000 4:12 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/08/2000 4:16 AM
Re: Text Fader for the UBB, who's interested?
The Team
05/08/2000 4:17 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/08/2000 4:20 AM
Re: Text Fader for the UBB, who's interested?
Dark_Wizard
05/08/2000 4:28 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/08/2000 4:32 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/08/2000 4:56 AM
Re: Text Fader for the UBB, who's interested?
The Team
05/08/2000 4:58 AM
Re: Text Fader for the UBB, who's interested?
Dark_Wizard
05/08/2000 5:02 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/08/2000 5:07 AM
Re: Text Fader for the UBB, who's interested?
The Team
05/08/2000 5:15 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/08/2000 5:31 AM
Re: Text Fader for the UBB, who's interested?
The Team
05/08/2000 6:03 AM
Re: Text Fader for the UBB, who's interested?
Dark_Wizard
05/08/2000 6:18 AM
Re: Text Fader for the UBB, who's interested?
The Team
05/08/2000 6:23 AM
Re: Text Fader for the UBB, who's interested?
Dark_Wizard
05/08/2000 7:02 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/08/2000 7:03 AM
Re: Text Fader for the UBB, who's interested?
The Team
05/08/2000 7:35 AM
Re: Text Fader for the UBB, who's interested?
The Team
05/08/2000 8:42 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/08/2000 8:54 AM
Re: Text Fader for the UBB, who's interested?
The Team
05/08/2000 8:57 AM
Re: Text Fader for the UBB, who's interested?
The Team
05/08/2000 9:02 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/08/2000 9:10 AM
Re: Text Fader for the UBB, who's interested?
The Team
05/09/2000 6:31 AM
Re: Text Fader for the UBB, who's interested?
The Team
05/09/2000 6:34 AM
Re: Text Fader for the UBB, who's interested?
Dark_Wizard
05/09/2000 6:41 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/09/2000 6:55 AM
Re: Text Fader for the UBB, who's interested?
The Team
05/09/2000 7:14 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/09/2000 7:23 AM
Re: Text Fader for the UBB, who's interested?
The Team
05/09/2000 7:25 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/09/2000 7:30 AM
Re: Text Fader for the UBB, who's interested?
The Team
05/09/2000 7:33 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/09/2000 7:33 AM
Re: Text Fader for the UBB, who's interested?
The Team
05/09/2000 7:36 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/09/2000 7:42 AM
Re: Text Fader for the UBB, who's interested?
The Team
05/09/2000 7:43 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/09/2000 7:45 AM
Re: Text Fader for the UBB, who's interested?
Dark_Wizard
05/09/2000 7:45 AM
Re: Text Fader for the UBB, who's interested?
Dark_Wizard
05/09/2000 7:49 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/09/2000 7:52 AM
Re: Text Fader for the UBB, who's interested?
The Team
05/09/2000 8:02 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/09/2000 8:04 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/09/2000 8:12 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/09/2000 8:22 AM
Re: Text Fader for the UBB, who's interested?
The Team
05/09/2000 8:51 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/09/2000 9:02 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/09/2000 9:07 AM
Re: Text Fader for the UBB, who's interested?
The Team
05/09/2000 9:09 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/09/2000 9:31 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/09/2000 9:37 AM
Re: Text Fader for the UBB, who's interested?
The Team
05/09/2000 9:39 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/09/2000 9:44 AM
Re: Text Fader for the UBB, who's interested?
The Team
05/09/2000 9:54 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/09/2000 10:03 AM
Re: Text Fader for the UBB, who's interested?
NBAustin
05/09/2000 10:08 AM
Re: Text Fader for the UBB, who's interested?
deathscythehell
05/20/2001 11:24 PM
Re: Text Fader for the UBB, who's interested?
LoneWolf
05/21/2001 10:13 AM
Re: Text Fader for the UBB, who's interested?
LoneWolf
05/21/2001 10:20 AM
Re: Text Fader for the UBB, who's interested?
CT
05/22/2001 2:18 AM
Re: Text Fader for the UBB, who's interested?
LoneWolf
05/22/2001 9:07 AM
Re: Text Fader for the UBB, who's interested?
Dark_Wizard
05/22/2001 12:18 PM
Re: Text Fader for the UBB, who's interested?
LoneWolf
05/23/2001 2:50 AM
Re: Text Fader for the UBB, who's interested?
dynomite
05/29/2001 8:28 AM
Re: Text Fader for the UBB, who's interested?
Lord Dexter
05/29/2001 10:54 AM
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,139Sep 21st, 2024
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Default Style
UBBDev75 - Worn
UBBDev76
UBBDev77
UBBDev80
UBBT70
UBBT70 - Light
UBBT75
UBBT76
UBBT77
UBBT80