RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Full instructions for myrunuo (02/13/04)

TimberRidge

Wanderer
I am at a total loss, I have no problems with any of my other databases, accessing them, or with the RunUO Scripts for MyRunUO writing to the database.. all that works well.

But STILL... after all my tests, fixes, etc., so forth ..the .asp pages still throw back an unable to connect to database error. With the same line error as before.. the "conn str" (I believe is the line)..

I would assume if RunUO was having issues writing to the database, it'd throw errors to the console..but all the same, when I review the database..information is there, so I know it's writing to it.

Can anyone offer any other assistance to try and get these pages working and connecting to the database? Or Zulu, woud you be willing to go in and take a look around?

I am running out of ideas here... :(
 

GuRu_lv

Wanderer
MyRunUo на php ???

Есть ли версия на пхп для апачика ,зарание юлагодарен )
 

GuRu_lv

Wanderer
И как мне заполучить такой замечательный скрипт ?
Уж очень хочется навернуть веб-статус шарда
:oops:
 

Axle

Wanderer
Bug



It seems the char name and nototitle blend with each other. After visiting devshed and reading the tutorials on mysql and reading the data export scripts (myrunuo.cs), I've come to the conclusion that whatever is causing this error is in the players.asp. First of all I notice when I add the asp to my htm frames page and preview, it shows back and next images(above). Looking through the code in players.asp I see code allowing users to browse list of players, however; whenever I actually view the page in my browser this is what I see:



5th character down reads: Arwenespectable Arwen.

This is the code I suspect:
[code:1]<%if tp>0 then%>
<TD><a href="players.asp?tp=<%=tp-10%>"><img src="images/items/back.jpg" border="0"></a></TD>
<%
else
response.write "<TD> </td>"
end if

if tp+10 < totalpublic then%>
<TD><a href="players.asp?tp=<%=tp+10%>"><img src="images/items/next.jpg" border="0"></a></TD>
<%
else
response.write "<TD> </td>"
end if%>
<TD width=100> </td></TR>
<%
if allrows<> -1 then
'cycle through all records and display hyper link with shard player.
for tempcol=0 to allrows
temp = ""
if (alldata(3,tempcol)="1" AND alldata(2,tempcol)<>"") then temp = mid(alldata(2,tempcol),len(alldata(1,tempcol))+1)
response.write "<TR><TD colSpan=3><a href='player.asp?id=" & alldata(0,tempcol) & "'>" & alldata(1,tempcol) & "</a>" & temp & "</TD></TR>"
test = alldata(0,tempcol)
next
else
response.write "<TR><TD colSpan=3>No players could be found.</TD></TR>"
end if
%> [/code:1]

Zulu, I call upon you for your assistance, this is all your work and I thank you for it. I really enjoy this and learning about it, I plan to attempt my own rankings page, but I need a better understanding of asp code. Any help would be much appreciated. Btw, you can see what I've done with your asp pages at:
http://rfk154.interl.net/index.htm
 

TimberRidge

Wanderer
I am still beside myself with the entire MyRunUO thing which I *really, really * would love to have working since it adds such a nice depth to the game experience for players...

but I am still getting that database error.. and I'm stumped. The database is there, userid & pw correct, its all on the same machine.. scripts point to it appropriately.. drivers are installed and correct..

I'm lost..

Anyone else had any database connect errors with script?

Thanks
 

lover1973

Wanderer
i got some errors blow. i really need help. i have installed the two stuffs and made the tables following what zulu said. why it looks still not working???

MyRunUO: Updating character database
MyRunUO: Unable to connect to the database
System.InvalidOperationException: The .Net Data OLE DB Provider(System.Data.OleD
b) requires Microsoft Data Access Components(MDAC) version 2.6 or later. Versio
n 2.53.6200.0 was found currently installed.
 
From the looks of it, it needs version 2.6 or later of the Microsoft Data Access Components ;)

http://www.microsoft.com/downloads/details.aspx?FamilyID=6a7d785f-c2e0-471d-a33b-82ad1d514737&DisplayLang=en

That should be it
 

]Raiden[

Wanderer
TimberRidge

I had similar problems with my firewall blocking access to the MySql database. I was running ZoneAlarm Pro firewall, and what I did was to define the "Trusted Internet Zone" and allow connections on the local intranet.

Lemme know if this helps..
 

TimberRidge

Wanderer
]Raiden[ said:
TimberRidge

I had similar problems with my firewall blocking access to the MySql database. I was running ZoneAlarm Pro firewall, and what I did was to define the "Trusted Internet Zone" and allow connections on the local intranet.

Lemme know if this helps..

I wish that were the case, but I have no firewall services running.

Its just odd to me how the RunUO scripts themselves for the databases are running and writing without a problem... yet the webscripts do not want to ..or rather... give the cannot connect to database error which can be seen by going here

I simply cannot figure it out myself..

Any help or ideas outside of that one?

Thanks much!
 

]Raiden[

Wanderer
Re: hey..

lost_man7 said:
hey how do you use it on brta 35(maybe if you can)

MyRunUo is in beta 36.

TimberRidge said:
I wish that were the case, but I have no firewall services running.

Its just odd to me how the RunUO scripts themselves for the databases are running and writing without a problem... yet the webscripts do not want to ..or rather... give the cannot connect to database error which can be seen by going here

I simply cannot figure it out myself..

Any help or ideas outside of that one?

Post your Config.cs file in a PM to me, and I will try to help you out as much as possible. It took me some time and playing around with it. Even got the .asp files running on Apache.. So show me what you got and I will try to help..
 
Hey all, I need some help again.
I'm using the modified Cassini Web Server posted by KnightD in http://www.runuo.com/forum/viewtopic.php?t=27222&highlight=web

The aspx files keep bringing up an error similar to the following...
[code:1]Server Error in '/' Application.
--------------------------------------------------------------------------------

Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load type 'Avalon.Players'.

Source Error:


Line 1: <%@ Page language="c#" Codebehind="Characters.aspx.cs" AutoEventWireup="false" Inherits="Avalon.Players" %>
Line 2: <%@ Import Namespace="System" %>
Line 3: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >


Source File: C:\RunUO\web\Characters.aspx Line: 1


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573[/code:1]

Does anyone know how I can fix this please?
 

Zulu

Wanderer
I have been waiting for the message board to be restored before I was going to continue posting. So I was NOT following this thread. It now seems we are going to stay with this version.

I have new updates I have to put together and I will post them.
 
Top