What is this for a script?

Status
Not open for further replies.
7 comments
It's a 'File Uploading Service', no copyright, so either they removed because they wanted too or it's custom coded.
 
The funny thing about removing branding from source it's not visible on-site, but most common places is CSS or JavaScript files.

Code:
<script type="text/javascript" src="http://datei.to/js/jquery.upload.js"></script> 
<script type="text/javascript" src="http://datei.to/js/uploader.js"></script> 
<script type="text/javascript" src="http://datei.to/js/dateito.js"></script> 
<link href="http://datei.to/css/dateiTO.css" rel="stylesheet" type="text/css" media="all" /> 
<link href="http://datei.to/css/jqueryui.css" rel="stylesheet" type="text/css" media="screen" /> 
<link rel="SHORTCUT ICON" href="http://datei.to/favicon.ico" type="image/x-icon" />

If you look at uploader.js and dateito.js - They have Datei all built in as hard coded, therefore since it's the same name as the site, more than likely this source is custom created or to avoid detection, he simply 'Find and Replaced' the original code and placed his, but that would be a lot work - so I'm just going to assume it's custom created.
 
Status
Not open for further replies.
Back
Top