Henrique Tschannerl
Results
2
issues of
Henrique Tschannerl
Hello, I'm trying to change the tracker annouce. Here is the code: ``` foreach ($trackers as $tracker){ $scrapeold = $tracker->getScrape(); $announceold = $tracker->getAnnounce(); echo $announceold . ""; $announcenew = str_replace("http://",...
Hello, I'm trying to change de URL of trackers. But doesn't work. Anyone knows how can I do it?