-
-
Save sarahhodne/565592 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Cluenet VPN Control Panel - Cluenet</title> | |
<link rel="stylesheet" href="css/screen.css" media="screen, projection"> | |
<link rel="stylesheet" href="css/print.css" media="print"> | |
<!--[if lt IE 8]><link rel="stylesheet" href="css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]--> | |
<link rel="stylesheet" href="css/style.css"> | |
</head> | |
<body> | |
<div class="main-container"> | |
<div class="left-side"> | |
<header> | |
<img src="images/logo.png" height="100" width="200"> | |
</header> | |
</div> | |
<div class="right-side last"> | |
<div id="infobar"> | |
<a href="login.php">Log In</a> | |
</div> | |
</div> | |
<div class="left-side clear"> | |
<aside> | |
<nav> | |
<ul> | |
<li><a href="index.php">Home</a></li> | |
<li><a href="wpage.php?section=about&page=ClueNet:Overview">About Us</a></li> | |
<li><a href="wpage.php?section=irc&page=ClueIRC">IRC</a></li> | |
<li><a href="wpage.php?section=vpn&page=ClueVPN">VPN</a></li> | |
<li><a href="wpage.php?section=shells&page=ClueShells">Shells</a></li> | |
<li><a href="wpage.php?section=services&page=Services_Home">Services</a></li> | |
<li><a href="wpage.php?section=account&page=Signing_Up">Account</a></li> | |
<li><a href="wpage.php?section=admin&page=Admin_Home">Admin Area</a></li> | |
<li><a href="wpage.php?page=Contact_Us">Contact</a></li> | |
</ul> | |
</nav> | |
</aside> | |
<aside> | |
<h2>Cluenet VPN</h2> | |
<nav> | |
<ul> | |
<li><a href="wpage.php?section=vpn&page=ClueVPN">What is the Cluenet VPN?</a></li> | |
<li><a href="cluevpnpanel.php">Connecting</a></li> | |
<li><a href="wpage.php?section=vpn&page=ClueNet:ClueVPN_User_Connection">Connecting via a Gateway</a></li> | |
<li><a href="cluevpnpanel.php">Control Panel</a></li> | |
</ul> | |
</nav> | |
</aside> | |
</div> | |
<div class="right-side last" id="main_content"> | |
<div id="tabbar"> | |
<nav class="tabs"> | |
<ul> | |
<li><a href="cluevpnpanel.php?page=main">Main</a></li> | |
<li><a href="cluevpnpanel.php?page=dlstatic">Files</a></li> | |
<li class="active"><a href="cluevpnpanel.php?page=newnode">Create Node</a></li> | |
<li><a href="cluevpnpanel.php?page=updateip">Update Node IP</a></li> | |
<li><a href="cluevpnpanel.php?page=printbnl">List Nodes</a></li> | |
</ul> | |
</nav> | |
</div> | |
<article> | |
<h1>Error</h1> | |
<h3><font color=red>Error: </font>Requested node name already exists. | |
</h3> | |
<br> | |
<br><a href="cluevpnpanel.php">Return to ClueVPN Control Panel Home</a> | |
</article> | |
</div> | |
<div class="clear"></div> | |
<footer> | |
<p>Copyright © 2010 Cluenet.org | Design by Dvyjones</p> | |
</footer> | |
</div> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
imaginary:~# wget --no-clobber --content-disposition 'http://a.core.cluenet.org/main/cluevpnpanel.php?page=newnodeconfirm&numips=5&reqname=imaginary&ip=97.107.132.155&port=3406&key=056f45863aad3248f0ba08e578fc214a63c87d52' | |
--2010-09-04 23:22:21-- http://a.core.cluenet.org/main/cluevpnpanel.php?page=newnodeconfirm&numips=5&reqname=imaginary&ip=97.107.132.155&port=3406&key=056f45863aad3248f0ba08e578fc214a63c87d52 | |
Resolving a.core.cluenet.org... 70.85.16.91 | |
Connecting to a.core.cluenet.org|70.85.16.91|:80... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: unspecified [text/html] | |
--2010-09-04 23:22:21-- http://a.core.cluenet.org/main/cluevpnpanel.php?page=newnodeconfirm&numips=5&reqname=imaginary&ip=97.107.132.155&port=3406&key=056f45863aad3248f0ba08e578fc214a63c87d52 | |
Connecting to a.core.cluenet.org|70.85.16.91|:80... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 2788 (2.7K) [text/html] | |
Saving to: `cluevpnpanel.php?page=newnodeconfirm&numips=5&reqname=imaginary&ip=97.107.132.155&port=3406&key=056f45863aad3248f0ba08e578fc214a63c87d52' | |
100%[================================================================================================================================================================>] 2,788 --.-K/s in 0s | |
2010-09-04 23:22:21 (113 MB/s) - `cluevpnpanel.php?page=newnodeconfirm&numips=5&reqname=imaginary&ip=97.107.132.155&port=3406&key=056f45863aad3248f0ba08e578fc214a63c87d52' saved [2788/2788] | |
imaginary:~# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment