| 
		
			
			
				
			
			
				 
			
			
				
			
		 | 
		
			
			
				 
			
				
			
		 | 
	||||
| 
				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.  | 
		
		
			
  | 	
	
	
		
		|||||||
| New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help. | 
| 
		 | 
	Thread Tools | 
| 
			
			 | 
		#1 | 
| 
			
			
			
			 Registered User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Oct 2013 
				Location: Puerto Vallarta Mexico 
				
				
					Posts: 67
				 
				
				
				
				 | 
	
	
	
	
		
			
			 
				
				I need! A Batch html Text editor
			 
			I am not even sure if I am explaining this properly.  I need to be able to open lets say 100 html pages just in Text and do a "Find And Replace".  Dreamweaver takes forever, and I can only do about 30 at a time. 
		
	
		
		
		
		
		
	
	If anyone can make sense of what I am looking for and can point me in the right direction I would appreciate it. Post it here... ICQ Me, Email Me Whatever. Thank you, BaldFucker  | 
| 
		 | 
	
	
	
		
                 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Oct 2013 
				
				
				
					Posts: 2,605
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 | 
| 
			
			 | 
		#3 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Oct 2013 
				
				
				
					Posts: 2,605
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 | 
| 
			
			 | 
		#4 | 
| 
			
			
			
			 Registered User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Oct 2013 
				Location: Puerto Vallarta Mexico 
				
				
					Posts: 67
				 
				
				
				
				 | 
	
	
	
	
		
			
			 
				
				Thank You
			 
			That is exactly what I was looking for. 
		
	
		
		
		
		
		
	
	Thanks again, BaldFucker  | 
| 
		 | 
	
	
	
		
                 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 I'm still broke. 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jul 2008 
				Location: WildWildWest 
				
				
					Posts: 3,084
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Notepad++ can do this with ease. 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 | 
| 
			
			 | 
		#6 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Industry Role:  
				Join Date: Nov 2005 
				
				
				
					Posts: 2,539
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 I've been using EditPad for years. The "Lite" version is completely free, no nag screens, advertising, etc. And it has a fantastic search and replace function that can find and replace entire file contents, or blocks of text/code or your simple basic word/line replaces. 
		
	
		
		
		
		
			http://www.editpadlite.com/ The Pro version is very nice as well. It's all I use for everything, from CSS to code. 
				__________________ 
		
		
		
		
	
	NSFW  | 
| 
		 | 
	
	
	
		
                 | 
| 
			
			 | 
		#7 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Oct 2013 
				
				
				
					Posts: 2,605
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 | 
| 
			
			 | 
		#8 | 
| 
			
			
			
			 Registered User 
			
		
			
			
			Industry Role:  
				Join Date: Dec 2013 
				
				
				
					Posts: 33
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 If you have any software experience I can recommend to write a small script to loop through these files and perform a search and replace 
		
	
		
		
		
		
			The most free way would be this. I am offering you about 50-100$ of my time for free here in this post. You will need to have python installed on your computer. ( python.org ) In Python, you can do the following to read your local directory (means you run this script from within the folder that contains all your html files) , read each file, and do the search and replace into a new HTML prefixed with "NEW_". in this sample, it replaces the letter x with y here is the code (cant pate urls) gist.github.com/anonymous/291d8a1fea990b604e92 Copy paste that into a script named "somescript.py" and drop it into the folder that contains these 100's of html files, you should see new ones be created after it runs with the prefix NEW_ in the filename so you can know which is which. Hope this works for u! 
				__________________ 
		
		
		
		
		
			
		
		
	
	Free Porn! http://www.rawdogger.com  | 
| 
		 | 
	
	
	
		
                 | 
| 
			
			 | 
		#9 | 
| 
			
			
			
			 Registered User 
			
		
			
			
			Industry Role:  
				Join Date: Nov 2013 
				Location: Europe 
				
				
					Posts: 9
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 notepad-plus-plus.org - this is good for this kind of job. 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 | 
| 
			
			 | 
		#10 | 
| 
			
			
			
			 Registered User 
			
		
			
			
			Industry Role:  
				Join Date: Oct 2013 
				
				
				
					Posts: 7
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 NoteTab Light similar to Notepad++ 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 | 
| 
			
			 | 
		#11 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Nov 2013 
				
				
				
					Posts: 234
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 What you need is Notepad++  
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	PornDeals.com - WebcamDeals.com - GayDeals.com - PornCoupons.com new! david{att}porndeals{dott}com (email) porndeals.d (skype) -- Looking for HQ hardlinks in all niches!!! -- Looking to buy websites with income & stable traffic! Contact me if you have something interesting  | 
| 
		 | 
	
	
	
		
                 |