maxicep
Active member
@Burp Actually, they are irregular because some URL's was fetched the title of page but we don't need to change title. Title same already. But BBCode changing already
So i think we need to replace two structure.
First (with Title)
Second (without title)
So mutual point looking just URL ( we dont need include the or other parts i think)
We need regex like beginning with ht tp://www.domain.com and ending with .html . That is old URL structure.
So i think we need to replace two structure.
First (with Title)
Code:
[URL='http://www.domain.com/cep-telefonlari-genel/avea-41-mp-kamerali-nokia-808-pureviewai-satisa-sunuyor-670541.html']Avea, 41 MP kameralı Nokia 808 PureView’ı satışa sunuyor[/URL]
Second (without title)
Code:
[url]http://www.domain.com/cep-telefonlari-genel/avea-41-mp-kamerali-nokia-808-pureviewai-satisa-sunuyor-670541.html[/url]
So mutual point looking just URL ( we dont need include the or other parts i think)
We need regex like beginning with ht tp://www.domain.com and ending with .html . That is old URL structure.