Search results

  1. O

    Uploading MP3, Encoding and trimming them.

    I guess I didnt made myself clear. I want to have a system which does the following: 1. Upload mp3 files from my users 2. As upload is complete do two things: a) Decode the mp3 to a lower format to save disk space b) Make a copy of mp3 which have only initial 30-45 seconds of the file...
  2. O

    Uploading MP3, Encoding and trimming them.

    but is audacity an editor or can i call audacity through php code and do the encoding and trimming thing ??
  3. O

    Uploading MP3, Encoding and trimming them.

    Thanks a lot for your help. I have a paid hosting so I guess I have the highest level of php for using exec() etc which I might need to execute LAME. I have already asked Corey for the same. I haven't heard much about audicity, lemme check and I will comeback to this post in case I have a...
  4. O

    Uploading MP3, Encoding and trimming them.

    Hello All, Well these are the 3 things I want to do: 1. Upload an mp3 file (easy to do) 2. Encode mp3 to lower quality etc etc. (dont know how to do) 3. Trim mp3 etc etc (dont know how to do) Can someone out there put some references or pointers for the same. Thanks in advance, Imoracle PS...
  5. O

    how to put html, php and perl code samples on HTML page

    Hello All, I was making kindda tutorial and I need to put some html, php and perl code samples up on the pages. However as soon as i put some code samples, the code sample is itself executed. I want to stop the execution of these code samples, so that users can see the code. Any help please...
  6. O

    Embed Alterplayer in Blogs, Websites, Orkut Scraps

    Hello All, Now you can even enjoy service by Altertunes on your blogs, websites, orkut scrapbooks and even facebook walls. http://altertunes.com/embed.php Customize and generate your code and paste it in your blogs or elsewhere. See an embedded Alerplayer in action here...
  7. O

    Embed Alterplayer in Blogs, Websites, Orkut Scraps

    Hello All, Now you can even enjoy service by Altertunes on your blogs, websites, orkut scrapbooks and even facebook walls. http://altertunes.com/embed.php Customize and generate your code and paste it in your blogs or elsewhere. See an embedded Alerplayer in action here...
  8. O

    Convert char to valid mysql date

    Hello All, I have date stored in the following format with varchar dataset: March 31, 2008, 9:52 pm I want to convert this to valid mysql date ? Any suggestions ??
  9. O

    XML UTF8 Encoding problem.

    Hi, I am getting the following error. Can someone suggest how can I by pass this ?? Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 7: parser error : Input is not proper UTF-8, indicate encoding ! Bytes: 0xAD 0x4B 0x72 0x69 in C:\Workspace\addressbook.php on...
  10. O

    Review my site for some heavy credits :)

    Hi I have almost completed my site and wanted to have some review before i go on to publicize it fully. Here is the link: http://imoracle.x10hosting.com http://imoracle.x10hosting.com/mediaplayer http://imoracle.x10hosting.com/pandora All will take you to my new site. (Still didn't want...
  11. O

    Validate mp3 url link

    Hello, I have this problem which i am unable to solve, kindly help me with a code if possible: I have this mp3 url: http://www.yaymita.net/wp-content/uploads/2007/01/BGSR.mp3 Now one first look it seems to be an mp3 file, but actually its an html page. So in my application I need to filter...
  12. O

    Help me in saving images in mysql without distorting it.

    Hi , I need some help here. Basically I am trying to save an image in the database, I ask my user to upload his/her image which I then save in the database. However what I have observed is that in turn i distort the image by storing in the database. May be after storing in DB, its just a...
  13. O

    Help with phpBB3, I want to register user manually myself.

    Hi, I am having this problem here. I have a website, where I am offering free download to some of my widgets. Also I have setup a phpBB3 forum so that people can review the widgets there and give feedbacks. While user downloads the widget I am asking him to choose a username / passwd, so...
  14. O

    Google suggest type drop downs

    Hello all, My application asks user to enter name of an artist, so i want to show him a google suggest type result indicating the maching results. I am able to sync up my form with php code in the backfrnd and successfullt getting the suggestions too, but I am unable to create that google...
  15. O

    Help with php .... Some heavy credits for solving it :)

    Hey guys I am stuck in a tricky situation: I have a list of mp3 url's.....However b4 trying to use them into my mp3player, I just want to make sure whether the url's are valid mp3 urls or not (by valid i mean, some might be dead too). Here are the 4 cases: 1) // Resource #2 Ok ->...
  16. O

    Need some help with PhPbb3 customization

    Hello All, I just installed PhPbb3, however I see there logo at the top left corner. I would indeed want to replace that with my site logo, can someone please tell me how can I acheive this. Not only this, if You can tell me how can I customize the whole front panel I will be more than happy...
  17. O

    Need php script for saving a copy of email on my mail server.

    Hello All , I am able to send and receive mails successfully, however I am unable to see any mail in the sent mail folder. How can I acheive that using php ?? Any help ??
  18. O

    New Music Pandora on the Block.

    Hello I have tried to put up a music mash up for all music freaks, I hope you will like it. http://imoracle.x10hosting.com Kindly comments in the Statistics section of the site. Looking forward to your comments. Regards, Imoracle.
  19. O

    Please Cancel my order No. 2642323988

    Hi X10Hosting Admin, I intended to register for a paid domain, but I wrongly registered for a month instead of an year. I only recognized it after looking at the invoice I recieved through mail. Can you kindly cancel my order, so that I can then apply for a fresh order. Sorry for the...
  20. O

    echo swf file using php.

    Hello frnds, I want to echo an swf file to the browser screen, just as if i was clicking an swf file directly. I tried the following: <?php $file = "mediaplayer.swf"; $handle = fopen($file,"rb"); $ret = fread($handle, filesize($file)); fclose($handle); echo($ret); ?> but I get...
Top