Register for your free account! | Forgot your password?

Go Back   elitepvpers > Search Forums
You last visited: Today at 01:53

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Showing results 1 to 25 of 200
Search took 0.02 seconds.
Search: Posts Made By: abrasive
Forum: Shaiya 10/31/2013, 17:13
Replies: 8
Views: 942
Posted By abrasive
Here's a few: 1. Define an area to grind in via...

Here's a few:
1. Define an area to grind in via a polygon, possibly with safe rest/afk locations.
2. Recognize debuffs and use/find the appropriate pot from inventory.
3. Recognize if another play...
Forum: Shaiya Private Server 09/05/2013, 21:18
Replies: 14
Views: 890
Posted By abrasive
This script is here...

This script is here [Only registered and activated users can see links]

It's not a problem with the script though, it's either an html...
Forum: Shaiya Private Server 09/05/2013, 20:31
Replies: 14
Views: 890
Posted By abrasive
So you or someone else already changed it. Next...

So you or someone else already changed it. Next I'd check what character set your web server is serving pages as by default. It's probably still telling the browser they are UTF-8.
Forum: Shaiya Private Server 09/05/2013, 18:58
Replies: 14
Views: 890
Posted By abrasive
I'm guessing the issue is which character set...

I'm guessing the issue is which character set html is being told to display. Try changing this to a more appropriate character set in the index.php file:
<meta [Only registered and activated users can see links]
Forum: Shaiya PServer Guides & Releases 08/22/2013, 19:09
Replies: 33
Views: 9,407
Posted By abrasive
Did you try it?

Did you try it?
Forum: Shaiya PServer Guides & Releases 08/18/2013, 20:17
Replies: 33
Views: 9,407
Posted By abrasive
This would be the equivalent of telling yourself...

This would be the equivalent of telling yourself the user is logged out, while they are still logged in.
Forum: Shaiya PServer Guides & Releases 08/17/2013, 20:39
Replies: 33
Views: 9,407
Posted By abrasive
http://i.imgur.com/Kek6M76.jpg You can do it...

[Only registered and activated users can see links]

You can do it like this (using nubness's last example):

IF (@ActionType = 119)
BEGIN
DECLARE @ItemLevel TINYINT = (SELECT Reqlevel FROM PS_GameDefs.dbo.Items...
Forum: Shaiya PServer Guides & Releases 08/17/2013, 20:35
Replies: 8
Views: 3,711
Posted By abrasive
This was actually a big problem in Shaiya X as we...

This was actually a big problem in Shaiya X as we sandboxed the 1-15 zone so no items were allowed in or out. Players would take untradable items from 1-15 and use the warehouse anywhere to store...
Forum: Shaiya PServer Guides & Releases 08/17/2013, 20:27
Replies: 33
Views: 9,407
Posted By abrasive
Nice! I feel like this may also be an...

Nice! I feel like this may also be an appropriate time to automatically kick the user our of the game so they never have a change to trade it, or drop it on the ground or whatever.
Forum: Shaiya Private Server 08/03/2013, 20:10
Replies: 3
Views: 1,822
Posted By abrasive
When you receive an error message that is not...

When you receive an error message that is not specific to Shaiya, it is nearly guaranteed there have been many others in the past looking for the same solution you are. Saving changes is not...
Forum: Shaiya 07/29/2013, 21:20
Replies: 12
Views: 3,296
Posted By abrasive
You can do it by introducing a semantic error in...

You can do it by introducing a semantic error in the SQL for that user's session. I'm not quite sure what you mean by your policy, but let us say you mean their status in Users_Master is set to -5....
Forum: Shaiya PServer Advertising 07/20/2013, 00:31
Replies: 450
Views: 40,434
Posted By abrasive
I was wondering what is meant by this. I noticed...

I was wondering what is meant by this. I noticed your pvp ranking script ([Only registered and activated users can see links]) is the pvp ranking script I created...
Forum: Shaiya 07/17/2013, 20:45
Replies: 9
Views: 3,773
Posted By abrasive
What resolution did you add? It sounds like you...

What resolution did you add? It sounds like you added a 4:3 or 16:10 aspect ratio resolution instead of a 16:9 aspect ratio. I've never had an issue with stretching as long as I used a resolution...
Forum: Shaiya PServer Guides & Releases 03/07/2013, 23:01
Replies: 12
Views: 5,928
Posted By abrasive
It looks like you meant to try to sanitize user...

It looks like you meant to try to sanitize user input with this code at some point?

function clean($str){
return is_array($str) ? array_map('clean', $str) : str_replace("\\", "\\\\",...
Forum: Shaiya PServer Guides & Releases 02/06/2013, 17:06
Replies: 4
Views: 3,700
Posted By abrasive
I haven't used the code, but skimming it quick I...

I haven't used the code, but skimming it quick I noticed this:

//snip
$GetUID = $c->query("SELECT UserUID FROM dbo.Users_Master ORDER BY UserID DESC");
$UserUniqueID =...
Forum: Shaiya PServer Guides & Releases 02/06/2013, 06:53
Replies: 48
Views: 31,846
Posted By abrasive
You are correct about the XSS in a sense. You...

You are correct about the XSS in a sense. You can only XSS yourself with it, which I can't think of a single useful reason to do that. Also in that context it would not really be cross site...
Forum: Shaiya PServer Guides & Releases 02/04/2013, 23:16
Replies: 48
Views: 31,846
Posted By abrasive
Your scanner is unable tell if it is vulnerable...

Your scanner is unable tell if it is vulnerable or not, which is why it says it is "possibly" vulnerable to SQL injection attacks. If you look at the scripts you will see there is no place where...
Forum: Shaiya Private Server 01/08/2013, 01:53
Replies: 7
Views: 1,278
Posted By abrasive
It looks like all that is happening is...

It looks like all that is happening is fsockopen() is failing when this server is offline (which is expected), but the code is still trying to run fclose(). I've changed it so it only tries to run...
Forum: Shaiya Private Server 01/07/2013, 20:37
Replies: 7
Views: 1,278
Posted By abrasive
Can you paste the error messages you are getting?...

Can you paste the error messages you are getting? That way we can see what line number it is occurring on, and what type of error.
Forum: Shaiya PServer Guides & Releases 01/04/2013, 19:03
Replies: 15
Views: 5,824
Posted By abrasive
If you don't want to relog, you'd need to update...

If you don't want to relog, you'd need to update ps_game.exe no? Updating the script wouldn't have any effect on needing to relog or not.
Forum: Shaiya PServer Guides & Releases 01/03/2013, 06:29
Replies: 57
Views: 26,127
Posted By abrasive
People take credit for others' work on epvp all...

People take credit for others' work on epvp all the time, this does not surprise me.
Forum: Shaiya Private Server 01/02/2013, 21:10
Replies: 8
Views: 574
Posted By abrasive
I think I recall that any ItemOrder after...

I think I recall that any ItemOrder after ItemOrder 6 that it doesn't necessarily drop, or it has lowered/modified percentages like JohnHeatz is saying.
Forum: Shaiya PServer Guides & Releases 01/02/2013, 19:10
Replies: 15
Views: 5,824
Posted By abrasive
You could parse the CraftName from the chat and...

You could parse the CraftName from the chat and treat it as an argument like this:


DECLARE @NewCraftName CHAR(20) --CraftNames always have a length of 20


-- Make sure the argument provided...
Forum: Shaiya PServer Guides & Releases 01/02/2013, 02:05
Replies: 57
Views: 26,127
Posted By abrasive
You have invalid values set for the CraftName...

You have invalid values set for the CraftName column in PS_GameData.dbo.CharItems. Fix them and that error will go away.

Run this query to see invalid CraftNames:

SELECT CraftName FROM...
Forum: Shaiya PServer Guides & Releases 12/31/2012, 00:25
Replies: 15
Views: 5,824
Posted By abrasive
You'd have to specify an offline character name...

You'd have to specify an offline character name for this to work, as non-stale data for online characters is in memory. If you try to do it to an online character, once they log off the CraftName in...
Showing results 1 to 25 of 200

 
Forum Jump

All times are GMT +1. The time now is 01:54.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.