| 
		
			
			
				
			
			
				 
			
			
				
			
		 | 
		
			
			
				 
			
				
			
		 | 
	||||
| 
				Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.  You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us.  | 
		
		 
		![]()  | 
	
		
			
  | 	
	
	
		
		|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
| 
		 | 
	Thread Tools | 
| 
			
			 | 
		#1 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Industry Role:  
				Join Date: Nov 2005 
				Location: Spain :) 
				
				
					Posts: 2,231
				 
				
				
				
				 | 
	
	
	
	
		
			
			 
				
				Smarty Question About "Path" (not a biggy i guess)
			 
			Hi, 
		
	
		
		
		
		
		
	
	Got a small smarty script made, and the developper is with holidays right now. Maby anyone from here is willing to give me the solution. Code: 
	$row2['url'] = $_site_www2.'/folder/'.$row2['2_folder'].'-name.ext'; Code: 
	$_site_www2 = 'http://www.domain2.com'; But i need to have the 1XXX1_ deleted from that part of the url, which it output. How I'd go around that ? Any help is apreciated, ~ Renaldo,  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Registered User 
			
		
			
			
			Join Date: Mar 2010 
				
				
				
					Posts: 85
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Code: 
	$row2['url'] = $_site_www2.'/folder/'.str_replace('1XXX1_', '', $row2['2_folder']).'-name.ext';
Code: 
	$row2['url'] = $_site_www2.'/folder/'.substr($row2['2_folder'], 6).'-name.ext';  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#3 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Industry Role:  
				Join Date: Nov 2005 
				Location: Spain :) 
				
				
					Posts: 2,231
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 1080p Content, 
		
	
		
		
		
		
		
	
	Thank you greatly for giving me the solution. This works like a charm. You've helped me great, ~ Renaldo,  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 |