findtypo3 : find the code, statement, syntex or anything from your all the files

 findtypo3 :
findtypo3

Download findtypo3.php

System Requirement :
  1. You must need to have Linux or Ubuntu server. This script only work with Linux or Ubuntu server.
  2. You must need TYPO3 setup in proper way. This script is working with almost all TYPO3 versions.
How it works :
  1. Generally in TYPO3 you need to search the code, or Syntex or any text to customize it. I used to change many language specific text but it's very difficult all the time to search that text.
  2. For those people who really want to search and customize it easily, we have a script ready for you. This script will give you the filename with full path for the string you are looking for and it also specify the line Number in that particular file. I think, this make really very easy for typo guys who stuck in finding the text or something and spend lots of hours.
  3. My one of the friend used to ask me to find the string or any text so I think, this gonna help to him and also for similar typo guys.
  4. It have also some options  available like below
    1. search in entire typo3
    2. fileadmin
    3. typo3
    4. typo3conf
    5. typo3temp etc
How to setup :

Below are the simple two steps to setup the findtypo3 script.

1. Downlaod the findtypo3 script and put in your root folder. So it will be like in below image.

2. Goto url of findtypo3.php. So it will be like YOUR-WEBSITE-LINK/findtypo3.php



If you like this script then share with your friends. Enjoy !! :)

cleartemp : Clear TYPO3temp for removing unusal cache file during developing

cleartemp :

Download cleartemp to clear TYPO3temp

Download cleartemp helper to remove TYPO3temp

System Requirement :
  1. You must need to have Linux or Ubuntu server. This script only work with Linux or Ubuntu server.
  2. You must need TYPO3 setup in proper way. This script is working with almost all TYPO3 versions.
  3. 'typo3temp' folder must have 777 permission(full permission).

How it works :
  1. Generally, when we are working with TYPO3 website, we need to clear cache all the time. We can remove basic cache form backend but not all. We also need to delete cache from typo3temp folder. For that, we used to delete all the files from that typo3temp folder to remove all the cache.
  2. It takes around 2-3 minutes when we are working on our local system server. But when we go live it's very difficult to delete all the files from typo3temp. It takes around 15-20 minutes using filezilla or any backend.
  3. Once you setup this script, you just need to enter the URL in the browser and can clear the temp files in just moment.
  4. This script gonna help for the developer who are working with live site and used rename the name of typo3temp folder. Now they can just bookmark this URL and all temp will be cleared easily. 
 How to setup :

It's very easy to set the script. You just need to follow 2 steps.

1.Download the script and extract in in your root directory of your TYPO3 setup. See below screen shot.



2. Goto URL : YOUR-WEBSITE-LINK/cleartemp  . If your website then is http://example.com then your URL will be http://example.com/cleartem. Configure your typo3temp path. Make sure you are setting relative path. We also provide calculate path but if in case it's not correct then configure yourself.


3. Click the Click Now! and you're done.! :)