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
User Profile
Collapse
-
Please reply soon it's very urgent for me. -
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? -
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,
KamilLeave 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,
KamilLeave 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... -
kamill started a topic Why am I not able to receive email on mydomain.com when I am able to send emails?in PHPWhy 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... -
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... -
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) ;
...Leave a comment:
-
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:
-
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 -
-
I am getting first image (if it exist within h1 tag) otherwise it returns false....Leave a comment:
-
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.Leave a comment:
-
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,... -
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. -
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 -
Thank you Atli.
I have configured my apache now it is working.Leave a comment:
-
.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 -
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();">
...
No activity results to display
Show More
Leave a comment: