
Syberia Walkthrough:
Barrockstadt - The Bandstand
Take the egg back to the plaza of the university. Go into the central bandstand area. Put the egg on the balance, and then spin the wheel. Go inside the bandstand and down the ladder. Pull the lever, and it now plays lovely violin music. Go in and talk to the rectors, and they give you $100 for the tugboat.
Syberia Walkthrough, Tips and Techniques
<%
'TRAFFIC'
Dim objCmd4
Set objCmd4 = Server.CreateObject ("ADODB.Command")
SQLTxt = "update traffic set hit_count = hit_count + 1 where " & _
"site_id = 283 and page_id = 124 ;"
objCmd4.ActiveConnection = strConnect
objCmd4.CommandType = &H0001
objCmd4.CommandText = SQLTxt
objCmd4.Execute intRecords
Set objCmd4 = Nothing
%>
|