Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=117)
-   -   [TSSE 5.x] Plugin Birthday (http://www.bvlist.com/showthread.php?t=1339)

Marco 6th February 2010 09:25

hi
 
can anyone make this work on ts 5.6 ?
i create the file
i uploaded on include/plugins/

but nothing happening

thanks

Nightcrawler 18th February 2010 17:49

hmmm
 
I made one exactly the same and it works fine.

http://bvlist.com/17422-post2.html

Marco 19th February 2010 00:18

Hi
 
sorry to tell you but this it isn't working on TS 5.6 your version.(like a plugin mod)... i create a file i put it on include/plugins in tracker settings i created the plugin with the same name but nothing can be see

thank you for your help :)

gabkoko 6th December 2010 20:06

Don't work on my TS 5.6 :sos:

Marco 6th December 2010 20:10

1 Attachment(s)
you have to check out somewhere is already maked ;)


i put it mine is not my work it's from here but i don't know sure where it is .... so don't blame me i want only to help!

you create a new plugin with this name (or change it) and upload it on root/include/plugin

gabkoko 6th December 2010 21:39

Works but... above the block :wallbash:
http://white-dragon.eu/pic/szulinap.jpg

Marco 7th December 2010 10:15

hmm interesting...for me is working in the block:D


maybe you copy the php content on plugin?

gabkoko 7th December 2010 11:48

2 Attachment(s)
Here is my php content:

PHP Code:

<?
if (!defined('TS_P_VERSION'))
{
    
define('TS_P_VERSION''1.2 by xam');
}
// Security Check.
if (!defined('IN_PLUGIN_SYSTEM'))
{
     die(
"<font face='verdana' size='2' color='darkred'><b>Error!</b> Direct initialization of this file is not allowed.</font>");
}

require_once(
'global.php');

gzip();
dbconn(true);
maxsysop();

$szulinap '';
$query mysql_query('SELECT username, birthday FROM users');
while (
$line mysql_fetch_row($query))
{
    list(
$day$month$year) = split("-"$line[1]);
    
$hit date('d') == $day && date('m') == $month;
//    $szulinap .= $line[0].' '.$line[1].' x '.$day."|".$month."|".$year.' x';


    
if ($hit)
    {
        
$szulinap .= $line[0].', &nbsp;';
    }

}
 echo 
$szulinap;

?>

This does not work:

Marco 8th December 2010 08:52

hello
 
you didn't use my version :) :D my version it isn't here i take a better look now....

download my szulinap.php and will work that.

gabkoko 8th December 2010 10:43

Thank you for you help.
 
1 Attachment(s)
Hi,
here is you version but it absolute don't work...:scratch:Only empty block


All times are GMT +2. The time now is 07:33.

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