Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
Thread Tools
  #1  
Old 23rd May 2008, 23:05
empereur empereur is offline
Senior Member
 
Join Date: Mar 2008
France
Posts: 50
Default usersearch not valid
le fichier dans admin/usersearch.php ne fonctionne pas il met une page blanche dans la version v4.3 templates si quelqu'un peut me trouv
Reply With Quote
  #2  
Old 24th May 2008, 00:33
seb35 seb35 is offline
Senior Member
 
Join Date: Dec 2007
France
Posts: 32
Default Re: usersearch not valid
simple erreur dans le php syntaxe ouverte mais pas ferm
Reply With Quote
  #3  
Old 24th May 2008, 08:58
empereur empereur is offline
Senior Member
 
Join Date: Mar 2008
France
Posts: 50
Default Re: usersearch not valid
[quote=nicky]simple erreur dans le php syntaxe ouverte mais pas ferm
Reply With Quote
  #4  
Old 24th May 2008, 09:50
seb35 seb35 is offline
Senior Member
 
Join Date: Dec 2007
France
Posts: 32
Default Re: usersearch not valid
[code]<?

function mkdate ($date)
{
if (strpos ($date, '-'))
{
$a = explode ('-', $date);
}
else
{
if (strpos ($date, '/'))
{
$a = explode ('/', $date);
}
else
{
return 0;
}
}

$i = 0;
while ($i < 3)
{
if (!is_numeric ($a[$i]))
{
return 0;
}

++$i;
}

if (checkdate ($a[1], $a[2], $a[0]))
{
return date ('Y-m-d', mktime (0, 0, 0, $a[1], $a[2], $a[0]));
}

return 0;
}

function ratios ($up, $down, $color = True)
{
if (0 < $down)
{
$r = number_format ($up / $down, 2);
if ($color)
{
$r = '<font color=' . get_ratio_color ($r) . ('' . '>' . $r . '</font>');
}
}
else
{
if (0 < $up)
{
$r = 'Inf.';
}
else
{
$r = '---';
}
}

return $r;
}

function haswildcard ($text)
{
if ((((strpos ($text, '*') === False AND strpos ($text, '?') === False) AND strpos ($text, '%') === False) AND strpos ($text, '_') === False))
{
return False;
}

return True;
}

if (!defined ('_IN_TS_SE_ORIGINAL_STAFF_PANEL_4_3_'))
{
exit ('<font face=\'verdana\' size=\'2\' color=\'darkred\'>Error! Direct initialization of this file is not allowed.</font>');
}

define ('US_VERSION', '0.3 by xam');
include_once INC_PATH . '/functions_ratio.php';
$DEBUG_MODE = 0;
stdhead ('Administrative User Search');
_form_header_open_ ('Administrative User Search - (<a href=\'' . $_this_script_ . '&h=1\'>Instructions</a>)
Reply With Quote
  #5  
Old 24th May 2008, 10:17
empereur empereur is offline
Senior Member
 
Join Date: Mar 2008
France
Posts: 50
Exclamation Re: usersearch not valid
trop cool t'es un chef comme dab merci beaucoup

Too cool are you a leader as dab thank you very much
Reply With Quote
Reply

Tags
usersearch , valid


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 22:41. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.