61
Français / Re: Besoin de conseils
« on: April 10, 2006, 06:11:48 PM »
voici un bon commencement : ici pour la vente en ligne par paypal
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Bonjour,
Depuis qqs jours, des commentaires sont postés sur mon site avec des liens "publicitaires" vers des sites anglophones et asiatiques... sites pharmaceutique, pornos, etc...
Auteurs : link, orel, etc... avec tjs les mêmes messages.
While posting a news from ACP, I can’t see any direct option to use bbcode or smilies. I think the statement where it calls bbcode is not there.
Or m I missing Something ??
any chance of limiting the voting system to one category only?yes possible :
I'd like to include it in only one of my categories, but not the rest.
Possible?
$image_date = (isset($HTTP_POST_VARS['image_date_'.$i])) ? ((trim($HTTP_POST_VARS['image_date_'.$i] != "")) ? "UNIX_TIMESTAMP('".trim($HTTP_POST_VARS['image_date_'.$i])."')" : time()) : time();
//-------------------------------------------[ [Mod] Insert EXIF date correct field when checking for new files ]
// $image_date = (isset($HTTP_POST_VARS['image_date_'.$i])) ? ((trim($HTTP_POST_VARS['image_date_'.$i] != "")) ? "UNIX_TIMESTAMP('".trim($HTTP_POST_VARS['image_date_'.$i])."')" : time()) : time(); //--- original code
$exif = read_exif_data (ROOT_PATH.'data/media/'.$cat_id."/".$image_media_file);
ereg("([0-9]{4}):([0-9]{2}):([0-9]{2}) ([0-9]{2}):([0-9]{2}):([0-9]{2})", $exif["DateTimeOriginal"], $mio);
$image_date = (isset($exif["DateTimeOriginal"])) ? mktime($mio[4],$mio[5],$mio[6],$mio[2],$mio[3],$mio[1]) : ((isset($HTTP_POST_VARS['image_date_'.$i])) ? ((trim($HTTP_POST_VARS['image_date_'.$i] != "")) ? "UNIX_TIMESTAMP('".trim($HTTP_POST_VARS['image_date_'.$i])."')" : time()) : time());
//-------------------------------------------[/[Mod] Insert EXIF date correct field when checking for new files ]
if (defined("PRINT_QUERIES") && PRINT_QUERIES == 1) {
echo implode('<br><br>', $site_db->query_array);
$i = 0;
printf("%s","\n<center><table border='0' width='75%' class='bordertable'><tr><td class='head1'><table border='0' cellspacing='1' cellpadding='3'><tr><td align='center' valign='middle' class='head1'> # </td><td class='head1' align='center' valign='middle'> key </td><td class='head1' align='center' valign='middle'> value </td></tr>");
foreach($site_template->val_cache as $key => $value) {
$row_bg_number = ($i++ % 2 == 0) ? 1 : 2;
printf("%s","<tr class=\"imagerow".$row_bg_number."\"><td align='center' valign='middle'> ".$i." </td><td align='center' valign='middle'> ");
printf("{%s}", $key);
printf("%s"," </td><td align='center' valign='middle'> ".$value." </td></tr>");
}
printf("%s","</table></td></tr></table></center>\n");