Uutiset:

Wondering if this will always be free?  See why free is better.

Main Menu
Advertisement:

Haun tulos hakusanalle: file_hash

Tuloksien järjestys
...... ['db_query']('', '  SELECT id_folder, filename, file_hash, fileext, id_attach, attachment_type, mime_type,  ......
#382
SMF 1.1.x Support / Re: Database name
kesäkuu 25, 2009, 11:07:05 IP tekijältä a_fuegon
...... ` , `size` , `downloads` , `width` , `height` , `file_hash`  ) VALUES ( 1, 0, 0, 305, 0, 'avatar_305.jpg', ' ......
#383
SMF 2.0.x Support / Re: smf upgrade file
kesäkuu 12, 2009, 02:46:11 AP tekijältä assad75
......  any topic in the forum . LainaaUnknown column 'a.file_hash' in 'field list' File: /home/ourfunfo/public_html/ ......
......  I get the following error:  Unknown column 'a.file_hash' in 'field list' File: /home/httpd/vhosts/ ......
#385
Arşiv / Re: Eklenen Butonun Farklı sayfaya yönlendirilmesi
toukokuu 24, 2009, 01:31:44 AP tekijältä nazamarya
......  alıyorum:  Veritabanı Hatası: Unknown column 'a.file_hash' in 'field list' Dosya: /home/****/public_html/ ......
#386
Site Comments, Issues and Concerns / Re: Can't upload attachments?
toukokuu 21, 2009, 11:00:40 IP tekijältä aED
...... ['id'], $id_folder, false, $attachmentOptions['file_hash']);  ......
#387
Install and Upgrade Help / Re: Problem updating from 1.1.8 to 1.1.9
joulukuu 03, 2010, 09:29:31 IP tekijältä Yngwiedis
...... ']('attachments', array(  'name' => 'file_hash',  'type' => 'varchar',  'size' => 40,  ));   // ......
......  :  خطأ في قاعدة البيانات Unknown column 'a.file_hash' in 'field list' الملف: /home/content/d/u/r/durar/ ......
#389
SMF Coding Discussion / Re: Fetching avatars
lokakuu 30, 2009, 10:01:00 IP tekijältä spottedhog
......  = "SELECT u.ID_MEMBER, u.avatar, a.ID_ATTACH, a.file_hash   FROM {$db_prefix}attachments a, {$ ............ '];  $ID_ATTACH = intval($row['ID_ATTACH']);  $file_hash = $row['file_hash'];  if (!empty($modSettings[' ............  = '<img src="'.$URLpath.'/' . $ID_ATTACH . '_' . $file_hash.'" alt="" />';   if(empty($ID_ATTACH)) {   ............  = intval($row['ID_ATTACH']);  $file_hash = $row['file_hash'];  if (!empty($ ............  = '<img src="'.$URLpath.'/' . $ID_ATTACH . '_' . $file_hash.'" alt="" />';   if(empty($ID_ATTACH)) {   ......
#390
SMF 1.1.x Support / Re: Database Error \www\Sources\BoardIndex.php
lokakuu 26, 2009, 10:26:55 AP tekijältä donnpipop
......  >> database name  table_attachments  add fiele file_hash Type varchar(40) Collation utf8_general_ci   ......
#391
......  a.filename, a.ID_ATTACH, a.attachmentType, a.file_hash  FROM ({$db_prefix}boards AS b, {$db_prefix} ............  ($real_filename, $ID_ATTACH, $attachmentType, $file_hash) = mysql_fetch_row($request);  mysql_free_result($ ............ ($real_filename, $_REQUEST['attach'], false, $file_hash);  If there are any errors, please let me know.  ......
#392
SMF 2.0.x Support / Re: RC1 cannot view my attachments
heinäkuu 09, 2009, 07:42:04 AP tekijältä H
......  done manually.  One removing PortaMX edit I got a file_hash error. This was because something must have  ......
#393
SMF 1.1.x Support / Re: database upgrade help
kesäkuu 25, 2009, 10:16:54 AP tekijältä Asgards
......  successful.Column file_hash already exists - this is the only thing that came  ......
#394
SMF 1.1.x Support / Re: upgrade to latest version
toukokuu 21, 2009, 12:07:25 IP tekijältä adean
......  the topics on my forum:  LainaaUnknown column 'a.file_hash' in 'field list' File: /home/domain/htdocs/forum/ ......
#395
Install and Upgrade Help / Re: Installation Error
helmikuu 15, 2011, 09:19:31 AP tekijältä Borboco
......  NULL default '0', filename tinytext NOT NULL , file_hash varchar( 40 ) NOT NULL default '', size int( 10 )  ......
#396
SMF 1.1.x Support / Re: Installing Patch for 1.1.11 to 1.1.12
tammikuu 09, 2011, 11:51:25 AP tekijältä Arantor
......  last DB structure change in 1.1.x was adding the file_hash column in 1.1.9. ......
#397
Install and Upgrade Help / Re: Upgrade question
marraskuu 22, 2010, 10:42:40 AP tekijältä mmholt
......  there's a column in the Attachments table named file_hash  There is a file_hash column in the attachments  ......
#398
......  $query = "SELECT att.filename, att.ID_ATTACH, att.file_hash, msg.posterName FROM smf_messages msg,  ............ .length; i++)  {  var link;  if (evt[i]['file_hash'])  {  link = "http://website.com/forum/ ............ /" + evt[i]['ID_ATTACH'] + "_" + evt[i]['file_hash'];  } else {  link = "http://website.com/ ......
#399
SMF 2.0.x Support / Re: Problem with Attachements
marraskuu 18, 2009, 07:40:04 IP tekijältä Martin12
...... , $attachment_id, $dir = null, $new = false, $file_hash = '') {  global $modSettings, $smcFunc;   //  ............  // Grab the file hash if it wasn't added.  if ($file_hash === '')  {  $request = $smcFunc['db_query'] ............ ('', '  SELECT file_hash  FROM {db_prefix}attachments   ............ ) === 0)  return false;   list ($file_hash) = $smcFunc['db_fetch_row']($request);  $ ............  the old system, do a legacy call.  if (empty($file_hash))  return getLegacyAttachmentFilename($ ............ ;   return $path . '/' . $attachment_id . '_' . $file_hash; }  // Older attachments may still use this  ......
......  Arantor,  I do have a file_hash as follows:  Koodi [Valitse] Laajenna Showing  ............  sec) SQL query: SELECT COUNT( * ) AS `Rows` , `file_hash` FROM `smf_attachments` GROUP BY `file_hash`  ............  BY `file_hash` LIMIT 0 , 30   Full Texts Rows file_hash  ......
Advertisement: