Jump to content

[SOLVED] Quick questions


paulman888888

Recommended Posts

I have a script that i am going to give out.

I would like that script to contact my site for a few reasons,

1 being updates,

and the 2nd i would like to know when people are useing my script.

 

So can i do something like this?

<?php require('http://www.somesite.com/something.php'); ?>

 

Thankyou for all the help

Paul

Link to comment
https://forums.phpfreaks.com/topic/110194-solved-quick-questions/
Share on other sites

You can't pull a script from an external site easily and without permission from the owner.

You might want to use some form of output reading of an external page and use preg_match. In which case you will want to learn about fsocket and regular expressions.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.