Search found 33 matches

by Avenging Angel
Thu Sep 28, 2006 4:41 pm
Forum: General Help (095)
Topic: I need a web based auto account
Replies: 23
Views: 18604

i am using this script now but it wont compile why? use uo;
use os;
use http;

include ":accounts:accounts";
include ":accounts:settings";

/* NOTES:
*
* Expects a URL string with info for the following
* username=username (string)
* password=password (string)
* cmdlevel=default command ...
by Avenging Angel
Thu Sep 28, 2006 2:41 pm
Forum: General Help (095)
Topic: I am desperate
Replies: 2
Views: 3626

ya i looked and I am not sure how to get this crap to working. i am feeling very stupid.
by Avenging Angel
Thu Sep 28, 2006 12:29 pm
Forum: General Help (095)
Topic: I am desperate
Replies: 2
Views: 3626

I am desperate

This script I have to create an account from a web page is not working at all. Can someone please give me a script that will work please.

PLEASE HELP ME
by Avenging Angel
Thu Sep 28, 2006 12:29 pm
Forum: General Help (095)
Topic: I need a web based auto account
Replies: 23
Views: 18604

This script I have to create an account from a web page is not working at all. Can someone please give me a script that will work please.
by Avenging Angel
Tue Sep 26, 2006 8:02 pm
Forum: General Help (095)
Topic: I need a web based auto account
Replies: 23
Views: 18604

I have this
var name := QueryParam( "name" );
var pass := QueryParam( "pass" );
var email := QueryParam( "email" );
by Avenging Angel
Tue Sep 26, 2006 7:43 pm
Forum: General Help (095)
Topic: I need a web based auto account
Replies: 23
Views: 18604

http://avenginguo.com:6060/autoaccount. ... it1=Create

when I hit submit it has this link. So whats wrong?
by Avenging Angel
Tue Sep 26, 2006 7:33 pm
Forum: General Help (095)
Topic: I need a web based auto account
Replies: 23
Views: 18604

it does say that then takes me to a blank screen.
by Avenging Angel
Tue Sep 26, 2006 7:29 pm
Forum: General Help (095)
Topic: I need a web based auto account
Replies: 23
Views: 18604

autoaccount.ecl?name=(username they entered)&pass=(password they entered)&email=(email they entered)

like that or

autoaccount.ecl?name=&pass=&email=

i ask because its still not making the accounts. I am sure i am missing something.
by Avenging Angel
Tue Sep 26, 2006 7:22 pm
Forum: General Help (095)
Topic: I need a web based auto account
Replies: 23
Views: 18604

here is the html code i am using <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Avenging Legends Account Creator</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.style4 {color: #FF0000}
.style6 {color ...
by Avenging Angel
Tue Sep 26, 2006 7:20 pm
Forum: General Help (096)
Topic: When I try to start up POL096
Replies: 3
Views: 4504

Ok I am not sure what i did wrong. I will try to remember what I did and go from there.
by Avenging Angel
Tue Sep 26, 2006 7:18 pm
Forum: General Help (095)
Topic: I need a web based auto account
Replies: 23
Views: 18604

<FORM action="http://avenginguo.com:6060/autoaccount.ecl"
method="GET">
by Avenging Angel
Tue Sep 26, 2006 7:08 pm
Forum: General Help (095)
Topic: I need a web based auto account
Replies: 23
Views: 18604

use http;
use uo;

Program Create_Account( )
// Make a password check
// The URL should look like this: http://avenginguo.dnsalias.net:6060/account.html
// You can replace "YourPasswordHere" with a function to get a password from a config file if you like
// Setup the variables
var name ...
by Avenging Angel
Tue Sep 26, 2006 1:30 pm
Forum: General Help (096)
Topic: When I try to start up POL096
Replies: 3
Views: 4504

When I try to start up POL096

I get the following error POL096.1-2006-07-02 Vestal Virgin (VS.NET 2003) compiled on Jul 3 2006 18:29:17
Copyright (C) 1993-2006 Eric N. Swanson

Reading Configuration.
Loading Realm britannia.
Validating statics files: Completed in 0 ms.
hostname is YOUR-777E1540C9
address: 192.168.1.2
LAN IP ...
by Avenging Angel
Tue Sep 26, 2006 10:14 am
Forum: General Help (095)
Topic: I need a web based auto account
Replies: 23
Views: 18604

Here is the script i found here I need to know why it dont work use http;
use uo;

program CreateAccount( )
// Make a password check
// The URL should look like this: http://tribulation.sytes.net/pkg/webadmin/create.ecl?admin=YourPasswordHere
// You can replace "YourPasswordHere" with a ...
by Avenging Angel
Mon Sep 25, 2006 8:44 am
Forum: General Help (095)
Topic: I need a web based auto account
Replies: 23
Views: 18604

The script I found would not compile so I still need some assitance please.
by Avenging Angel
Sun Sep 24, 2006 12:02 pm
Forum: General Help (095)
Topic: I need a web based auto account
Replies: 23
Views: 18604

I need a web based auto account

Can someone help me with that please. Thanks.
by Avenging Angel
Sat Sep 23, 2006 7:25 pm
Forum: General Help (095)
Topic: How do I do something lol
Replies: 12
Views: 9979

I want to thank you all for your help its working now to just make it look right. I thank you all.
by Avenging Angel
Sat Sep 23, 2006 4:52 pm
Forum: General Help (095)
Topic: How do I do something lol
Replies: 12
Views: 9979

ok i changed that and now I need to know how to get it to work. I think i have everything I am suppose to now. I just dont know wtf i am doing. I am running an apache webserver. I would love to get this to working.
by Avenging Angel
Sat Sep 23, 2006 4:41 pm
Forum: General Help (095)
Topic: How do I do something lol
Replies: 12
Views: 9979

This is what mine says I have open the port it had there on my router. Do I need to change the port to the same as my server? #############################################################################
## Integrated Web Server ...
by Avenging Angel
Sat Sep 23, 2006 2:32 pm
Forum: General Help (095)
Topic: How do I do something lol
Replies: 12
Views: 9979

Ok it has that and I compiled the .src files. I still cant seem to get it to work can someone please tell me what by chance I am doing wrong? Use uo;
Use os;
Use http;

Include "include/time";

Const BYTES_IN_KILO := 1024.0;
Const BYTES_IN_MEG := 1048576.0;

Program Server_Status( )

Var system ...
by Avenging Angel
Sat Sep 23, 2006 1:18 pm
Forum: General Help (095)
Topic: How do I do something lol
Replies: 12
Views: 9979

I dont see any commands. And if there are commands where do I type the commands?
by Avenging Angel
Fri Sep 22, 2006 6:32 pm
Forum: General Help (095)
Topic: How do I do something lol
Replies: 12
Views: 9979

What do you mean a http.em? This is my first time I have even attempted to do this.
by Avenging Angel
Fri Sep 22, 2006 5:33 pm
Forum: General Help (095)
Topic: How do I do something lol
Replies: 12
Views: 9979

How do I do something lol

I have seen on some shards that they have a link on there website that shows who is online player wise and then another link that shows the server information. How do I get that for my shard?
by Avenging Angel
Fri Sep 15, 2006 8:58 am
Forum: General Help (096)
Topic: Another question sorry
Replies: 3
Views: 4824

When I tried to upgrade it had alot of errors. I dont know if I am doing something wrong.
by Avenging Angel
Thu Sep 14, 2006 8:12 pm
Forum: General Help (096)
Topic: Another question sorry
Replies: 3
Views: 4824

Another question sorry

When I upgrade from 095 to 096 do I need to do an item wipe and if so I need to know how to do that. I am new to all this.