Author |
Message |
dagosh
Hangin' Around

Joined: Dec 27, 2004
Posts: 35
|
Posted:
Sun Nov 06, 2005 2:52 pm |
|
where can i get the block so i can login to admin via a block your know the admin login block ! i can not find it anywhere !
and one more block i seaching for is the ventrilo show block ! not af join ventrilo but a block where my members can see on my homepage whos online on the ventrilo server !
some one please ! |
|
|
|
 |
montego
Site Admin

Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Sun Nov 06, 2005 4:51 pm |
|
|
|
 |
hitwalker
Sells PC To Pay For Divorce

Joined:
Posts: 5661
|
Posted:
Sun Nov 06, 2005 4:59 pm |
|
well i did a search in my stuff i found the other block as well...
but thats in subscribers are... |
|
|
|
 |
dagosh

|
Posted:
Mon Nov 07, 2005 12:03 am |
|
ass can see it is not a login block i need a admin login box like the normal login box for members ! |
|
|
|
 |
montego

|
Posted:
Mon Nov 07, 2005 12:19 am |
|
dagosh, the Admin block that you see on this site and at the link I referenced above IS the same login block that you can get from that referenced site. If that is not what you were looking for, can you please be more specific? It sure sounds like what you are looking for is what is on the very front of ravenphpscripts.com.
You do not mention the version of nuke that you are using, but if it is 7.5 or above, you could try this direct link:
http://www.nukescripts.net./modules.php?name=Downloads&op=getit&lid=402
Regards,
montego |
|
|
|
 |
dagosh

|
Posted:
Mon Nov 07, 2005 2:47 am |
|
yeah thats right im looking for the same block... there are on the home here on ravenscripts ! hehe but i can not find it anywhere! hehe i have seaching on google but no luck ! so do you know where ican get it ? |
|
|
|
 |
montego

|
Posted:
Mon Nov 07, 2005 7:40 am |
|
dagosh, I gave you the link in my previous post. That will take you right to the download. |
|
|
|
 |
dagosh

|
Posted:
Mon Nov 07, 2005 7:53 am |
|
ye i saw that but what is the name of the block i have looked in there and hmm ye im lost!
i can find something like this one here
BLOCK: NSN Admin Login 750 and this is not the one im looking for mate the block i looking for is the same there are here on the ravenscripts ! |
|
|
|
 |
hitwalker

|
Posted:
Mon Nov 07, 2005 8:01 am |
|
ok ...a litle help..
Code:<?php
/********************************************************/
/* Admin Login Block */
/* By: NukeScripts Network (webmaster@nukescripts.net) */
/* http://www.nukescripts.net */
/* Copyright © 2000-2005 by NukeScripts Network */
/********************************************************/
if (stristr($_SERVER['PHP_SELF'], "block-Global_Login.php") || stristr($_SERVER['SCRIPT_NAME'], "block-Global_Login.php")) { Header("Location: index.php"); }
$content = "";
global $admin, $prefix, $db, $gfx_chk;
if(is_admin($admin)) {
$content .= "<a href=\"admin.php?op=logout\">Logout</a>\n";
} else {
mt_srand ((double)microtime()*1000000);
$maxran = 1000000;
$random_num = mt_rand(0, $maxran);
$content .= "<table border=0 cellpadding=0 cellspacing=0>\n";
$content .= "<tr><form action=\"admin.php\" method=\"post\">\n";
$content .= "<td>Admin ID: <input type=\"text\" name=\"aid\" size=\"10\" maxlength=\"25\"><br>\n";
$content .= "Pass: <input type=\"password\" name=\"pwd\" size=\"10\" maxlength=\"20\"><br>\n";
if (extension_loaded("gd") AND ($gfx_chk == 1 OR $gfx_chk == 5 OR $gfx_chk == 6 OR $gfx_chk == 7)) {
$content .= "Sec Code :<img src='index.php?gfx=gfx&random_num=$random_num' border='1' height='20' width='77' alt='"._AL_CODE."' title='"._AL_CODE."'><br>";
$content .= "Type Code :<input type=\"text\" NAME=\"gfx_check\" SIZE=\"7\" MAXLENGTH=\"6\"><br>";
$content .= "<input type=\"hidden\" NAME=\"random_num\" value=\"$random_num\">";
}
$content .= "<input type=\"hidden\" name=\"op\" value=\"login\">\n";
$content .= "<input type=\"submit\" value=\"Login\">\n\n";
$content .= "</td>\n";
$content .= "</form></tr>\n";
$content .= "</table>\n";
}
?>
|
|
|
|
|
 |
dagosh

|
Posted:
Mon Nov 07, 2005 8:44 am |
|
Yeah thanks that is the one im looking for but what about ventrilo ? is there a status block somwhere for php nuke ? |
|
|
|
 |
hitwalker

|
Posted:
Mon Nov 07, 2005 8:48 am |
|
Well like wrote :Quote: | well i did a search in my stuff i found the other block as well...
but thats in subscribers are... |
Meaning my website... |
|
|
|
 |
dagosh

|
Posted:
Mon Nov 07, 2005 9:47 am |
|
dont know what you meen about that !? im not the best person to english ! |
|
|
|
 |
hitwalker

|
Posted:
Mon Nov 07, 2005 9:51 am |
|
well because i work soooooooooooo hard getting all my stuff together the download area is for paid members....its all there on the site...it also shows on the agreement that you accepted.....lol.. |
|
|
|
 |
dagosh

|
Posted:
Mon Nov 07, 2005 10:47 am |
|
|
|
 |
hitwalker

|
Posted:
Mon Nov 07, 2005 11:00 am |
|
lol ?
yeah your right...i deserve more.... |
|
|
|
 |
|