Sanırım beklediğimiz otomatik mod kurucusu yolda:
MODs Manager
http://code.phpbb.com/projects/show/modsmanager
Sitemiz sadece phpBB 3.0 sürümüne destek vermektedir. Konu açmadan, ileti yazmadan önce lütfen site kuralları sayfamıza göz atınız.



limitsizim yazdı:sorunsuzca







angelside yazdı:But, if this work like diff, not find on correct line on [ FIND ], because I before install a other mod and maybe modify line for find ?
- Kod: Tümünü seç
/**
* Checks if a find is present
* Keep in mind partial finds and multi-line finds
*
* @param string $find - string to find
* @return mixed : array with position information if $find is found; false otherwise
*/
function find($find)
- Kod: Tümünü seç
// line is blank. Assume we can find a blank line, and continue on
- Kod: Tümünü seç
/**
* Find a string within a given line
*
* @param string $find Complete find - narrows the scope of the inline search
* @param string $inline_find - the substring to find
* @param int $start_offset - the line number where $find starts
* @param int $end_offset - the line number where $find ends
*
* @return mixed array on success or false on failure of find
*/
function inline_find($find, $inline_find, $start_offset = false, $end_offset = false)
- Kod: Tümünü seç
/**
* Add a string to the file, BEFORE/AFTER the given find string
* @param string $find - Complete find - narrows the scope of the inline search
* @param string $add - The string to be added before or after $find
* @param string $pos - BEFORE or AFTER
* @param int $start_offset - First line in the FIND
* @param int $end_offset - Last line in the FIND
*
* @return bool success or failure of add
*/
function add_string($find, $add, $pos, $start_offset = false, $end_offset = false)
Yes, like diff.



IcEman yazdı:güzel bir uygulama ama ben beğenmedim bu olayı bana göre basite kaçma phpBB nin tadı diyelim kodları arayıp bulup değiştirmekteuğraştırmadı mı ne anlamı kaldı ki phpBB'nin




Bu forumu görüntüleyenler: Kayıtlı kullanıcı yok ve 1 misafir