Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Nov 2000
Posts: 4
Junior Member
Junior Member
Offline
Joined: Nov 2000
Posts: 4
Recently our servers hard drive filled up and caused some issues with our member list. After taking the steps to fix the problem through the tutorial, our memberlist was corrupted, however member files are left intact. We now need our memberlist to be rebuilt with a script as in this post: http://ubbforums.infopop.com/cgi-bin/ultimatebb.cgi?ubb=get_topic&f=33&t=000005

However, when we try to execute this script,
>
>print "tError - Unable to open ".$memDir.$file." ($!)n";
>next;
>}
>
># Grab the user name
>$name = ;
>
># Did we get any data
>unless ( $name ) {
>print "tFound empty record in file ".$memDir.$file."n";
>next;
>}
>
># Close the file
>close(USER);
>
># Rip off those nast DOS CRLF's if present
>$name =~ s/$CRLF//;
>
># Build user id from filename
>my $id = $file;
>$id =~ s/.cgi//;
>
># Print info in new memberslist.cgi file
>print MEMLIST $name."|!!|".$id."n";
>
>$count++;
>}
>
># Close memberslist.cgi file
>close(MEMLIST);
>
># Yeah, we're done...
>print "tProcessed $count record(s) successfully...n";
>print "Done...n";
>
>
>I ran into an "Internal server error" Premature end of script headers:
>/home/usr162/cgi-bin/darwin.cgi
>
>A) Does this script have to be placed somewhere OTHER then the main cgi-bin ?
>*members folder?*
>B) Does it have to be run from a telnet prompt?
>if so (we have no acess to this fuction) is there another way around it?

Sponsored Links
Entire Thread
Subject Posted By Posted
Perl script for restoring memberlist...??? :( hbworkman 04/24/2001 1:25 AM

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:
Shock Hosting
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Nettomo
Nettomo
Germany, Bremen
Posts: 417
Joined: November 2001
Forum Statistics
Forums63
Topics37,583
Posts293,955
Members13,824
Most Online151,614
Nov 14th, 2025
Today's Statistics
Currently Online 410
Topics Created 0
Posts Made 0
Users Online 0
Birthdays 12
Top Posters
AllenAyres 21,080
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,834
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-2026 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.1.0
(Snapshot build 20260108)