alternatieve download link
Geplaatst: 09 okt 2013, 11:16
aangezien sommige weer met nieuwe links komen, en aan de master branch van spotweb niets meer wordt gedaan maar dit wel in de refactor branch zit, moet je om de alternatieve download links weer te laten werken in spotweb het volgende doen:
Open het bestand spotweb/lib/SpotAlternateDownload.php
zoek naar:
plak dit achter 'http://alturl.com', op een nieuwe regel:
zodat het geheel er als volgt uit komt te zien:
Open het bestand spotweb/lib/SpotAlternateDownload.php
zoek naar:
Code: Selecteer alles
// Array containing url matches. Must contain the first part of the url.
$matches = array(
'http://base64.derefer.me',
'http://derefer.me',
'http://alturl.com',
);
Code: Selecteer alles
'http://www.dereferer.org',
'http://tiny.cc',
'http://bit.ly',
Code: Selecteer alles
// Array containing url matches. Must contain the first part of the url.
$matches = array(
'http://base64.derefer.me',
'http://derefer.me',
'http://alturl.com',
'http://www.dereferer.org',
'http://tiny.cc',
'http://bit.ly',
);