http detection wont work
 

News:

29 December 2022 - PtokaX 0.5.3.0 (20th anniversary edition) released...
11 April 2017 - PtokaX 0.5.2.2 released...
8 April 2015 Anti child and anti pedo pr0n scripts are not allowed anymore on this board!
28 September 2015 - PtokaX 0.5.2.1 for Windows 10 IoT released...
3 September 2015 - PtokaX 0.5.2.1 released...
16 August 2015 - PtokaX 0.5.2.0 released...
1 August 2015 - Crowdfunding for ADC protocol support in PtokaX ended. Clearly nobody want ADC support...
30 June 2015 - PtokaX 0.5.1.0 released...
30 April 2015 Crowdfunding for ADC protocol support in PtokaX
26 April 2015 New support hub!
20 February 2015 - PtokaX 0.5.0.3 released...
13 April 2014 - PtokaX 0.5.0.2 released...
23 March 2014 - PtokaX testing version 0.5.0.1 build 454 is available.
04 March 2014 - PtokaX.org sites were temporary down because of DDOS attacks and issues with hosting service provider.

Main Menu

http detection wont work

Started by blackwings, 27 April, 2005, 13:11:03

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

blackwings

I'm making a script that makes a list of popular http adresses which users post in the mainchat. But I have a problem with the detection of http adress, because this doesn't work =

local HttpFind = "^(http%:%/%/)[^%.]+%p%S+"

what should I use instead for it to work???

It must be the "http://" part of the detection that I can't get to work.


jiten

Maybe these can help you (got from plop's sneaky anti-advertiser):
local s,e,webadver = string.find(data,"%b<>%s+http://([^%.]+%.[^%.]+%.%S+)")

local s,e,msg,webadver,msg2 = string.find(data, "%b<>%s(.*)http://([^%.]+%.[^%.]+%.%S+)(.*)$")
Cheers

blackwings

#2
QuoteOriginally posted by jiten
Maybe these can help you (got from plop's sneaky anti-advertiser):
local s,e,webadver = string.find(data,"%b<>%s+[URL]http://[/URL]([^%.]+%.[^%.]+%.%S+)")

local s,e,msg,webadver,msg2 = string.find(data, "%b<>%s(.*)[URL]http://[/URL]([^%.]+%.[^%.]+%.%S+)(.*)$")
Cheers
Thanx jiten :D, the second one works + I have improved it so it can detect both http://www and just //http://
which is good because one string find is faster than two :D


jiten


SMF spam blocked by CleanTalk