Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   [Request] Mod freeleech in TBDev.Heavy.beta (http://www.bvlist.com/showthread.php?t=9437)

wongsa 24th August 2013 15:35

[Request] Mod freeleech in TBDev.Heavy.beta
 
Hi. All I am setup TBDev.Heavy.beta. But not mod freeleech. Can you have Mod freeleech in TBDev.Heavy.beta? Please help me.

joeroberts 24th August 2013 15:41

Quote:

Originally Posted by wongsa (Post 42337)
Hi. All I am setup TBDev.Heavy.beta. But not mod freeleech. Can you have Mod freeleech in TBDev.Heavy.beta? Please help me.

It's soo amazing what you can find by using search feature
here
http://www.bvlist.com/search.php

http://www.bvlist.com/tbdev/4163-tbd...leech-mod.html

wongsa 24th August 2013 16:00

error code.
 
I try. But error code.

Parse error
: syntax error, unexpected T_STRING in /home/xxxx/domains/xxxx.xxx/public_html/freeleech.php on line 72


code error line 72 : $ime1 = $vrstica[name] . " [freeleech]";

not work.

joeroberts 24th August 2013 16:06

Then Make a post there for Help!
PHP Code:

$ime1 $vrstica[name] . " [[color="red"]freeleech[/color]]"

should be
PHP Code:

$ime1 $vrstica[name] . " [[color=\"red\"]freeleech[/color]]"


Chez 24th August 2013 16:09

try now this code:

PHP Code:

$ime1 $vrstica[name] . '[freeleech]'


wongsa 24th August 2013 16:17

Quote:

Originally Posted by joeroberts (Post 42340)
Then Make a post there for Help!
PHP Code:

$ime1 $vrstica[name] . " [[color="red"]freeleech[/color]]"

should be
PHP Code:

$ime1 $vrstica[name] . " [[color=\"red\"]freeleech[/color]]"



Ok thank.
but error line 110 :
Parse error: syntax error, unexpected T_STRING in /home/xxxx/domains/xxxxx.com/public_html/freeleech.php on line 110

line 110 : $ime = str_replace(" [freeleech]", " ", $vrstica[name]);

joeroberts 24th August 2013 16:20

take a Hint From the Last Fix!

PHP Code:

$ime str_replace(" [[color=\"red\"]freeleech[/color]]"" "$vrstica[name]); 


Chez 24th August 2013 16:21

try this:

PHP Code:

$ime str_replace('[freeleech]'" "$vrstica[name]); 

or this:

PHP Code:

$ime str_replace('[freeleech]'' '$vrstica[name]); 


wongsa 24th August 2013 16:26

Quote:

Originally Posted by joeroberts (Post 42343)
take a Hint From the Last Fix!

PHP Code:

$ime str_replace(" [[color=\"red\"]freeleech[/color]]"" "$vrstica[name]); 


Hi.
Still the same error.

joeroberts 24th August 2013 16:31

Quote:

Originally Posted by wongsa (Post 42345)
Hi.
Still the same error.

then you did something wrong!


All times are GMT +2. The time now is 19:35.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.