Re: [Extension release] KT Mobile v1.6

You can probably bypass this restriction with curl.

// instead of
$data = file_get_contents($url);

// use this
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$data = curl_exec($ch);
curl_close($ch);
If you want to contact me quickly - send e-mail, not PM.
<?php $t='<?php $t=%c%s%c; printf($t,39,$t,39,10);%c'; printf($t,39,$t,39,10);

Re: [Extension release] KT Mobile v1.6

Now this is a bit too technical.

Re: [Extension release] KT Mobile v1.6

I am not able to help you, until you provide more details - whole warning text with file and line number, what are you doing when it happens, etc.

If you want to contact me quickly - send e-mail, not PM.
<?php $t='<?php $t=%c%s%c; printf($t,39,$t,39,10);%c'; printf($t,39,$t,39,10);

79

Re: [Extension release] KT Mobile v1.6

KT Mobile 1.6

Notice: Undefined variable: useragent in ...www\punbb\viewforum.php(203) : eval()'d code on line 10
ForkBB
I speak only Russian  :P

80

Re: [Extension release] KT Mobile v1.6

look like the default oxygen theme in 1.4.4 is interfering with these. any idea to stop these?

She said my pics got her drunk and i was like yeah baby I'm a STAR.

Am the best, i said that even befor i knew i was!!

_don't judge me_

Re: [Extension release] KT Mobile v1.6

Is it support rtl language?