User Profile

Collapse

Profile Sidebar

Collapse
kamill
kamill
Last Activity: May 7 '16, 06:55 AM
Joined: Dec 20 '06
Location: within compiler
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • kamill
    started a topic Online Video Capture
    in PHP

    Online Video Capture

    Hi,

    I need to develop a script in php that can capture online video (one 2 one conferencing) but i don't know how to start. What RTMP server i should use that supports the PHP.
    Is it possible to develop the script using RTMP server+PHP and javascript?

    Please help me out.

    Thanks & Regards,
    Kamil
    See more | Go to post

  • kamill
    replied to How to remove iframe malware?
    in PHP
    Please reply soon it's very urgent for me.
    See more | Go to post

    Leave a comment:


  • kamill
    started a topic How to remove iframe malware?
    in PHP

    How to remove iframe malware?

    I have built a site in php and it's all pages got infected by iframe malware. how to get rid from this?
    See more | Go to post

  • Dear jpr0325

    Thanks for reply but this script can copy files/dir from remote server ("server.nam e") to the local machine and i want to copy from remote server and want to upload into another server where i will run this script.

    This will be helpful if you clear this script beacuse i have tried this but no luck.

    Regards,
    Kamil
    See more | Go to post

    Leave a comment:


  • Dear Atli,

    Thanks for reply. Actually i want to use ftp related functions in below steps
    1- Open ftp of server "A"
    2-Open ftp of server "B"
    3-Copy the content of "A" into "B"

    I do not know this will work and if yes then how to implement this.

    Regards,
    Kamil
    See more | Go to post

    Leave a comment:


  • how to copy directories/files from a remote directory using php?

    I have two server one is window server as "A" and another is Linux server as "B".

    I have a directory on server "A" which contains several files and sub directories. I want to copy directories/files from server "A" to server "B" using php. I have control on both server but i want to run PHP script into Linux server "B".

    As i am not good in file handling so please...
    See more | Go to post

  • Why am I not able to receive email on mydomain.com when I am able to send emails?

    Dear Friends,

    I am using a php mail function, with this script i am sending mail to customer of my client. Script id doing well with other domain but with same domain emails script is unable to send mail.

    example:

    my domain name where i am running script is www.example.com
    and i have two email ids as xyz@example.com and xyz@abc.com then i am able to receive email at xyz@abc.com but not able to...
    See more | Go to post

  • kamill
    started a topic How to retrieve comings birth days

    How to retrieve comings birth days

    Dear Strange Friends,

    I need to fetch birth date (in dd-mm format) in ascending order start from current date(dd-mm format), But i am unable to write appropriate query. i have stored dateofbirth in date format(yyyy-mm-dd) in mysql DB.

    i.e. if i have stored DOBs as 1999-07-11,2002-10-21,2004-06-15,2001-07-05,1994-08-17 and 2001-08-01 and current date is 2008-07-01 than my result must be looks like below

    2008-07-05...
    See more | Go to post
    Last edited by kamill; Jul 1 '08, 08:14 AM. Reason: Spelling mistake

  • kamill
    replied to Problem in large size image uploading.
    in PHP
    Hi all,
    I have find out that when i commented createthumb() function call, the script become able to upload large image size but i am unable identify the wrong syntax.
    My php code is below
    [PHP]
    $newImage= $_FILES['newImage']['name'];
    $name='img'.$_S ESSION['id'].'.jpeg';
    $newImageName=' images/profile/'.$name;
    move_uploaded_f ile($_FILES["newImage"]["tmp_name"],$newImageName) ;
    ...
    See more | Go to post

    Leave a comment:


  • kamill
    started a topic Problem in large size image uploading.
    in PHP

    Problem in large size image uploading.

    Dear All,
    I am uploading a image file and after resize the image i am saving it. My script is working fine with small size images but when i am trying to upload big size image, i am getting below error.
    Error 500 - Internal server error
    An internal server error has occured!
    Please try again later.

    My ini settings are as below

    • file_uploads: On
    • upload_max_file size: 20M
    • max_input_time: -1
    • memory_limit:
    ...
    See more | Go to post

  • kamill
    started a topic screenshot for the given page or url
    in PHP

    screenshot for the given page or url

    Hi all,

    Is there anyway to let the php file take a screenshot for the given page or url? or We need a special tools to let php do that?

    Thanks for all
    See more | Go to post

  • kamill
    replied to How to extract images from external html page?
    in PHP
    Dear Rizwan,
    I am still getting the same o/p....
    See more | Go to post

    Leave a comment:


  • kamill
    replied to How to extract images from external html page?
    in PHP
    I am getting first image (if it exist within h1 tag) otherwise it returns false....
    See more | Go to post

    Leave a comment:


  • kamill
    replied to How to extract images from external html page?
    in PHP
    If specified site contain an image within H1 tag then this code is able to return that image.
    But i need to get path of all images and also want to copy/save those images.
    See more | Go to post

    Leave a comment:


  • kamill
    started a topic How to extract images from external html page?
    in PHP

    How to extract images from external html page?

    Ineed to extract images from html page using regular expression, but am not able to get desired result.
    help me.
    Bellow is my code

    [PHP]<?php
    $site='http://www.gmail.com';
    $str_text = file_get_conten ts($site);

    function str_img_src($ht ml) {
    if (strpos($html, '<img') !== false) {
    $imgsrc_regex = '#<\s*img [^\>]*src\s*=\s*(["\'])(.*?)\1#im';
    preg_match($img src_regex,...
    See more | Go to post

  • kamill
    started a topic How do i know when my email has been read?
    in PHP

    How do i know when my email has been read?

    how can i know if my email has been read or what? someone please
    advise. thanks.
    See more | Go to post

  • kamill
    started a topic how to convert blob into string
    in PHP

    how to convert blob into string

    Hi all
    I have stored password in blob format, now i need to fetch data from table in readable text format. How can i do this.

    Regards
    Kamill
    See more | Go to post

  • kamill
    replied to .inc extension files not runing on WAMPP
    in PHP
    Thank you Atli.
    I have configured my apache now it is working.
    See more | Go to post

    Leave a comment:


  • kamill
    started a topic .inc extension files not runing on WAMPP
    in PHP

    .inc extension files not runing on WAMPP

    Hello All
    I am using .inc file extension ( to include files ) but these files are treated as a text file by WAMP , how to configure my php.ini file to treat them as a php files.
    Thanks and Regards
    Kamill
    See more | Go to post

  • kamill
    started a topic how to hide java script error from task bar

    how to hide java script error from task bar

    I am calling a function on body onload for auto submition form, script is working fine but i am getting error(document. frmname is null or not an object) at IE taskbar. how to hide it.
    my function is below
    [HTML]<script>
    function subfinal()
    {
    document.finalf rm.submit();
    }
    </script>[/HTML]

    and i am calling it as
    [HTML]<body onLoad="return subfinal();">
    ...
    See more | Go to post
No activity results to display
Show More
Working...