-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsoftware.html
106 lines (67 loc) · 5.25 KB
/
software.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
<meta name="description" content="Fight Only For Freedom Reverse Engineering Team"/>
<meta name="keywords" content="foff, cracking tutorials, cracking knowledge"/>
<meta name="author" content="MiStEr_X"/>
<link rel="stylesheet" type="text/css" href="default.css" media="screen"/>
<title>Fight Only For Freedom _.-Reversing Team-._</title>
</head>
<body>
<div class="container">
<div class="header">.</div>
<div class="main_right">
<div class="padded">
<? include "news.html" ?>
</div>
</div>
<div class="subnav">
<h1>Navigation</h1>
<ul>
<li><a href="index.html">Homepage</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="releases.html">Releases</a></li>
<li><a href="http://forum.astalavista.ms">Asta Forums</a></li>
<li><a href="contact.html">Contacting</a></li>
</ul>
<h1>Tools and More</h1>
<ul>
<li><a href="tools.html">Basic Tools</a></li>
<li><a href="software.html">Our Software</a></li>
<li><a href="crackme.html">Crack Me's</a></li>
<li><a href="uare.html">Team UARE Challanges</a></li>
<li><a href="wresources.html">Web Resources</a></li>
<li><a href="http://forum.astalavista.ms/index.html?c=4">Tutorials (forum)</a></li>
<li><a href="cracksearch.html">Find Cracks</a></li>
</ul>
<h1>Recent Releases</h1>
<? include "last-rel.html" ?>
</div>
<div class="main">
<div class="padded">
<h1>Our Software</h1>
<p class="meta">Software coded by our coders</p>
<p><b>SerialKiller's Keygenning Tool v.2 (2008)</b></p>
<blockquote><p>A tool to help you keygenners</p>
<p>Just download and use it, if you find any bugs report it to us. <a href="/downloads/foff_KGNTool2.rar">Download</a></p></blockquote><br />
<p><b>cLoNeTrOnE's Astalavista.MS Post Editor 2007</b></p>
<blockquote><p>This is a Post Editor [Offline]. What is it about?</p>
<p>-Alright, this program was coded to make your post editing experience much more easier and interactive. The other purpose is to overcome the weakness of the Built-In Post Editing Environment at PHP Boards used on forums. It have weakness. But what weakness?</p>
<p>-The weakness that i'm talking about is the tags. Like for example --> [b][/b] - We use those tags to BOLD a text, word or character. The problem here is that we don't actually see the effect until we press the [Submit] or [Preview] button. This program has a nice built in editor that works like the one in Microsoft Word. The only different is that this program can convert the text that you have Formatted [Bold,Italic,Underline...etc] into text with tags. All the needed tags are automatically added to you post with a click of a button only. Your job is to edit [ Highlight And Apply ],Convert, copy , paste the copied text into Forum's Built-In Editor and press the [Submit] Button.</p>
<p>-However, this program has it's own defects...Currently this program can only handle few formatting options - [Bold, Italic, Underline , Color AND Size]...The rest you have to add by yourself. Come on, this program is not built to completely replace the Forum's Built-In Editor.</p>
<p>-The one thing that you can be proud of about this program is the Color and Size formatting options. They are well coded. The Color part is very interesting and i wasted most of the time getting it right. That's all you need to know right now.</p>
<p>-There are few things that you cannot change. Like the Default Text Color which is white and the Default Text Size which is 13. This harcoded value can only be changed by me[Coder]. This doesn't affect you post editing experience. It only affect the default Text Size and Text Color. You are free to choose whatever color to apply to you post, though.</p>
<p>-Be aware of you post length. Lengthy post will slow the compilation time. Also there is no turning back once you have pressed the [Convert] button. I suggest you to save your work before converting the text if you are typing a lengthy post. Otherwise, you are safe. <a href="downloads/setup.exe">Download Post Editor 2007</a></p></blockquote>
</div>
</div>
<div class="clearer"><span></span></div>
<div class="footer">
<span class="left">© 2007 <a href="index.html">FOFF.Astalavista.MS</a> Valid <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> & <a href="http://validator.w3.org/check?uri=referer">XHTML</a></span>
<span class="right">Template design by: Arcsin</span>
<div class="clearer"><span></span></div>
</div>
</div>
</body>
</html>