Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server
You last visited: Today at 13:49

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

Advertisement



Hello let me know about what you think what website should have

Discussion on Hello let me know about what you think what website should have within the SRO Private Server forum part of the Silkroad Online category.

Reply
 
Old   #1
 
ThElitEyeS's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 333
Received Thanks: 186
Hello let me know about what you think what website should have

Hello let me know about what you think what website should have
i will code a silkroad website
let me know what you think its should have or what do you like to see there.
thanks
ThElitEyeS is offline  
Thanks
2 Users
Old 01/17/2012, 06:56   #2
 
elite*gold: 0
Join Date: Jan 2012
Posts: 224
Received Thanks: 39
I have no ideas, but thank you for trying to help people
Last Hell is offline  
Thanks
6 Users
Old 01/17/2012, 10:50   #3
 
elite*gold: 0
Join Date: Apr 2010
Posts: 417
Received Thanks: 160
sorry idh any ideas, but u can ask this guy
JungleRules is offline  
Old 01/17/2012, 10:59   #4
 
ThElitEyeS's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 333
Received Thanks: 186
he is designer bro...
ThElitEyeS is offline  
Old 01/17/2012, 11:51   #5
 
elite*gold: 0
Join Date: Mar 2009
Posts: 2,693
Received Thanks: 3,160
get some benefit from


LastThief is offline  
Thanks
1 User
Old 01/17/2012, 12:01   #6
 
ThElitEyeS's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 333
Received Thanks: 186
no thing special thanks .
that site functions r easy to use .
btw , where i can find guild,jop time.
and does there any thing about uniques kills at database's
---
i already coded one for the logs... but db will be better

and the ip thing that is stupid
ThElitEyeS is offline  
Old 01/17/2012, 12:34   #7
 
elite*gold: 0
Join Date: Mar 2009
Posts: 2,693
Received Thanks: 3,160
db doesn't contain any **** about uniques , btw what the ip thing that you're talking about lol ?

btw:i bet you will stuck also in the same part that i stucked on it before getting chars correctly it's weird algorithm if you need help with it msg me
LastThief is offline  
Old 01/17/2012, 12:47   #8
 
ThElitEyeS's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 333
Received Thanks: 186
Quote:
Originally Posted by LastThief View Post
db doesn't contain any **** about uniques , btw what the ip thing that you're talking about lol ?

btw:i bet you will stuck also in the same part that i stucked on it before getting chars correctly it's weird algorithm if you need help with it msg me
more than easy to select chars
already made 1 query to select chars
yes 1 query
pm me if you need it.
about the ip
when you login @ user area its say your ip is : ...
also where from which table i can reset times.
ThElitEyeS is offline  
Old 01/17/2012, 12:59   #9
 
elite*gold: 0
Join Date: Jan 2012
Posts: 1,867
Received Thanks: 1,091
are you need smth like unique rank in zszc page?
or!
•ᵔBeGodOfWarᵔ• is offline  
Old 01/17/2012, 13:06   #10
 
elite*gold: 0
Join Date: Mar 2009
Posts: 2,693
Received Thanks: 3,160
Quote:
Originally Posted by ThElitEyeS View Post
more than easy to select chars
already made 1 query to select chars
yes 1 query
pm me if you need it.
about the ip
when you login @ user area its say your ip is : ...
also where from which table i can reset times.
i already did it so it's no problem for me but no problems show me yours
LastThief is offline  
Old 01/17/2012, 13:18   #11
 
elite*gold: 0
Join Date: Dec 2007
Posts: 1,354
Received Thanks: 1,278
Quote:
Originally Posted by ThElitEyeS View Post
Hello let me know about what you think what website should have
register, download, and ****.
DULAU is offline  
Thanks
3 Users
Old 01/17/2012, 13:20   #12
 
ThElitEyeS's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 333
Received Thanks: 186
i made a way before the query BTW this is it
PHP Code:
        $sql -> run($sql -> query "USE SRO_VT_SHARD SELECT * FROM _User WHERE UserJID = '".$JID."'" );
        if (
$sql -> r_count() != 0) {
            while (
$row odbc_fetch_array($sql -> result)) {
                
$character[] = $row["CharID"].",";
            }
            
$character str_replace(",,"", "trim(implode(","$character), ","));
            
$sql -> run($sql -> query "USE SRO_VT_SHARD SELECT * FROM _Char WHERE CharID IN (".$character.") ORDER BY CurLevel DESC"); 
and the query is much easier i think i am gonna share it later with much useful query's later
i made a class here ... so you should use normal mssql_query ...

Quote:
Originally Posted by DULAU View Post
register, download, and porn.
Please some thing new and not STUPID
ThElitEyeS is offline  
Old 01/17/2012, 13:24   #13
 
elite*gold: 0
Join Date: Mar 2009
Posts: 2,693
Received Thanks: 3,160
Quote:
Originally Posted by ThElitEyeS View Post
i made a way before the query BTW this is it
PHP Code:
        $sql -> run($sql -> query "USE SRO_VT_SHARD SELECT * FROM _User WHERE UserJID = '".$JID."'" );
        if (
$sql -> r_count() != 0) {
            while (
$row odbc_fetch_array($sql -> result)) {
                
$character[] = $row["CharID"].",";
            }
            
$character str_replace(",,"", "trim(implode(","$character), ","));
            
$sql -> run($sql -> query "USE SRO_VT_SHARD SELECT * FROM _Char WHERE CharID IN (".$character.") ORDER BY CurLevel DESC"); 
and the query is much easier i think i am gonna share it later with much useful query's later
i made a class here ... so you should use normal mssql_query ...



Please some thing new and not STUPID
i'm also using class and i used another way
LastThief is offline  
Old 01/17/2012, 13:24   #14
 
ThElitEyeS's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 333
Received Thanks: 186
Quote:
Originally Posted by LastThief View Post
i already did it so it's no problem for me but no problems show me yours
you change what you wrote first.
any way check what i wrote up
i will find those time tables by my self ...
ThElitEyeS is offline  
Old 01/17/2012, 13:41   #15
 
elite*gold: 0
Join Date: Dec 2007
Posts: 1,354
Received Thanks: 1,278
Quote:
Originally Posted by ThElitEyeS View Post

Please some thing new and not STUPID
DOWNLOAD AINT STUPID!!!
DULAU is offline  
Reply




All times are GMT +2. The time now is 13:49.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

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