Şub 11
source/Subs.php yi aç
BUL
1
2
3
4
5
| array(
'tag' => 'green',
'before' => '<span style="color: green;">',
'after' => '</span>',
), |
ÖNCESİNE EKLE
1
2
3
4
5
6
7
8
9
10
11
12
| array(
'tag' => 'google_video',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<object width="$2" height="$3"><param name="movie" value="http://video.google.com/googleplayer.swf?docId=$1" ></param><embed src="http://video.google.com/googleplayer.swf?docId=$1" type="application/x-shockwave-flash" width="$2" height="$3"></embed></object>',
'validate' => create_function('&$tag, &$data, $disabled', '
if (isset($disabled[\'url\']))
$tag[\'content\'] = \'$1\';'),
'disabled_content' => '<a href="$1" target="_blank">$1</a>',
), |
Read the rest of this entry »
Şub 11
source/Subs.php yi aç
BUL
1
2
3
4
5
| array(
'tag' => 'green',
'before' => '<span style="color: green;">',
'after' => '</span>',
), |
ÖNCESİNE EKLE
1
2
3
4
5
6
7
8
9
10
11
12
| array(
'tag' => 'google_video',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<object width="$2" height="$3"><param name="movie" value="http://video.google.com/googleplayer.swf?docId=$1" ></param><embed src="http://video.google.com/googleplayer.swf?docId=$1" type="application/x-shockwave-flash" width="$2" height="$3"></embed></object>',
'validate' => create_function('&$tag, &$data, $disabled', '
if (isset($disabled[\'url\']))
$tag[\'content\'] = \'$1\';'),
'disabled_content' => '<a href="$1" target="_blank">$1</a>',
), |
Read the rest of this entry »
Ara 13
ESKİ SİSTEM:
SMF kurmak için şu anda bulunduğumuz siteye bağlanır, kurulum paketini indirip açardık ve dosyaları bi güzel sunucumuza FTP ile yüklerdik.

Read the rest of this entry »
Recent Comments