Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
this is site
www.proxfree.net
i live in pakistan. youtube blocked here. so i watch the youtube from this site
www.proxfree.net
kindly anybody php expert help me how can make a youtube watch script like proxfree.net. waiting for help. Thanks in advance
In short (since this question doesn't deserve any better answer as it shows absolutely no effort):
Rent a server in a country that doesn't block YouTube
Make sure the webhost allows proxy-like functionality
Create a form you'll use to input the external website URL
Use cURL to communicate with that external website
There are tons of resources about this. Here's one: http://www.makeuseof.com/tag/create-online-proxy-server-minutes/
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I just received a source from my customer (it's written by PHP Generally), I try to read it and glance at database. I realize that it's very mess, some webpage's content is also saved in database. So, I want to find files are using by browser and I mean that php files, I want to edit them. Can I do that?
P/S: I'm sorry if this article bother you
Hi At any point you need to know what functions, what includes and what arguments are being passed just use debug_print_backtrace() function in your code.
for further reading follow http://www.php.net/manual/en/function.debug-print-backtrace.php
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I have made a chat App using node.js and Soket.Io. To use my chat App you just enter your name and then you can start chatting. I can chat by two names in differrent browser of my computer. Now I want to connect three-four computers of my friends via LAN-CABLES and then use this chat App to chat. Can someone help me how to do this? How to carry out this whole process?
try to give the ip address of Lan to your friends,and when they put in the browser.it works.For that just need small networking..
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
Can anyone help with this, if PHP and MySQL enough to count page views/number of downloads precisely? I need to count how many times a wallpaper is being downloaded.
If yes, how can we do that? Thanks a lot for the help.
There are a number of online tutorials for creating page hit counters. There are several on phpAcademy.org alone.
You might find this one to be most helpful:
https://phpacademy.org/course/unique-hit-counter
And here is a tutorial video for setting up Google Analytics on your site:
http://www.youtube.com/watch?v=ZUTNLzzde60
As well as an article for Beginners
mysql is not even needed to solve that problem.
here it is solved by writing a file with the download count
PHP - Count downloads
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I would like to create a service, that provides a screenshot of this site, which uses heavy dhtml and is really slow on slower computers, especially on Firefox.
It would be perfect, if that screenshot would be actualized every few minutes, so I could implement it into our Website with an automatic refresh.
On Windows I could use the php-function imagegrabscreen. But that would take the screenshot without the loaded AJAX elements.
How could I delay the Screenshot until all AJAX data is loaded?
I found a Web-solution:
You can use browsershots.org and choose a reasonable modern browser and windowsize.
It also has an API: https://browshot.com/api/documentation
You can specify any size for the thumbnail.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions must demonstrate a minimal understanding of the problem being solved. Tell us what you've tried to do, why it didn't work, and how it should work. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
Hey guys, I'm creating a website and I'm wondering if any of you know how I can create a PHP facebook-like news feed or one similar to twitter. I prefer facebook's, so if you know of a way or you know of a helpful tutorial, that would greatly help. Thank you.
You can check news every 10 seconds via javascript. And then, javascript runs generate.php . Generate.php generates a feed (i.e. xml feed)