| Author | 
					Message | 
				
				 
	
					
						
	
				
		![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 26/08/2003 16:50:59
	  
	
	
 						 | 
					
					
						
						
Anonymous
 
  
 
 						 | 
		
						
						
							
									why do not make  the scipt to display the total number of links for each category?
  
  This is very useful possibility    
  
  
  John
							
							
						 | 
					
		
					 
						| 
						 | 
					
	
					
						
	
				
		![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 29/12/2003 04:48:39
	  
	
	
 						 | 
					
					
						
						
hlantern
 
	Newbie
	 
  
	Joined: 29/12/2003 04:33:14 
	Messages: 2
 
	Location: montreal, quebec in canada
	 
		Offline 
 						 | 
		
						
						
							
									I wish i could get mine to work.
  i have tried all sorts of things, but i do admit i am new with setting up anything like and editing cgi-bin *.pl files.
  
  What exactly should i write for these ....
  # url of script
  $cgiurl =
  
  # base url to all link files without trailing "/"
  $link_url =
  
  # base directory to all link files from the server root without trailing "/"
  $base_dir =
  
  # default index page of your choice
  $index_url =
  
  - so far, i have made the permission 755 on the cgi-bin
  http://www.amazing-spider-man.com/cgi-bin/links.pl?admin=enter
  
  - have created a 2nd try - out in a home made cgi-bin folder on server.
  and still get error message 500, even when i try to log in as admin.
  http://www.amazing-spider-man.com/httpdocs/cgi-bin/links.pl?admin=enter
  
  COULD SOMEONE HELP ME !
  
  Thank you and hurry please !!!
  
  hlantern
  
  
			
				john wrote:why do not make  the scipt to display the total number of links for each category?
 
  This is very useful possibility     
 
 
 John  
		 
							
							
						 | 
					
		
					 
						| 
						 | 
					
	
					
						
	
				
		![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 21/02/2004 17:05:08
	  
	
	
 						 | 
					
					
						
						
getcomputingonline
 
	Beginner
	 
  
	Joined: 21/02/2004 01:14:34 
	Messages: 5
 
	Location: Spain
	 
		Offline 
 						 | 
		
						
						
							
									try using something like this
  
  # url of script
  $cgiurl = "http://you/user/cgi-bin/links.pl";
  
  # base url to all link files without trailing "/"
  $link_url = "http://you/user/links";
  
  # base directory to all link files from the server root without trailing "/"
  $base_dir = "you/user/links";
  
  # default index page of your choice
  $index_url = "http://2you/user/links/ffa-business.html";
  
  # counter log file
  $id_count = "you/user/links_id.txt";
							
							
						 | 
					
		
					 
						| 
						 | 
					
				
		
				
					| 
						
					 |