UserTalk Script Samples
How to check for and report URL SPAM.
local {
params = {"http://www.better-living-through-referrer-spam.com/"};
procedureName = "ub.checkUrl";
rpcPort = 80;
rpcServer = "ub.editHere.com";
status};
status = betty.rpc.client (rpcServer, rpcPort, procedureName, @params)
local {
fl;
params = {"http://www.more-referrer-spam-than-you-can-shake-a-stick-at.com/"};
procedureName = "ub.addUrl";
rpcPort = 80;
rpcServer = "ub.editHere.com"};
fl = betty.rpc.client (rpcServer, rpcPort, procedureName, @params)