Das Script läuft für den 4 wöchigen Gebrauch ganz gut, Sinn und Zweck ist es Gruppen aufzuräumen bzw alte Posts zu löschen.
Die angehängte Zip beinhaltet eine albumindex.php zur erzeugung der Albenlinks und eine delete.php zur erzeugung der csv, hierfür muss in demselben Ordner in dem die Scripts liegen ein ordner json existieren. Das ganze ist noch etwas freaky und ich lasse mal die Kommentare und Co alles drin, es hat schonmal funktioniert 😉 andereseits noch die photoindex, ich weiß auch nicht mehr recht welche funktionierte.
Das PHP-Script ist noch nicht ausgereift aber funktioniert, dieses nur auf Anfrage !
Man erstellt eine CSV Datei per Fql mit den direkten Alben/Foto Links als Zeile und nutzt dieses als Datenquelle in Imacro !
albumindex
Imacro Script:
VERSION BUILD=8031994 'Uses a Windows script to submit several datasets to a website, e. g. for filling an online database TAB T=1 TAB CLOSEALLOTHERS SET !ERRORIGNORE YES ' Specify input file (if !COL variables are used, IIM automatically assume a CSV format of the input file 'CSV = Comma Separated Values in each line of the file SET !DATASOURCE deletecsv.csv 'Start at line 2 to skip the header in the file SET !LOOP 1 'Increase the current position in the file with each loop SET !DATASOURCE_LINE {{!LOOP}} ' Fill web form URL GOTO={{!COL1}} TAB T=1 FRAME F=0 TAG POS=1 TYPE=A ATTR=TXT:Dieses<SP>Foto<SP>entfernen WAIT SECONDS=1 CLICK X=801 Y=220 TAB CLOSEALLOTHERS VERSION BUILD=7601105 RECORDER=FX TAB T=1 SET !ERRORIGNORE YES WAIT SECONDS=1 TAG POS=1 TYPE=A ATTR=TXT:Dieses<SP>Foto<SP>entfernen WAIT SECONDS=2 CLICK X=801 Y=221