[HU] Port.hu script doesn't work!!!

If you made a script you can offer it to the others here, or ask help to improve it. You can also report here bugs & problems with existing scripts.
Post Reply
mtibor2000
Posts: 2
Joined: 2006-11-07 14:18:52

[HU] Port.hu script doesn't work!!!

Post by mtibor2000 »

[HU] Port.hu script doesn't work!!!

A PORT.HU script bedöglött!!!
hebbister
Posts: 1
Joined: 2007-02-21 20:38:15

Post by hebbister »

Szeva Tibor!

A scriptbe egy sort be kell szúrni! A környezetét is berakom, hogy megtaláld, de nem nehéz mert ez első 20 sorban van!

procedure AnalyzePage(Address: string);
var
Page: TStringList;
begin

Address := StringReplace(Address, 'amp;', ''); //Ezt a sort kell beszúrni
Page := TStringList.Create;
Page.Text := GetPage(Address);

Nekem így működőképes.
Post Reply