|    
			
				26/02/2004, 18:49
			
			
			  | 
  |   |  |  |  Fecha de Ingreso: enero-2004 Ubicación: En un lugar donde abunda la MaGiA 
						Mensajes: 98
					 Antigüedad: 21 años, 9 meses Puntos: 0 |  | 
  |  <?php
 /*************************
 fusion news 3.6.1
 
 English language pack
 
 This is the default pack
 
 language pack version: 3.6.1
 
 NOTE:
 Some strings have variables (ex. $var) or html in them, make sure they don't
 lose there function
 *************************/
 
 $months = array("01" => "January", "02" => "February", "03" => "March", "04" => "April",
 "05" => "May", "06" => "June", "07" => "July", "08" => "August",
 "09" => "September", "10" => "October", "11" => "November", "12" => "December");
 
 //°***************°
 //$ Errormessages $
 //°***************°
 $error0   = "Can't open comments.db.php for reading/writing!";
 $error1   = "You may not access this file.";
 $error2   = "Can't open archive.txt for reading/writing!";
 $error3   = "Can't open fnarchive.php for reading/writing!";
 $error4   = "Can't open news.php for reading/writing!<br>Make sure news.php is CHMODded to 777";
 $error5   = "Can't open news.php for reading/writing!<br>Make sure news.php is CHMODded to 777";
 $error6   = "Can't open headlines.txt for reading/writing!<br>Make sure headlines.php CHMODded to 777";
 $error7   = "Can't open news.*.php for reading/writing!<br>Make sure the folder $furl/news is CHMODded to 777 and all files in this folder to 666.";
 $error8   = "Can't open config.php for reading/writing!<br>Make sure config.php is CHMODded to 666";
 $error9   = "Can't open flood.php for reading/writing!<br>Make sure flood.php is CHMODded to 666";
 $error10  = "Error - no editable template chosen";
 $error11  = "Can't open users.php for reading/writing!<br>Make sure users.php is CHMODded to 666";
 $error12  = "You can't delete yourself";
 $error13  = "Can't open users.php for reading!<br>Make sure users.php is CHMODded to 666";
 $error14  = "You are not allowed to edit this post";
 $error15  = "LEAVE";
 $error16  = "Can't open news database files for reading!<br>Make sure the folder $furl/news is CHMODded to 777 and all files in this folder to 666.";
 $error17  = "Can't open badwords.txt for reading!<br>Make sure badwords.txt is CHMODded to 666";
 $error18  = "Can't open badwords.txt for reading/writing!<br>Make sure badwords.txt is CHMODded to 666";
 $error19  = "Can't open banned.php for reading/writing!<br>Make sure banned.php is CHMODded to 666";
 $error20  = "You are not permitted to post news!";
 $error21  = "Could not open the emoticons directory for reading, check paths and permissions";
 $error22  = "Can't open fusionnews.xml for reading/writing!<br>Make sure news.php is CHMODded to 666";
 
 //°*************°
 //$  Index.php  $
 //°*************°
 $ind0     = "Welcome to fusion. Please log in.<br><br>";
 $ind1     = "<br /><br /><br /><div align=\"center\">Thanks for downloading Fusion News 3.6.1.<br />This looks like your first time here. Please <a href=\"./installer.php\">install fusion news 3.6.1</a>.</div><br /><br /><br /><br />";
 $ind2     = "First time here";
 $ind3     = "login";
 $ind4a    = "new";
 $ind4b    = "old";
 $ind4     = "password";
 $ind5     = "poster";
 $ind6     = "email";
 $ind7     = "icon URL";
 $ind8     = "user level";
 $ind9     = "Logged in";
 $ind10    = "Log in";
 $ind11    = <<<html
 <tr>
 <td><a href="index.php?id=admin">admin</a></td>
 <td> - manage all admin settings</td>
 </tr>
 html;
 $ind12    = <<<html
 <tr>
 <td><a href="index.php?id=commentmanag">manage comments</a></td>
 <td> - edit, remove comments and ban post IPs</td>
 </tr>
 <tr>
 <td><a href="$furl/index.php?id=smillies">manage smillies</a></td
 <td> - manage smillies here</td>
 </tr>
 html;
 $ind13    = <<<html
 <div align="center"><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse">
 <tr>
 <td><a href="index.php?id=postnews">post news</a></td>
 <td>- post a new newsitem.</td>
 </tr>
 <tr>
 <td><a href="index.php?id=editposts&pos=0">edit posts</a></td>
 <td> - edit exsisting newsitems</td>
 </tr>
 <tr>
 <td><a href="index.php?id=editprofile">edit profile</a></td>
 <td> - edit your profile</td>
 </tr>
 html;
 $ind14    = <<<html
 <tr>
 <td><a href="index.php?id=view">View news</a></td>
 <td> - View the current news items</td>
 </tr>
 <tr>
 <td><a href="$hurl">Webpage</a></td>
 <td> - Go back to your webpage</td>
 </tr>
 <tr>
 <td><a href="index.php?id=plugins">plugins</a></td>
 <td> - show all installed plugins</td>
 </tr>
 <tr>
 <td><a href="index.php?id=help">help/update</a></td>
 <td> - general help, checking for updates</td>
 </tr>
 <tr>
 <td><a href="$furl/index.php?id=logout">logout</a></td>
 <td> - destroy session/cookie</td>
 </tr>
 </table><br />
 html;
 $ind15    = "Post";
 $ind16    = "Reset";
 $ind17    = "error";
 $ind18    = "Bad username and/or password";
 
 //// admin page ////
 $ind19    = "Not allowed to view this feature";
 $ind20    = "Not admin.";
 $ind21    = "Settings saved";
 $ind21a   = "Settings not saved";
 $ind22    = "Your settings were saved. News.php has been updated";
 $ind22a   = "Your settings were not saved.";
 $ind23    = "Edit templates/headers/footers";
 
 // do not edit the {news}, {subject}, etc tags
 $ind24    = "Edit the templates for your news. you can use<br/><br/>
 » {news}<br/>
 » {icon}</br>
 » {subject}<br/>
 » {user}<br/>
 » {date}<br/>
 » {fullstory}<br/>
 » {send} (send to a friend)<br/>
 » {comments}<br/>
 » {nrc} (number of comments)<br/><br/>
 You may rearrange them in any order you wish  You can also use HTML/CSS to customize the news posts.";
 $ind25    = "Edit the templates for your news archive. you can use<br/><br/>
 » {news}<br/>
 » {icon}</br>
 » {subject}<br/>
 » {user}<br/>
 » {date}<br/>
 » {fullstory}<br/>
 » {send} (send to a friend)<br/>
 » {comments}<br/>
 » {nrc} (number of comments)<br/><br/>
 You may arrange them in any order.  You can use HTML/CSS";
 $ind26    = "Edit the template for your comments. you can use {comment}, {date}, {poster}, {posterip} to rearrange their placement and insert html tags.";
 $ind27    = "Edit header/footer and insert html tags";
 $ind28    = "Edit the header/footer for your full news and insert html tags.";
 $ind29    = "Edit the header/footer for your comments and insert html tags.";
 $ind30    = "Edit the template for your headlines. you can use<br/><br/>
 » {linkstart}<br/>
 » {subject}<br/>
 » {user}<br/>
 » {date}<br/>
 » {icon}<br/>
 » {linkend}<br/><br/>
 {linkstart} and {linkend} surround the text which will function as the link.";
 $ind30a   = "Edit the template for your post per day. you can use {date} and {news_a_day}. {date} inserts the date of the posts and {news_a_day} inserts the news formated with the news template.";
 
 $ind31    = "Add user";
 $ind32    = "That login or nickname is already in use.";
 $ind33    = "Added user";
 $ind34    = "Edit users";
 $ind34a   = "The user was eddited succesfully.";
 $ind34b   = "Post news";
 $ind35    = "subject";
 $ind36    = "save";
 $ind37    = <<<html
 layout of the whole commentpage. This one is kinda complicated because you can edit all fields seperatly. These are all allowed fields:
 <table width="590" border="0" cellpadding="0" cellspacing="0">
 <tr>
 <td width="15%"><strong>{subject}</strong></td>
 <td width="4%">:</td>
 <td width="81%">subject of the newsitem who the comments belong
 too.</td>
 </tr>
 <tr>
 <td valign="top"><strong>{user}</strong></td>
 <td valign="top">:</td>
 <td>poster of the newsitem who the comments belong too.</td>
 </tr>
 <tr>
 <td valign="top"><strong>{date}</strong></td>
 <td valign="top">:</td>
 <td>date of the newsitem who the comments belong too.</td>
 </tr>
 <tr>
 <td valign="top"><strong>{icon}</strong></td>
 <td valign="top">:</td>
 <td>icon of the newsitem who the comments belong too.</td>
 </tr>
 <tr>
 <td valign="top"><strong>{news}</strong></td>
 <td valign="top">:</td>
 <td>news of the newsitem who the comments belong too.</td>
 </tr>
 <tr>
 <td valign="top"><strong>{com}</strong></td>
 <td valign="top">:</td>
 <td> commentslink of the newsitem who the comments belong too.</td>
 </tr>
 <tr>
 <td valign="top"><strong>{nrc}</strong></td>
 <td valign="top">:</td>
 <td>commentscounter of the newsitem who the comments belong too.</td>
 </tr>
 
				__________________Un buen foro_Para aprender PHP
     |