Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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 ->...
  8. 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...
  9. 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 ??
  10. 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.
  11. 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...
  12. 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...
  13. O

    How to add a directory to include_path of my php.ini

    Hello All, I have to add a directory path to the include_path of my php.ini. Can this be done. I tried reading the related threads but couldn't find a solution. Kindly suggest something. Imoracle.
  14. O

    Thanking x10hosting, Corey and the whole support staff.

    Hello All, I just read Corey's post titled "If you don't like it leave it". Well I would like to ask who on x10hosting is not linking it. I started with web development some 4 months back and when I was looking for free hosting sites I tried out many. And just want to tell you that x10hosting...
  15. O

    Parked Domain Query..

    Hello All, I took up this add free account on x10hosting some 3 months back which really helped me how things are handled on server side. Now yesterday I purchased a domain name from godaddy.com. I typed in the purchased domain name in the browser and it seems to be showing some default page...
  16. O

    Unable to connect to my MySQL database.

    I am getting following error when I try to connect to my MySQL database: Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'oracle_admin'@'localhost' (using password: YES) in /home/oracle/public_html/index.php on line 14 Access denied for user 'oracle_admin'@'localhost'...
  17. O

    How to Append new Child in XML.

    Hello frnds, I m quite new to xml and it really frustrates me. I have following xml file: <?xml version="1.0" encoding="utf-8"?> <playlist version="1" xmlns="http://xspf.org/ns/0/"> <trackList> <track> <title>Mozart</title> <location>Mozart.MP3</location> </track> </trackList>...
  18. O

    PHP from within AJAX.....kindly help me out....

    Hello All, I m trying to do the following: index.php which includes a chat.js file. chat.js while recursively calls a js function using settimeout() function. The function in turns call a .php file, which do some connectivity with the database. Now thing is how to pass a parameter from .php...
  19. O

    Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'

    Hello Frnds, From past few days I am getting this error when I am trying to connect to my webpage. Warning: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /home/xxxxx/public_html/login.php on line 10 Can't...
  20. O

    [Browser based Chat ] Help please, quite a challenging problem i guess

    Hello All, I am developing a browser based chat program right now, But I am facing one problem in that and unable to think of a possible solution. I am simulating it locally still and this is whats happening exactly. I am simulating two users scenario by logging in from two different browser...
Top