| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| webzn -
 
 
 Joined: 01 Apr 2003
 Posts: 27
 Location: Canada
 
 | 
			
				|  Posted: Tue Apr 01, 2003 1:08 am    Post subject: New Language |   |  
				| 
 |  
				| Abyss has the chl variables like ^VAR^. Is there any way to make your own lanuage like that with or without abyss easily? |  | 
	
		| Back to top |       | 
	
		|  | 
	
		| aprelium -
 
 
 Joined: 22 Mar 2002
 Posts: 6800
 
 
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		| webzn -
 
 
 Joined: 01 Apr 2003
 Posts: 27
 Location: Canada
 
 | 
			
				|  Posted: Wed Apr 02, 2003 3:33 am    Post subject: |   |  
				| 
 |  
				| I understand what chl is but I don;t unstand is if I can make my own type of language like chl |  | 
	
		| Back to top |       | 
	
		|  | 
	
		| feamsr00 -
 
 
 Joined: 04 Jun 2002
 Posts: 138
 Location: Phila PA
 
 | 
			
				|  Posted: Thu Apr 03, 2003 6:01 am    Post subject: |   |  
				| 
 |  
				| I was wondering about that a while ago (modified scripting), however I dont think Apreilum will add that.  The parser would prob force code bloat and introduce errors. |  | 
	
		| Back to top |              | 
	
		|  | 
	
		| aprelium -
 
 
 Joined: 22 Mar 2002
 Posts: 6800
 
 
 | 
			
				|  Posted: Thu Apr 03, 2003 12:35 pm    Post subject: |   |  
				| 
 |  
				|  	  | webzn wrote: |  	  | I understand what chl is but I don;t unstand is if I can make my own type of language like chl | 
 Simple solution: Read a CHL-like file and put it in a string, then do search/replace on all your CHL-like variables. This can be done easily in Perl or in PHP (using ereg_replace function for example). Next, write the string to the output.
 _________________
 Support Team
 Aprelium - http://www.aprelium.com
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		| webzn -
 
 
 Joined: 01 Apr 2003
 Posts: 27
 Location: Canada
 
 | 
			
				|  Posted: Thu Apr 03, 2003 2:14 pm    Post subject: |   |  
				| 
 |  
				|  	  | aprelium wrote: |  	  |  	  | webzn wrote: |  	  | I understand what chl is but I don;t unstand is if I can make my own type of language like chl | 
 Simple solution: Read a CHL-like file and put it in a string, then do search/replace on all your CHL-like variables. This can be done easily in Perl or in PHP (using ereg_replace function for example). Next, write the string to the output.
 | 
 
 Would I need to call the script thrtough the broswer? (eg. dhl.php?page=index.html) or do I add it in the server variables sectin in the console?
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		|  |