Go Back   RunUO - Ultima Online Emulation > RunUO > Utility Support > Third Party Program Support

Third Party Program Support Misc support forum and advertisment forum for all RunUO related third party Utilities.

Reply
 
Thread Tools Display Modes
Old 10-05-2005, 11:10 AM   #51 (permalink)
Forum Novice
 
Join Date: Mar 2004
Location: Germany
Age: 23
Posts: 301
Default

Quote:
Originally Posted by Sorious
One thing i may suggest is to keep previous settings, like when i type in the ip of the server i want to connect to, if i restart the program its gone.
IP and Port are already saved in the current dev-shot. (IIRC even in the one I posted for testing [1.1.2])
floppydisc is offline   Reply With Quote
Old 10-05-2005, 07:25 PM   #52 (permalink)
ConnectUO Creator
 
Jeff's Avatar
 
Join Date: Jan 2004
Age: 28
Posts: 4,892
Default

Odd, doesnt save it for me, maybe im doing something wrong, also another problem im having is whenever we recieve a page, the RemoteAdmin program hangs and disconnects
Jeff is offline   Reply With Quote
Old 10-05-2005, 07:39 PM   #53 (permalink)
ConnectUO Creator
 
Jeff's Avatar
 
Join Date: Jan 2004
Age: 28
Posts: 4,892
Default

NM i found out what i was doing wrong, it wasnt saving info cause it was crashing, but i figured that out as well
Jeff is offline   Reply With Quote
Old 10-06-2005, 11:14 AM   #54 (permalink)
Forum Expert
 
LordHogFred's Avatar
 
Join Date: Jan 2004
Location: UK, Essex
Age: 19
Posts: 1,166
Default

Would there be any way to have a web based client for this (or a web based remote admin tool)? Perhaps written using PHP or Java.
__________________
It is not the hand that creates worlds,
It is the mind controlling it !

The New Dawn Network
LordHogFred is offline   Reply With Quote
Old 10-06-2005, 11:27 AM   #55 (permalink)
Forum Novice
 
Join Date: Mar 2004
Location: Germany
Age: 23
Posts: 301
Default

Everything that can handle TCP socket connections (preferably persistant TCP socket connections) can also communicate with RunUO. Both, PHP and Java, are able to handle them.
floppydisc is offline   Reply With Quote
Old 10-06-2005, 11:46 AM   #56 (permalink)
Forum Expert
 
LordHogFred's Avatar
 
Join Date: Jan 2004
Location: UK, Essex
Age: 19
Posts: 1,166
Default

Quote:
Originally Posted by floppydisc
Everything that can handle TCP socket connections (preferably persistant TCP socket connections) can also communicate with RunUO. Both, PHP and Java, are able to handle them.
Do you know of any remote admin tools that have been made using these? I am asking for info on this because it would be good to be able to check the status of the server anywhere irrelevent of thing slike .exe restrictions.
__________________
It is not the hand that creates worlds,
It is the mind controlling it !

The New Dawn Network
LordHogFred is offline   Reply With Quote
Old 10-16-2005, 01:00 AM   #57 (permalink)
Forum Novice
 
Join Date: Mar 2004
Location: Emerald Triangle (im all covert-ops in Clearlake right now)
Age: 31
Posts: 217
Send a message via ICQ to twig Send a message via AIM to twig Send a message via MSN to twig Send a message via Yahoo to twig
Default

so far I have been loving this little tool...

one request/idea for it though.. let the window be resizable!! I have a nice large flat screen monitor and I want to use it dang it.. hehehe
twig is offline   Reply With Quote
Old 10-17-2005, 12:27 AM   #58 (permalink)
Lurker
 
Join Date: Dec 2003
Location: Nortern Arizona
Posts: 9
Send a message via ICQ to subdude Send a message via AIM to subdude Send a message via Yahoo to subdude
Exclamation Wont connect on Host machine

I installed it fine but it says "connection error" as soon as I connect to 127.0.0.1
I am running a XP pro SP2 P4 3.2Ghz 512Mb Ram
Run UO is running on its own harddrive ( D: ) the other computers on my network connect & play fine (haven't figured how to add new accounts yet but thats a different post)
server shows :
Client: 127.0.0.1: connected. [1 online]
ADMIN: access granted to 'subdude' from 127.0.0.1
client: 127.0.0.1: Disconnected. [1 online] [subdude]

when I try to connect on the host machine using remote admin.
I also have trouble running a client from my machine it will not connect.
any ideas?
__________________
sex is hereditary.........
if your parents never had it chances are you wont either.
subdude is offline   Reply With Quote
Old 10-17-2005, 08:13 AM   #59 (permalink)
Forum Novice
 
Join Date: Mar 2004
Location: Emerald Triangle (im all covert-ops in Clearlake right now)
Age: 31
Posts: 217
Send a message via ICQ to twig Send a message via AIM to twig Send a message via MSN to twig Send a message via Yahoo to twig
Default

use the network IP that your other computers can connect with ??
twig is offline   Reply With Quote
Old 10-17-2005, 08:20 AM   #60 (permalink)
Forum Expert
 
Lysdexic's Avatar
 
Join Date: Oct 2003
Location: Minnesota... somewhere in the boonies
Age: 29
Posts: 1,171
Default

That sounds more like you didn't open up the port in your firewall (it's blocking you).
__________________
Signatures are tools of the devil...
Lysdexic is offline   Reply With Quote
Old 10-17-2005, 12:53 PM   #61 (permalink)
Lurker
 
Join Date: Dec 2003
Location: Nortern Arizona
Posts: 9
Send a message via ICQ to subdude Send a message via AIM to subdude Send a message via Yahoo to subdude
Default

Quote:
Originally Posted by Lysdexic
That sounds more like you didn't open up the port in your firewall (it's blocking you).
Firewall is off on the server. & I tried the actual IP of the machine on my server. I believe its something in runuo I forgot to configure or something. I cannot even connect a client from the same machine I have to use another computer on my network. I am behind a router which is ported thru to the machine for runuo & FTP .
__________________
sex is hereditary.........
if your parents never had it chances are you wont either.
subdude is offline   Reply With Quote
Old 10-22-2005, 03:14 PM   #62 (permalink)
Forum Expert
 
mdavis93's Avatar
 
Join Date: Nov 2004
Location: NY, USA
Age: 26
Posts: 412
Send a message via ICQ to mdavis93
Default

Okay, today's an off-day for me apparently...

I put the .cs files in the RemoteAdmin folder.. but the console says that some of the definitions already exists.. what do I do about them?

Code:
Scripts: Compiling C# scripts...failed (4 errors, 0 warnings)
 - Error: Scripts\Engines\RemoteAdmin\Handlers.cs: CS0101: (line 21, column 15)
The namespace 'Server.Scripts.Commands' already contains a definition for 'Comma
ndHandlers'
 - Error: Scripts\Engines\RemoteAdmin\PageQueue.cs: CS0101: (line 14, column 14)
 The namespace 'Server.Engines.Help' already contains a definition for 'PageType
'
 - Error: Scripts\Engines\RemoteAdmin\PageQueue.cs: CS0101: (line 26, column 15)
 The namespace 'Server.Engines.Help' already contains a definition for 'PageEntr
y'
 - Error: Scripts\Engines\RemoteAdmin\PageQueue.cs: CS0101: (line 167, column 15
) The namespace 'Server.Engines.Help' already contains a definition for 'PageQue
ue'
Scripts: One or more scripts failed to compile or no script files were found.
 - Press return to exit, or R to try again.
[EDIT] I replaced the Commands/Handler.cs file with the one provided.. also the Engines/Help/PageQueue.cs file with the one provided and left the others in the RemoteAdmin folder and it was fine.. As I said.. it was an off day.. [/EDIT]
__________________
In the end we are faced with ourself. Look in the mirror and you see a reflection of the obvious, look through it and past the reflection to see the truth. Can you see it? What is it telling you?
mdavis93 is offline   Reply With Quote
Old 10-29-2005, 03:02 PM   #63 (permalink)
Forum Newbie
 
Join Date: Jun 2005
Age: 18
Posts: 92
Default

Hello,
I got it all working, had to change the files a bit to work with my shard but it's okay now.
Just one more problem, I have 2 extra accesslevels on my shard, Donator and Scriptor. Where do I mod in the file so it doesn't show me the thing "you don't have any characters with the appropriate accesslevel"
I know you somewhere have in that script :"if accesslevel = 5 or so... but I dunno where


Thanks in advance !
Julian Wagenhuis
wagenhuis is offline   Reply With Quote
Old 11-04-2005, 05:01 PM   #64 (permalink)
Forum Newbie
 
Join Date: Jun 2005
Age: 18
Posts: 92
Default

bump, I really need it
wagenhuis is offline   Reply With Quote
Old 11-05-2005, 09:35 AM   #65 (permalink)
Forum Expert
 
mdavis93's Avatar
 
Join Date: Nov 2004
Location: NY, USA
Age: 26
Posts: 412
Send a message via ICQ to mdavis93
Default

Do a search, it's in there. You'll have to modify and re-compile the core.
__________________
In the end we are faced with ourself. Look in the mirror and you see a reflection of the obvious, look through it and past the reflection to see the truth. Can you see it? What is it telling you?
mdavis93 is offline   Reply With Quote
Old 11-06-2005, 08:32 AM   #66 (permalink)
Forum Novice
 
Join Date: Mar 2004
Location: Germany
Age: 23
Posts: 301
Default

Wagenhuis: As I told you already in IRC, the problem is exactly what mdavis93 mentions ... you have to recompile the core. That's the main reason I did not bother to include support for different accesslevels, as most people wont modify them anyway.
floppydisc is offline   Reply With Quote
Old 11-06-2005, 08:36 AM   #67 (permalink)
Forum Newbie
 
Join Date: Jun 2005
Age: 18
Posts: 92
Default

than tell me what part to edit in the core, or do you mean that I have to make it default again? :S
wagenhuis is offline   Reply With Quote
Old 11-12-2005, 11:37 AM   #68 (permalink)
Newbie
 
goofykid's Avatar
 
Join Date: Oct 2005
Age: 15
Posts: 75
Send a message via MSN to goofykid
Default

ok i was wondering if you could add a way to put in,change,move,and remove scripts and also beable to open the shard when its down from a diff comp for owner and co-owner and stuff
goofykid is offline   Reply With Quote
Old 11-12-2005, 12:22 PM   #69 (permalink)
Forum Expert
 
Lucid Nagual's Avatar
 
Join Date: Nov 2004
Location: Beyond the Gates of Hell
Age: 36
Posts: 3,509
Smile goofykid

Quote:
ok i was wondering if you could add a way to put in,change,move,and remove scripts and also beable to open the shard when its down from a diff comp for owner and co-owner and stuff
Try this:
http://www.realvnc.com/
__________________
Leader of the Anti-OSI Movement. Inventing a new game experience in an EA Games-free environment.

Don Juan Matus "The basic difference between an ordinary man and a warrior is that a warrior takes everything as a challenge, while an ordinary man takes everything as a blessing or as a curse."


My Customs:
Lucid Nagual is offline   Reply With Quote
Old 03-05-2006, 04:23 AM   #70 (permalink)
Forum Expert
 
Savaal's Avatar
 
Join Date: Apr 2004
Location: A hole in the wall...
Age: 19
Posts: 1,075
Default

Hi, I was usuing this system and REALLY like it but it only notifies me that there is a page but in the drop down box does not display one.

Any Ideas?
__________________
You know what they say: People in glass houses sink ships.
Savaal is offline   Reply With Quote
Old 03-06-2006, 11:39 PM   #71 (permalink)
Forum Novice
 
Join Date: Feb 2006
Location: The land down under
Posts: 122
Default

This system looks great..

But in the next versions can you consider commenting the things changed and or added in the altered distro file.
The reason for this is some people, my self inclueded will want this on there server but may have other scripts that have custom entries in the distro scripts like 'PageQueue.cs' The server i help on uses a custom paging gump triggered from this script to help staff see theres a page waiting to be attended to.

Other then that im going to look at it tonight i think looks good and feed back seems positive

Thanks for sharing!
__________________
Quote:
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
"So where the bloody hell are you?"
zardd is offline   Reply With Quote
Old 03-20-2006, 01:01 AM   #72 (permalink)
Forum Novice
 
Join Date: Feb 2006
Location: The land down under
Posts: 122
Default

Great application..

Suggestions if you take em..
As mentioned before by another user.. a resizable interface would be cool.. also maybe a list of 'whos in game'.. "Character names" and have kick/ban and 'if possible'
jail / teleport options..

And lastly a local log of the console..
Or at least an option to store the stuff it records..
This way you can scroll back more them the few lines that its limited to.

Once again great application thanks for sharing it!
__________________
Quote:
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
"So where the bloody hell are you?"
zardd is offline   Reply With Quote
Old 05-09-2006, 04:12 AM   #73 (permalink)
Forum Expert
 
Iomega0318's Avatar
 
Join Date: Feb 2005
Location: Dirt City,TX
Age: 21
Posts: 608
Send a message via ICQ to Iomega0318 Send a message via AIM to Iomega0318 Send a message via MSN to Iomega0318 Send a message via Yahoo to Iomega0318
Default

I agree those would help alot and this is a great application I am using it now and it all works fine for me havn't completely tested it but from what I can see so far great job!
__________________
-Lichking-
"I believe in Christianity as I believe in the sun...
not because I see it but because by it I see everything else."
C.S. Lewis

Heed what I say, for it shall be mentioned only once.

Iomega0318 is offline   Reply With Quote
Old 05-09-2006, 04:20 AM   #74 (permalink)
Forum Novice
 
Join Date: Feb 2006
Location: The land down under
Posts: 122
Default

Pages can be abit 'dicky' but then again i only really use it to check the console

I think this is dead as well..
The author aint replied in some time
__________________
Quote:
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
"So where the bloody hell are you?"
zardd is offline   Reply With Quote
Old 05-09-2006, 05:18 AM   #75 (permalink)
Forum Novice
 
Join Date: Mar 2004
Location: Germany
Age: 23
Posts: 301
Default

It isn't directly dead - I just focused on MulEditor
But RemoteAdmin is still on my list ... mainly because I was asked to make a version for linux as well.
__________________
RunUO RemoteAdmin - Control your shard remotely and keep an eye on the page queue
MulEditor - Modify gump, art, tiledata, multimap, localization files and map/statics.
CentrED - A Client/Server based multi-user map editor.
floppydisc is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off