vBulletin Modifications

LOckdown with copy to clipboard AND...

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > General vBulletin Section > vBulletin Modification Requests

Reply
 
LinkBack Thread Tools
Old 06-01-2005, 11:38 PM   #1
Junior Member
Join Date: Jun 2005
Red304 is on a distinguished road

Default LOckdown with copy to clipboard AND...

LOckdown with copy to clipboard AND server status ne 1 know hwere i can get a hack like this thats alreadsy done i just gotta overwrite files or sumthi easy thx alot




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 06-02-2005, 12:43 AM   #2
Coder
Senna's Avatar
Join Date: Mar 2005
Location: LalaLand
Senna is on a distinguished road

Default

lol, maybe best if you open your eyes and do a search on the forum for lockdown




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-02-2005, 12:51 AM   #3
Coder
Junior's Avatar
Join Date: Nov 2004
Real Name: jr
Location: U.S.A
Junior is on a distinguished road

Default

Yes just search the forums and open your eyes a bit all the answere you need are here




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-02-2005, 02:16 AM   #4
Junior Member
Join Date: Jun 2005
Red304 is on a distinguished road

Default

ok i got 1 and im tryin 2 install it i did all the **** excpet this part gots me stuck where can i find these files or whatever and if ne 1 wanna hjelp and send me it already done 2 overwrite it would be nice look what i got
----------------------------------------------------------------------------------
Template Modifications
Open editpost AND newthread Find:
$navbar

Add Below :
$tvlock_fastsnap

Still in: editpost AND newthread Find:
$posticons

Add Below :
$tvlock_newthread
Save Templates




Open Navbar & At The Very End Place This...
$tvlockSave Templates




Open MEMBERINFO find:

<if condition="$userinfo['birthday'] OR $customfields">

Add Before :
<if condition="$pub_on">
<strong>Pubs<strong>: $pubs
<br />
</if>
<if condition="$scan_on">
<strong>Scans<strong>: $scans
<br />
</if>
<if condition="$race_on">
<strong>Races<strong>: $races
<br />
</if>
<if condition="$leech_on">
<strong>Leeches<strong>: $leeches
<br />
</if>
<if condition="$rating_on">
<strong>Rating<strong>: $rating
<br />
</if>

Save Templates



Open FORUMHOME & place this where you want NFORCE to appear..

<!-- nforce hack -->
<if condition="$nforce_on == 1">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_nforce')"><img id="collapseimg_forumhome_nforce" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_nforce].gif" alt="" border="0" /></a>
<tbody id="collapseobj_forumhome_nforce" style="$vbcollapse[collapseobj_forumhome_nforce]">$nforce</tbody>
</if>
<!-- end nforce hack -->

Save Templates



New Templates
fxpstattemplate:
<if condition="$pub_on">
<div>Pubs: $pubs</b></div>
</if>
<if condition="$scan_on">
<div>Scans: $scans</b></div>
</if>
<if condition="$race_on">
<div>Races: $races</b></div>
</if>
<if condition="$leech_on">
<div>Leeches: $leeches</b></div>
</if>
<if condition="$rating_on">
<div>Rating: $rating</b></div>
</if>

tvlock_fastsnap:
<script language="VBScript">
sub fastsnap_OnChange()
Dim strFTPLink, strTemp, strUser, strPass, strIP, strPort, strDir, i
strURL = document.forms("vbform").elements("fastsnap").valu e
If len(strURL) = 0 Then
document.forms("vbform").elements("lockdown_ip").v alue = ""
document.forms("vbform").elements("lockdown_port") .value = ""
document.forms("vbform").elements("lockdown_userna me").value = ""
document.forms("vbform").elements("lockdown_passwo rd").value = ""
document.forms("vbform").elements("lockdown_path") .value = ""
exit sub
elseIf Len(strURL) < 7 Then
MsgBox("Please Enter A Valid IP Address")
Exit sub
End If
If LCase(Mid(strURL, 1, 6)) = "ftp://" Then
strFTPLink = Mid(strURL, 7)
Else
strFTPLink = strURL
End If
i = InStr(strFTPLink, "@")
If i <> 0 Then'
If InStr(Mid(strFTPLink, 1, i - 1), "/") = 0 Then
strTemp = Mid(strFTPLink, 1, i - 1)
strFTPLink = Mid(strFTPLink, i + 1)
i = InStr(strTemp, ":")
If i <> 0 Then
strUser = Mid(strTemp, 1, i - 1)
strPass = Mid(strTemp, i + 1)
Else
MsgBox("Please enter a valid IP address!")
Exit sub
End If
End If
else
strUser = "joe"
strPass = "joe@bloggs.com"
End If
i = InStr(strFTPLink, "/")
If i <> 0 Then
strDir = Mid(strFTPLink, i)
strFTPLink = Mid(strFTPLink, 1, i - 1)
else
strDir = "/"
End If
i = InStr(strFTPLink, ":")
If i <> 0 Then
strPort = Mid(strFTPLink, i + 1)
strFTPLink = Mid(strFTPLink, 1, i - 1)
else
strPort = "21"
End If
If Len(strFTPLink) = 0 Then
MsgBox("Please enter a valid IP address")
Exit sub
End If
strIP = strFTPLink
'output the data!'
document.forms("vbform").elements("lockdown_ip").v alue = strIP
document.forms("vbform").elements("lockdown_port") .value = strPort
document.forms("vbform").elements("lockdown_userna me").value = strUser
document.forms("vbform").elements("lockdown_passwo rd").value = strPass
document.forms("vbform").elements("lockdown_path") .value = strDir
End sub
</script>

tvlock_locked:
<br>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width=$stylevar[tablewidth] align="center" class="tborder" border="0">
<tr>
<td class="tcat" colspan="4">
<div align="center" class="smallfont"><b>==( $vbphrase[lockdown_header] )==</b></div>
</td>
</tr>
<tr>
<td class='alt1' colspan='4'>
<strong>Pubber: </strong>$threadinfo[postusername]
</td>
</tr>
<tr>
<td class='alt2' colspan='4'>
<strong>$vbphrase[lockdown_location]: </strong>$countryname
</td>
</tr>
<tr>
<td class='alt1' colspan='4'>
<strong>Info:</strong> (.$countrycode) <img src='./images/lockdown/flags/lockdown/$countryflag.gif' alt='Flag Of $countryname' />
</td>
</tr>
<tr>
<td class='alt2' colspan='4'>
<if condition="$stro_status=='1'">
<strong>Status: <font color="green">Online</font></strong>
<else />
<strong>Status: <font color="red">Offline</font></strong>
</if>
</td>
</tr>
<tr>
<td class='alt1' align='center' colspan='4'>
<strong>$vbphrase[lockdown_reply]</stron>
</td>
</tr>
</table>

tvlock_newthread
<fieldset>
<legend>$vbphrase[lockdown_header]</legend>
<br>
<table cellpadding="0" cellspacing="$stylevar[cellspacing]" border="0" width="95%">
<tr>
<td align="right" colspan="1">$vbphrase[lockdown_fastsnap]:
<p>&nbsp;</p>
</td>
<td align="left" colspan="3"><input type="text" class="bginput" size="60" name="fastsnap" value="" />
<p>&nbsp;</p>
</td>
</tr>
<tr>
<td width="25%">$vbphrase[lockdown_ip]:</td>
<td width="25%"><input type="text" class="bginput" size="25" name="lockdown_ip" value="$lockdown_ip" /></td>
<td width="25%">$vbphrase[lockdown_port]:</td>
<td width="25%"><input type="text" class="bginput" size="25" name="lockdown_port" value="$lockdown_port" /></td>
</tr>
<tr>
<td width="25%">$vbphrase[lockdown_username]:</td>
<td width="25%"><input type="text" class="bginput" size="25" name="lockdown_username" value="$lockdown_username" /></td>
<td width="25%">$vbphrase[lockdown_password]:</td>
<td width="25%"><input type="text" class="bginput" size="25" name="lockdown_password" value="$lockdown_password" /></td>
</tr>
<tr>
<td align="right" colspan="1">&nbsp;
<p>$vbphrase[lockdown_path]:</p>
</td>
<td align="left" colspan="3"> &nbsp;
<p> <input type="text" class="bginput" size="60" name="lockdown_path" value="$lockdown_path" /></p>
</td>
</tr>
</table>
</fieldset>


tvlock_showthread:
<br>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width=$stylevar[tablewidth] align="center" class="tborder" border="0">
<tr>
<td class="tcat" colspan="3">
<div align="center" class="smallfont"><b>==( $vbphrase[lockdown_header] )==</b></div>
</td>
</tr>
<tr>
<td class='alt1' width="33%"><strong>$vbphrase[lockdown_ip]: </strong> $ip</td>
<td class='alt1' width="33%"></td>
<td class='alt1' width="33%"><strong>$vbphrase[lockdown_port]: </strong> $port</td>
</tr>
<tr>
<td class='alt2' width="33%"><strong>$vbphrase[lockdown_username]: </strong>$username</td>
<td class='alt2' width="33%"></td>
<td class='alt2' width="33%"><strong>$vbphrase[lockdown_password]: </strong>$password</td>
</tr>
<tr>
<td class='alt1' colspan="3"><strong>$vbphrase[lockdown_path]: </strong> $path</td>
</tr>
<tr>
<td class='alt2' width="33%"><strong>$vbphrase[lockdown_location]:</strong> $countryname</td>
<td class='alt2' width="33%"><strong>$vbphrase[lockdown_code]: </strong>.$countrycode</td>
<td class='alt2' width="33%"><strong>$vbphrase[lockdown_flag]: </strong><img src='./images/lockdown/flags/lockdown/$countryflag.gif' alt='Flag Of $countryname' /></td>
</tr>
<tr>
<td class='alt1' width="25%"><strong>Download: </strong><a href="flashfxp://$username:$password@$ip:$port$path">Flashfxp</a></td>
<td class='alt1' width="25%"><strong>Download: </strong><a href="ftp://$username:$password@$ip:$port">FTP</a></td>
<td class='alt1' width="50%">
<strong>
<SCRIPT LANGUAGE="JavaScript">

function ClipBoard()
{
holdtext.innerText = copytext.innerText;
Copied = holdtext.createTextRange();
Copied.execCommand("Copy");
}

</SCRIPT>
<SPAN ID="copytext" STYLE="display:none;">
ftp://$username:$password@$ip:$port$path</SPAN>
<TEXTAREA ID="holdtext" STYLE="display:none;" rows="1" cols="20"></TEXTAREA>
<BUTTON onClick="ClipBoard();">Copy To Clipboard</BUTTON>
</strong>
</td>
</tr>
<tr>
<td class='alt2' width="33%">Not Working - <strong><a href="http://www.flashfxp.com">Get This</a></strong></td>
<td class='alt2' width="33%">Not Working - <strong><a href="http://www.flashfxp.com">Get This</a></strong></td>
<td class='alt2' width="33%"></td>
</tr><tr>
<td class='alt1' colspan='4'>
<if condition="$stro_status=='1'">
<strong>Status : <font color="green">Online</font></strong>
<else />
<strong>Status : <font color="#FF0000">Offline</font></strong>
</if>
</td>
</tr>

<tr>
<td class='alt2' align="center" colspan="3"><strong>$vbphrase[lockdown_thankyou]</strong></td>
</tr>
</table>


nforce
<tr align="left">
<td width=30 class="alt2"><if condition="$nfo_url"><a href="$nfo_url"><img src="http://www.nforce.nl/inc/img/png.gif" border="0"><else /><img src="clear.gif" border="0"></if><if condition="$site_url"><a href="$site_url"><img src="http://www.nforce.nl/inc/img/site.gif" border="0"><else /><img src="clear.gif" border="0"></if><if condition="$review_url"><a href="$review_url"><img src="http://www.nforce.nl/inc/img/review.gif" border="0"><else /><img src="clear.gif" border="0"></if></td>
<td class="alt1Active" colspan="2" align="$stylevar[left]" id="nforce">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
<div>
<strong>$name</strong>
</div>
</td>
</tr>
</table>
</td>
<td class="alt2" width="100" nowrap="nowrap"><center>$group</center></td>
<td class="alt1" width="60">$size</td>
<td class="alt2" width="60">$section</td>
</tr>




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-02-2005, 07:45 AM   #5
Coder
Senna's Avatar
Join Date: Mar 2005
Location: LalaLand
Senna is on a distinguished road

Default

templates can be found in the admincp / styles / edit styles and then selecting the template you want to modify and so.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
copy to clipboard link ... ANARCH¥ vBulletin Modification Requests 11 05-26-2006 07:10 AM
copy to clipboard Junior General vBulletin Support 1 02-09-2005 05:41 PM


All times are GMT -3. The time now is 06:52 PM.


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. (Patent Pending)