Demonic Posted November 17, 2006 Share Posted November 17, 2006 Alright IPB has this script that when you have a REG Key it can check if a users board is safe.So is there a way to check when installing my software that it inserts the sites url/and stuff on my server to a file? Link to comment https://forums.phpfreaks.com/topic/27574-server-to-server-read-o_0/ Share on other sites More sharing options...
amitojduggal Posted November 17, 2006 Share Posted November 17, 2006 no idea Link to comment https://forums.phpfreaks.com/topic/27574-server-to-server-read-o_0/#findComment-126113 Share on other sites More sharing options...
Demonic Posted November 17, 2006 Author Share Posted November 17, 2006 so wtf you posting? Link to comment https://forums.phpfreaks.com/topic/27574-server-to-server-read-o_0/#findComment-126403 Share on other sites More sharing options...
printf Posted November 17, 2006 Share Posted November 17, 2006 Sure you can create that type of function, but it will still depend on how honest the person using your script is. Even if you encode it you will find that if your script become popular you will not be able to add script calls like this. What really sucks is that the only be that would ever use that function would be the ones you actual paid for or were given the right to use it. So are things like this even worth while, I tend to think they are not...printf Link to comment https://forums.phpfreaks.com/topic/27574-server-to-server-read-o_0/#findComment-126406 Share on other sites More sharing options...
trq Posted November 17, 2006 Share Posted November 17, 2006 I think {,s}he is saying that they don't understand your question. Can you try and actually explain what it is your trying to achieve? Link to comment https://forums.phpfreaks.com/topic/27574-server-to-server-read-o_0/#findComment-126408 Share on other sites More sharing options...
Demonic Posted November 18, 2006 Author Share Posted November 18, 2006 alright Live example:vbulletin.You buy a Licence = some key from vBso when you install your forum it asks for the Licence #then your forum connects to vB's server somehow! and checks to see if its a valid key registered with vBulletin.Simple anyone know how to do this? Link to comment https://forums.phpfreaks.com/topic/27574-server-to-server-read-o_0/#findComment-126448 Share on other sites More sharing options...
trq Posted November 18, 2006 Share Posted November 18, 2006 [quote]then your forum connects to vB's server somehow![/quote]Its doesn't [i]connect[/i] as such but would make a request, sending the key allong. More tthan likely done with [url=http://php.net/curl]curl[/url]. But as printf stated, this could quite easily be worked around. Link to comment https://forums.phpfreaks.com/topic/27574-server-to-server-read-o_0/#findComment-126449 Share on other sites More sharing options...
Demonic Posted November 18, 2006 Author Share Posted November 18, 2006 well Im just trying to keep track of sites Nothen business type deal.Well first off the Curl is kinda hard explained to me.(I dont understand it much)Is there a way say someone uses my software. And installs I just want a script inside the installl file that sends data to me. to a page of some sort. Link to comment https://forums.phpfreaks.com/topic/27574-server-to-server-read-o_0/#findComment-126457 Share on other sites More sharing options...
trq Posted November 18, 2006 Share Posted November 18, 2006 [quote]And installs I just want a script inside the installl file that sends data to me.[/quote]It would be done via [url=http://php.net/curl]curl[/url].There is a curl tutorial on the [url=http://devzone.zend.com/node/view/id/1081]zend[/url] site that might help you. Link to comment https://forums.phpfreaks.com/topic/27574-server-to-server-read-o_0/#findComment-126459 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.