Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
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
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
I have website and I want to verify user mobile number. How can I do that? Is there any site for sending message to the user mobile number. Please let me know.
You need to purchase the API code from the mobile operators.
Or you can do that by paying for a service for true SMS.
use emails where available like 98955*****#tmomail.net
http://www.tech-recipes.com/rx/939/sms_email_cingular_nextel_sprint_tmobile_verizon_virgin/
or use curl to sms from each providers web site where available.
Here are few more link to get the code for sending the mobile SMS:
http://sourceforge.net/projects/send-sms-script/
http://www.nowsms.com/doc/submitting-sms-messages/send-sms-text-message-with-php
You need use SMS APIs(gateways), check these services
http://www.clickatell.com/
Yes, there are many sites providing bulk sms you can use google, below is the list of some websites which are in my knowledge,
http://msg91.com
https://www.springedge.com
http://www.bulksms.com/
https://www.textlocal.in
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
Is there any way to determining profile visitors in Instagram?
if answer is no, how this app doing this.
Is there any way to determining profile visitors in Instagram?
No. There is no sign of anything that would allow that in the API documentation
if answer is no, how this app doing this.
It appears to generate fake data in order to scam people.
From the page itself:
InstaView calculates all your Instagram activity and get data for each users who has interacted with you recently.
You can't really tell what this app actually "calculates". Beside that it says "most accurate way to find out Who Viewed Your Profile" which shows that determining the exact amount probably isn't possible at all ..
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
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/
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 want to do if a person login from state A(this is his home town) and after 2 hours the same account login again by another state B. then ask a security Answer.
How i can check this. with the help of cookie or any thing else
You can't check for this. IP geolocation is not nearly accurate enough.
From my desk right now, I have 3 IP addresses. One in Illinois, another in Missouri (cell phone provider has registered their IPs there), and a proxy server on a VPS in Europe. In addition, it's common for addresses to change regularly.
Consider using two-factor authentication if you want to increase your security standards.
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 want to send sms to those who have subscribed their number on my website. is there any way to send sms from my domain/website to those who have subscribed on my website?
Depends where you are. You need go to buy the service from Service Providers. Such upside wireless or cell trust or others. There are some outside there. Search "sms service provider" on google. Most of them will provide you a api solution, you can use that to send out SMS message.