I need a script PW

Users who are viewing this thread

Bukanera

Recruit
Hello, i'm making a Persistent World server PW 4.4 and i have all but i want a Script with Bank, save inventory, save equipment, save gold, save class, etc... and i need too where i need put it.

- I need a script with bank and save all of the character.

Thx. Bukanera
 
I think this is exactly what you need, take a read at this post http://forums.taleworlds.com/index.php/topic,303960.msg7211822.html#msg7211822
 
But the post have a link? i don't find it....


I want the link of the script please.

(I from Spain i don't speak English very good...)
 
Bukanera said:
But the post have a link? i don't find it....


I want the link of the script please.

(I from Spain i don't speak English very good...)

http://17thregiment.co.uk/page.php?11
 
Bukanera said:
I don't want to buy sorry, i want the link of download or tutorial to make the plugin

You will never see a pair of free scripts unless some ones that stupid. It was done and Glenn took them back so no one could have it (but he still gave them out) and even now the ones he made public were missing alot of stuff, and still had glitches. The ones he gave me you woul see alot of loosing items and money i never reported it for the reason he would say "I'm sorry, but im not at the liberty to help because you are not a customer" Which is some big ass BS. And then he wouldnt eve  give log system, which he STOLE from Nexus. It even says it in the HTML.
 
Shyana said:
And then he wouldnt eve  give log system, which he STOLE from Nexus. It even says it in the HTML.

How do you know he stole it from Nexus ? How would he have done such thing ?

Concerning your problem, effectively, there are not as far as I know any reliable free scripts.
You'll have either to make it by yourself, make it done by someone else, or buy/rent it from a tier person.
 
Let me get the HTML Code... (This was included in Peasants release of glenns scripts)

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<link rel="stylesheet" type="text/css" href="css/css.css" />
    <title>Persistent System LogSearch</title>

	<style>

#nav{
  position: relative;
  width:100%px;
  margin:0;
  padding:0;
  height: 100px;
  
}

#nav ul{
  display: block;
  margin: 0px auto;
  width: 600px;
}
#nav ul li {list-style: none}
#nav ul li a{display:block; float: left; font-weight: bold; padding:5px 62px 0 0px; color:#88888;}


.left{
  position: absolute;
  top: 0px;
  left: 10px;
  text-align: left;
}

.right{
  position: absolute;
  top: 0px;
  right: 10px;
}

.right a {  padding-right: 0 !important;}

h1 {
        text-shadow: 0px 1px 1px #4d4d4d;
        color: #222;
        font: 32px 'LeagueGothicRegular';
}



</style>
<script type="text/javascript">
function UR_Start() 
{
	UR_Nu = new Date;
	UR_Indhold = showFilled(UR_Nu.getHours()) + ":" + showFilled(UR_Nu.getMinutes()) + ":" + showFilled(UR_Nu.getSeconds());
	document.getElementById("ur").innerHTML = UR_Indhold;
	setTimeout("UR_Start()",1000);
}
function showFilled(Value) 
{
	return (Value > 9) ? "" + Value : "0" + Value;
}

</script>
</head>
<body onload="UR_Start()">
<div class="floatcontainer doc_header">
</div>
<div id="body_bg">
  <div class="main_wrap">
<div class="body_wrapper">
<div class="standard_error" style="width:1500px;">
	<h2 class="blockhead">Persistent System LogSearch V2</h2>
	
	    <div style="text-align:left;" class="blockbody formcontrols">
		<div id="nav">
           <ul>
                 <li><a href="index.php">LogSearch</a></li>
				 <li><a href="banlist.php">Banlist</a></li>
				 <li><a href="playeruid.php">GetUID</a></li>
				 <li><a href="unbanplayer.php">UnbanPlayer</a></li>
				 <li><a href="searchnames.php">NameSearch</a></li>
             </ul>
 </div> <!-- End Nav -->
 
 <h1>Existing Logs</h1>
<iframe width="100%" frameBorder="0" height="100%" src="currentlog.php" scrolling="auto"></iframe>

<h1>Fill in Date in format MM_DD_YY example 01_01_14</h1>
<?php
$date = date("m_d_y");
echo "Currentdate = ".$date."";?>

Currentime = <font id="ur" size="3" face="Trebuchet MS, Verdana, Arial, sans-serif" color="black"></font>




<center>
<form name="input" action="logsearch2.php" method="post" target="my_iframe">
Player 1: <input type="text" name="player">

Player 2: <input type="text" name="player2">

Player 3: <input type="text" name="player3">

Player 4: <input type="text" name="player4">

Player 5: <input type="text" name="player5">

Date: <input type="text" name="date">

<input type="submit" value="Submit">
</form>


<iframe width="950px"  frameBorder="0" height="5000px" name="my_iframe" scrolling="yes" ></iframe>
</table>
<div id="server_reply"></div>
        </div>
				
			

	
</div>





</div>
</div>



</div>
<div id="foot">
  <div id="foot_top">
    <div class="main_wrap">
    System developed by Glenn from Persistent System
    </div>
  </div>
  <div id="foot_bottom">
    <div class="main_wrap">

<div style="padding: 15px 0px;" class="floatcontainer footer">

</body>

<!-- Mirrored from pw-nexus.com/(removed for security)/ by HTTrack Website Copier/3.x [XR&CO'2013], Thu, 02 Jan 2014 14:27:46 GMT -->
</html>

Edit: Remove the location for security.
 
Wish I remembered agreeing to you making money from my efforts.

What I do recall is you used a friends access rights to access my admin portal, which was questionable to say the least.

This has gone off-topic now.
 
i didnt access your admin portal i morphed the login page to my LogSearch which in fact ive never sold but Peasant released it when he released my scripts
 
glenn500 said:
i didnt access your admin portal i morphed the login page to my LogSearch which in fact ive never sold but Peasant released it when he released my scripts

I can give out a link to your log system for a wepage and show that it looks exactly like S0mbodys.
 
Shyana said:
glenn500 said:
i didnt access your admin portal i morphed the login page to my LogSearch which in fact ive never sold but Peasant released it when he released my scripts

I can give out a link to your log system for a wepage and show that it looks exactly like S0mbodys.

You can give out a link if you want to lol back when i wanted to work for Nexus i told s0mebody i was going to try and make a logsystem that works like nexuses but completely based on PHP and not on Bash (linux) the code language S0mebody is using for his system so i dont see why your trying to harass me shyvana while you dont even know the entire story
 
Back
Top Bottom