View difference between Paste ID: WNWrD3KL and csK0cBng
SHOW: | | - or go back to the newest paste.
1-
Check out da new freestyle @YT: BWAGODS aka KiNG SiX 
1+
2-
~LiKe n SuBSCRiBe if u with da hackuh hackuh shiiT~  ;)==
2+
3-
http://www.youtube.com/watch?v=vOLB_QYWGaE&feature=c4-overview&list=UUWNGmSMW67phCbkRKxVsauA
3+
4
http://dusti.3eeweb.com/resolver.php
5
http://skype.arktem.com/
6
http://www.anonware.net/resolver.php
7
http://skypegrab.info/
8
http://team-enigma.net/resolve.php
9
http://67.23.226.149/~silentcr/
10
http://razorhf.com/skype.php
11
http://revolutions.3eeweb.com/resolver.php
12
http://vdostresser.tk/FreeResolver.php
13
http://onlyvanity.com/advert.php
14
http://steamgift.info/resolve.php
15
http://creweu.com/skype/
16
http://skyperesolv.hostei.com/Skyperesolver.php
17
http://skype.arktem.com/
18
http://www.resolver.ciki.me/lf/resolver.php
19
http://www.illbooter.com/freeskype.php
20
http://www.hfempire.net/skype/
21
http://gsresolver.tk/home.php
22
23
24
Make ur own?
25
26
FULL SCRIPT: 
27
28
29
<?php
30
ob_start();
31
require_once 'includes/db.php';
32
require_once 'includes/init.php';
33
if (!($user -> LoggedIn()))
34
{
35
        header('location: login.php');
36
        die();
37
}
38
if (!($user->hasMembership($odb)))
39
{
40
        header('location: purchase.php');
41
        die();
42
}
43
if (!($user -> notBanned($odb)))
44
{
45
        header('location: login.php');
46
        die();
47
}
48
?>
49
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 
50
51
Transitional//EN" 
52
53
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
54
<html xmlns="http://www.w3.org/1999/xhtml">
55
<head>
56
<title><?php echo $title_prefix; ?>Skype Resolver</title>
57
<?php include 'includes/css.php';?>
58
</head>
59
<body>
60
<?php
61
include 'sidebar.php';
62
?>
63
<!-- Right side -->
64
<div id="rightSide">
65
<?php include 'header.php';?>
66
   
67
   
68
 
69
   
70
    <!-- Title area -->
71
    <div class="titleArea">
72
        <div class="wrapper">
73
            <div class="pageTitle">
74
                <h3>Skype Resolver</h3>
75
            </div>
76
            <div class="clear"></div>
77
        </div>
78
    </div>
79
   
80
    <div class="line"></div>
81
   
82
 
83
   
84
    <!-- Main content wrapper -->
85
    <div class="wrapper">
86
        <!-- Form -->
87
                <?php
88
                $resolved = '';
89
                if (isset($_POST['resolveBtn']))
90
                {
91
                        $name = $_POST['skypeName'];
92
                        $resolved = @file_get_contents
93
94
("http://Skypeapihere.com/skype={$name}");
95
                }
96
                ?>
97
                <form class="form" method="POST" action="">
98
            <fieldset>
99
                <div class="widget">
100
                    <div class="title"><img 
101
102
src="images/icons/dark/list.png" alt="" class="titleIcon" 
103
104
/><h6>Skype Resolver</h6></div>
105
                    <div class="formRow">
106
                        <label>Skype Name</label>
107
                        <div class="formRight"><input type="text" 
108
109
name="skypeName" value="<?php echo $name; ?>" 
110
111
id="skypeName"/></div>
112
                        <div class="clear"></div>
113
                                        </div>
114
                                        <div class="formRow">
115
                                                <?php echo $resolved;?>
116
                                                <input type="submit" 
117
118
value="Resolve" name="resolveBtn" class="dblueB logMeIn" />
119
                                                <div class="clear"></div>
120
                    </div>
121
                </div>
122
            </fieldset>
123
        </form>
124
    </div>
125
    <!-- Footer line -->
126
    <?php include 'footer.php';?>
127
 
128
</div>
129
 
130
<div class="clear"></div>
131
</body>
132
 
133
</html>
134
135
....