filmbokep
        
                    Hello all
I want to change my domain from filmbokep.mobi to filmbokep.club.
The problem is, all of my file i write with filmbokep.mobi
Example 
http://filmbokep.mobi/folder/videos.mp4
i have so many file like that. My question is can i change word filmbokep.mobi to filmbokep.club with automatic. Because is very hard if i change one by one. 
Thank you
        
                
     
                        
    
    
                
    
                
    
                
        
                                        
 Graham
        
                    
 filmbokep Add this as the last script on the _footer
<script>
var a=document.getElementsByTagName('a');
for(i=0;i< a.length;i+=1) {
a[i].href=a[i].href.replace(/filmbokep.mobi/i,'filmbokep.club');
}
</script>
Copy code  it will go through all links on the page and replace the domain 
It is not ideal but the alternative is to rewrite your pages
The best way is to use relative addresses in your links so that they are independent of any parked domain
        
                
     
                        
    
    
                
    
                
    
                
        
                                        
 filmbokep
        
                    
 Graham hello, it working. But its not happen to picture mode. 
My image file not show. Like this.
Can we fix it sir...?
        
                
     
                        
    
    
                
    
                
    
                
        
                                        
 filmbokep
        
                    
 Graham Hallo graham, can we fix it. Your script not working in image file. The image not show like usualy. 
Please help me graham.
Thanks