Show Posts

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.


Messages - chamkani.net

Pages: 1 2 3 4 [5] 6
61
Chit Chat / Kurtw Flash Mp3 Mode
« on: February 07, 2010, 06:23:59 PM »
Hey all many of our 4images friends need this mode (include me), so i want to post it here, i found this mode but the language is German.

EDIT BY RINALDOS

http://www.4homepages.de/forum/index.php?topic=26799.msg145337#msg145337


62
Mods & Plugins (Requests & Discussions) / Re: Make Image Name As Page Title
« on: February 03, 2010, 08:04:01 PM »
Any soluton?? 8O

63
Mods & Plugins (Releases & Support) / XML Mp3 File
« on: January 09, 2010, 08:19:00 PM »
I am using the old mp3 mode for 4images, i have a problem when i changing my server i lost XML file, any one give me/tell me xml file for mp3, my site address it http://chamkani.net/tones please check it..

OR

I install the new mp3 mode but it play the first tone of the category for all images, any modification to play only selected mp3?

64
Quote
if you are trying to create a clone of chamika.net and trying to steel its trafiic..i cant be helping u cuz personally i know the author of the web site .....

pls dont do dat ... 8O

GaYan Cheeting Not Allowed :lol:... my site get a problem.... my server down... after changing my server... my site does'nt play tones lol...
but i am now correcting these problem...

65
Mods & Plugins (Releases & Support) / Re: [PROGRAM] 4images Mobile Server
« on: November 04, 2009, 04:36:34 PM »
[...] The greatest sharing
[...] Outstanding creation thank you..

66
Chit Chat / Re: Mp3 Uploading Problem
« on: October 31, 2009, 04:47:25 PM »
... is this now your actual mime-type for mp3 ...  ?
Code: [Select]
$mime_type_match['mp3'] = array("video/mpeg", "audio/mp3", "audio/mpeg", "audio/mpeg3", "audio/mpg", "audio/x-mpeg", "audio/x-mpeg-3", "video/x-mpeg", "audio/mp", "application/force-download");


Thats Brilliant Sir, Problem Solved.... :D

67
Chit Chat / Re: Mp3 Uploading Problem
« on: October 23, 2009, 07:06:45 PM »
but sir i already share my Mime-type file...
if need any updation point out me..

68
Chit Chat / Re: Mp3 Uploading Problem
« on: October 22, 2009, 11:37:41 AM »
i add ,"audio/mp"

but got this error

Error uploading image file: New_Tonne_2010.mp3
New_Tonne_2010.mp3: Invalid file type (mp3, application/force-download)

No database entry!

69
Chit Chat / Re: Mp3 Uploading Problem
« on: October 21, 2009, 05:50:26 AM »
<?php
/**************************************************************************
 *                                                                        *
 *    4images - A Web Based Image Gallery Management System               *
 *    ----------------------------------------------------------------    *
 *                                                                        *
 *             File: upload_definitions.php                               *
 *        Copyright: (C) 2002 Jan Sorgalla                                *
 *            Email: jan@4homepages.de                                    *
 *              Web: http://www.4homepages.de                             *
 *    Scriptversion: 1.7.6                                                *
 *                                                                        *
 *    Never released without support from: Nicky (http://www.nicky.net)   *
 *                                                                        *
 **************************************************************************
 *                                                                        *
 *    Dieses Script ist KEINE Freeware. Bitte lesen Sie die Lizenz-       *
 *    bedingungen (Lizenz.txt) für weitere Informationen.                 *
 *    ---------------------------------------------------------------     *
 *    This script is NOT freeware! Please read the Copyright Notice       *
 *    (Licence.txt) for further information.                              *
 *                                                                        *
 *************************************************************************/
if (!defined('ROOT_PATH')) {
  die("Security violation");
}

$mime_type_match['jpg'] = array("image/jpg", "image/jpeg", "image/pjpeg");
$mime_type_match['jpeg'] = array("image/jpg", "image/jpeg", "image/pjpeg");

$mime_type_match['gif'] = array("image/gif");

$mime_type_match['png'] = array("image/png", "image/x-png");

$mime_type_match['tif'] = array("image/tiff", "application/octet-stream");
$mime_type_match['tiff'] = array("image/tiff", "application/octet-stream");

$mime_type_match['bmp'] = array("image/bmp", "image/x-ms-bmp");

$mime_type_match['aif'] = array("audio/x-aiff");

$mime_type_match['aiff'] = array("audio/x-aiff");

$mime_type_match['au'] = array("audio/basic");

$mime_type_match['snd'] = array("audio/basic");

$mime_type_match['mid'] = array("audio/x-midi", "audio/mid", "audio/midi");

$mime_type_match['mp3'] = array("video/mpeg", "audio/mp3", "audio/mpeg", "audio/mpeg3", "audio/mpg", "audio/x-mpeg", "audio/x-mpeg-3", "video/x-mpeg");

$mime_type_match['ra'] = array("audio/x-pn-realaudio");

$mime_type_match['ram'] = array("audio/x-pn-realaudio");

$mime_type_match['rm'] = array("audio/vnd.rn-realmedia", "application/vnd.rn-realmedia", "video/vnd.rn-realvideo", "application/vnd");

$mime_type_match['rpm'] = array("audio/x-pn-realaudio-plugin");

$mime_type_match['wav'] = array("audio/x-wav");

$mime_type_match['avi'] = array("video/x-msvideo", "video/avi");

$mime_type_match['mpg'] = array("video/mpeg");
$mime_type_match['mpeg'] = array("video/mpeg");
$mime_type_match['mpe'] = array("video/mpeg");

$mime_type_match['mov'] = array("video/quicktime");
$mime_type_match['qt'] = array("video/quicktime");

$mime_type_match['swf'] = array("application/x-shockwave-flash");

$mime_type_match['psd'] = array("application/octet-stream");
$mime_type_match['fla'] = array("application/octet-stream");

$mime_type_match['gz'] = array("application/gzip", "application/x-gzip-compressed");
$mime_type_match['rar'] = array("application/x-rar-compressed");
$mime_type_match['tar'] = array("application/x-tar");
$mime_type_match['gtar'] = array("application/x-gtar");
$mime_type_match['zip'] = array("application/zip", "application/x-zip-compressed");
$mime_type_match['sit'] = array("application/x-stuffit");

$mime_type_match['pdf'] = array("application/pdf", "application/x-pdf");

$mime_type_match['ai'] = array("application/postscript");
$mime_type_match['eps'] = array("application/postscript");
$mime_type_match['ps'] = array("application/postscript");

$mime_type_match['txt'] = array("text/plain", "text/richtext", "text/rtf", "text/html");
$mime_type_match['rtf'] = array("text/plain", "text/richtext", "text/rtf");
$mime_type_match['rtx'] = array("text/plain", "text/richtext", "text/rtf");

$mime_type_match['doc'] = array("application/msword");
$mime_type_match['xls'] = array("application/vnd", "application/x-msexcel");
$mime_type_match['ppt'] = array("application/vnd");

$mime_type_match['csv'] = array("text/comma-separated-values");
$mime_type_match['js'] = array("text/javascript");
$mime_type_match['css'] = array("text/css");
?>

70
Chit Chat / Re: 4image Site Collection
« on: October 20, 2009, 06:54:54 AM »
coool ! I Love it !

thanks your love

71
Chit Chat / Re: Mp3 Uploading Problem
« on: October 20, 2009, 06:54:08 AM »
Extension already define in setting..

i also update mime-types with new one in mp3 but in vain.
nothing changed. again the same error.
is there any problem of file/directory permissions.
plz identify me the file and directory by default when 4images installation occur to be writable..

72
Chit Chat / Mp3 Uploading Problem
« on: October 17, 2009, 05:12:19 PM »
Dear All I Visit All Threads In Site But Did't Got A Satisfactory Ans..

I use 4images from Pre 2 years, my site is in top listed mp3 tones, i am very thank full of 4images.
now there is somewhat problem in my hosting but i solved it. So when i upload a new mp3 tones to my directory it show..

Error uploading image file: New_Tonne_2010.mp3
New_Tonne_2010.mp3: Invalid file type (mp3, audio/mp)

No database entry!



What's the problem??
Safe Mode?? Or Other Issue>

Site Address : http://chamkani.net/tones

73
Chit Chat / Re: 4image Site Collection
« on: October 17, 2009, 04:35:24 PM »
My gallery is ready...
http://chamkani.net/tones

74
Chit Chat / Re: 4image Site Collection
« on: October 11, 2009, 06:23:02 AM »
thanks for pointing my site in this thread, currently i am working on this songs section, if any one found 404 please be patient the site will soon available..

Pages: 1 2 3 4 [5] 6