PDA

View Full Version : very strange ! come here !



OKtrust
July 28th, 2003, 11:44 AM
you see this link http://livescore.com/default.dll?page=u21_euro2004 <-- default.dll (or .exe)

and I wonder that how can they make a web page .dll ? I think it was written by ASP then export to DLL.

do you know how to do like them ? please share your knowlegle to everyone, thanks

DigitalPimp
July 28th, 2003, 01:34 PM
It is written in Visual Basic. You can have Visual Basic write out data such as HTML. We do it for our web sites. It makes everything on the backend (ie user name and passwords for your DB connects) way more secure. Say somebody cracked your FTP well in a normal PHP/ASP backend your DB login is plain-text and somebody can use that to get Admin access, when you have a compiled DLL they are gonna have 1 hell of a time pulling out your username and password.