Note: This forum is merely an archive. It is no longer possible to register or post. - StackOverflow
New Ace of Spades Forums: http://buildandshoot.com/

How to set my nick as Admin

For all your hosting needs.

How to set my nick as Admin

Postby endlesik » Tue Feb 14, 2012 3:01 pm

Hi guys, I have one question about config. Is there any option for make "Kanashigaru" as admin?
endlesik
Member
 
Posts: 8
Joined: Tue Feb 14, 2012 2:59 pm

Re: How to set my nick as Admin

Postby SLoW » Tue Feb 14, 2012 10:45 pm

Not that I know of. You have to set a password, and then do /login password in game to make yourself an admin.
Image
User avatar
SLoW
Global Moderator
 
Posts: 560
Joined: Sat Dec 10, 2011 4:35 pm

Re: How to set my nick as Admin

Postby endlesik » Tue Feb 14, 2012 11:50 pm

Look, I wrote that in config:
Code: Select all
    "passwords" : {
        "Kanashigaru" : ["passhere"],
        "trusted" : []

I joined to my server, wrote /login passhere
"You have logged as Kanashigaru"
Tried to use /map, or /fog: You don't have admin rights. So, what's the problem?
endlesik
Member
 
Posts: 8
Joined: Tue Feb 14, 2012 2:59 pm

Re: How to set my nick as Admin

Postby KomradeKorakoff » Wed Feb 15, 2012 2:40 am

I think this will help a bit. http://supercoolbbs.blogspot.com/2011/1 ... pades.html

Cept I don't think most of that works anymore. I tried adding accounts on mine, but the commands were screwed up
ImageImageImage
IRC link above ^ | <AGANCommanderCody> You really think we want a clan match against you guys, you Aimbotted last time and were GBLed on a canadian server for Hacking. <-- alart guys komrades delicious aimbot
User avatar
KomradeKorakoff
Komrade Leader
 
Posts: 1035
Joined: Sat Dec 10, 2011 8:24 pm
Location: Leningrad, CCCP

Re: How to set my nick as Admin

Postby endlesik » Wed Feb 15, 2012 5:01 pm

Ok, thank you very much, I will try this.

#EDIT
Okay, so I tried to run my new server, but when I runned "run_server.bat" I've got this:


D:\pyspades>pushd feature_server

Code: Select all
D:\pyspades>pushd feature_server

D:\pyspades\feature_server>python run.py
Traceback (most recent call last):
  File "run.py", line 69, in <module>
    from pyspades.common import crc32
ImportError: No module named common

D:\pyspades\feature_server>popd

D:\pyspades>pause
Maybe somethink is wrong with compiler?
endlesik
Member
 
Posts: 8
Joined: Tue Feb 14, 2012 2:59 pm

Re: How to set my nick as Admin

Postby knifeymoloko » Thu Feb 16, 2012 2:42 pm

endlesik wrote:Ok, thank you very much, I will try this.

#EDIT
Okay, so I tried to run my new server, but when I runned "run_server.bat" I've got this:


D:\pyspades>pushd feature_server

Code: Select all
D:\pyspades>pushd feature_server

D:\pyspades\feature_server>python run.py
Traceback (most recent call last):
  File "run.py", line 69, in <module>
    from pyspades.common import crc32
ImportError: No module named common

D:\pyspades\feature_server>popd

D:\pyspades>pause
Maybe somethink is wrong with compiler?


I don't think you compiled it, did you run the build script appropriate for your system
User avatar
knifeymoloko
Member
 
Posts: 48
Joined: Sun Feb 05, 2012 5:39 am

Re: How to set my nick as Admin

Postby endlesik » Thu Feb 16, 2012 4:36 pm

I was doing everything with this site: http://code.google.com/p/pyspades/wiki/ ... rceInstall
And I have a question, "Using the find tool (control+f), search for "-mno-cygwin" (without quotes). Delete all entries you find (there should be 4)."
I find this
Code: Select all
        self.set_executables(compiler='gcc -mno-cygwin -O -Wall',
                             compiler_so='gcc -mno-cygwin -mdll -O -Wall',
                             compiler_cxx='g++ -mno-cygwin -O -Wall',
                             linker_exe='gcc -mno-cygwin',
                             linker_so='%s -mno-cygwin %s %s'
                                        % (self.linker_dll, shared_option,
                                           entry_point))
Only there is mno-cygwin. I have to delete only "-mno-cygwin", or something more?
endlesik
Member
 
Posts: 8
Joined: Tue Feb 14, 2012 2:59 pm

Re: How to set my nick as Admin

Postby Yoshii1999 » Thu Feb 16, 2012 4:58 pm

Im think thats the same problem whats my error. because you have the same as me. hope we get fast an answear ;)
User avatar
Yoshii1999
Member
 
Posts: 24
Joined: Tue Feb 07, 2012 3:54 pm
Location: Germany

Re: How to set my nick as Admin

Postby Mortiis » Thu Feb 16, 2012 5:09 pm

you have to delete only the entrie, for example:

compiler='gcc -mno-cygwin -O -Wall' it should be compiler='gcc -O -Wall',
User avatar
Mortiis
Member
 
Posts: 29
Joined: Mon Jan 16, 2012 6:07 pm
Location: Santiago, Chile

Re: How to set my nick as Admin

Postby Yoshii1999 » Thu Feb 16, 2012 5:39 pm

im finding 5 things. should i delete all 5 or onlie 4(the below?)

edit : im maked also onlie the 4 down of it its still the same error, if im remove all 5 its the same error...
Last edited by Yoshii1999 on Thu Feb 16, 2012 5:43 pm, edited 1 time in total.
User avatar
Yoshii1999
Member
 
Posts: 24
Joined: Tue Feb 07, 2012 3:54 pm
Location: Germany

Re: How to set my nick as Admin

Postby endlesik » Thu Feb 16, 2012 5:40 pm

Ok, works now. I had to install x86 versions :D
endlesik
Member
 
Posts: 8
Joined: Tue Feb 14, 2012 2:59 pm

Re: How to set my nick as Admin

Postby Yoshii1999 » Thu Feb 16, 2012 5:48 pm

can u post why its right? and do i also install the x86? because im installed the x64.
User avatar
Yoshii1999
Member
 
Posts: 24
Joined: Tue Feb 07, 2012 3:54 pm
Location: Germany

Re: How to set my nick as Admin

Postby Mortiis » Thu Feb 16, 2012 6:25 pm

use x86
User avatar
Mortiis
Member
 
Posts: 29
Joined: Mon Jan 16, 2012 6:07 pm
Location: Santiago, Chile

Re: How to set my nick as Admin

Postby Yoshii1999 » Thu Feb 16, 2012 6:47 pm

oh said im x64 im mean im used x64 + x86 should i only use the x86?
User avatar
Yoshii1999
Member
 
Posts: 24
Joined: Tue Feb 07, 2012 3:54 pm
Location: Germany

Re: How to set my nick as Admin

Postby endlesik » Tue Feb 21, 2012 8:07 pm

Only full x86 works for me. :)
endlesik
Member
 
Posts: 8
Joined: Tue Feb 14, 2012 2:59 pm


Return to Server



Who is online

Users browsing this forum: No registered users and 7 guests

cron