|
|
|
|
|
|
|
![]() |
#1 | |
Rock stars ... is there anything they don't know?
Join Date: Apr 2003
Location: Aust
Posts: 15
|
Quote:
Try this: Open links.cfg and find: # Build Options # -------------------------------------------------------- # Setting for popular cutoff, can either be a percent (i.e. top 3%), or # a fixed value (i.e. top 10). Enter 0.03 or 10 respectively. $db_popular_cutoff = 20; # Top 20 # Number of days a link is considered New. $db_new_cutoff = 14; # 14 days old. # Return search results bolded (1 = yes, 0 = no). $search_bold = 1; # The name of an index file. $build_index = "index.html"; # The extension to use for non index files: $build_extension = ".html"; Change it to: # Build Options # -------------------------------------------------------- # Setting for popular cutoff, can either be a percent (i.e. top 3%), or # a fixed value (i.e. top 10). Enter 0.03 or 10 respectively. $db_popular_cutoff = 20; # Top 20 # Number of days a link is considered New. $db_new_cutoff = 14; # 14 days old. # Return search results bolded (1 = yes, 0 = no). $search_bold = 1; # The name of the home page. $build_home_index = "index_2.html"; # The name of an index file. $build_index = "index.html"; # The extension to use for non index files: $build_extension = ".html"; Then open nph-build.cgi go to the sub "build_home_page" and find: open (HOME, ">$build_root_path/$build_index") or &cgierr ("unable to open home page: $build_root_path/$build_index. Reason: $!"); Change it to: open (HOME, ">$build_root_path/$build_home_index") or &cgierr ("unable to open home page: $build_root_path/$build_home_index. Reason: $!"); Then find: print "\tOpening page: $build_root_path/$build_index\n"; Change it to: print "\tOpening page: $build_root_path/$build_home_index\n"; And finally in the sub "build_all" find: print qq|Building <A HREF="$build_root_url/$build_index">Home Pages</A> . . .\n| : And change it to: print qq|Building <A HREF="$build_root_url/$build_home_index">Home Pages</A> . . .\n| : Hopefully that should do what you are looking for ![]() I'll get a list together of the mods I have done/assembled and let you know Mark
__________________
<a href="http://www.premium-sex-links.com">Premium Sex Links</a> |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | Rate This Thread |
|
|