mirror of
https://github.com/kcozens/OpenSimSearch.git
synced 2026-08-14 08:52:28 +00:00
Changed "<?" to "<?php" for those not set to use short tags.
git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@167 109abde3-1f22-4c10-b5d7-b6b0135cd00c
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
$DB_HOST = "localhost";
|
||||
$DB_USER = "root";
|
||||
$DB_PASSWORD = "";
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
include("databaseinfo.php");
|
||||
|
||||
//Supress all Warnings/Errors
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
<?PHP
|
||||
<?php
|
||||
//The description of the flags used in this file are being based on the
|
||||
//DirFindFlags enum which is defined in OpenMetaverse/DirectoryManager.cs
|
||||
//of the libopenmetaverse library.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// register.php //
|
||||
// (C) 2008, Fly-man- //
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
|
||||
if($_SESSION[USERID] == ""){
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
|
||||
if($_SESSION[USERID] == ""){
|
||||
|
||||
@@ -23,7 +23,7 @@ window.location.href='index.php?page=home';
|
||||
<TD align=center width=200px><b><u>Event</u></b></TD>
|
||||
<TD align=center width=200px><b><u>Host</u></b></TD>
|
||||
</TR>
|
||||
<?
|
||||
<?php
|
||||
function Convert($input)
|
||||
{
|
||||
$DbLink->query("SELECT FirstName, LastName FROM ".C_USERS_TBL." WHERE PrincipalID = '".$input."'");
|
||||
@@ -81,7 +81,7 @@ if ($event_type == 2) $event_type = "<img height=25px width=25px title='Adult Ev
|
||||
<TD align=center><B><?=$event_host?></B></TD>
|
||||
|
||||
</TR>
|
||||
<?
|
||||
<?php
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
if($_SESSION[USERID] == "")
|
||||
{
|
||||
echo "<script language='javascript'>
|
||||
@@ -270,7 +270,7 @@ function checklength(obj,warning_div)
|
||||
<td>
|
||||
<select name="parcel_chosen">
|
||||
<option value="" disabled="disabled"> --- MY PARCELS ---</option>
|
||||
<?
|
||||
<?php
|
||||
// Getting the regions you have access to
|
||||
$DbLink->query("SELECT regionUUID, parcelname, landingpoint, parcelarea FROM osmodules.allparcels WHERE owneruuid = '".$_SESSION[USERID]."'");
|
||||
while(list($regionUUID,$parcelname,$landingpoint, $parcelarea) = $DbLink->next_record())
|
||||
@@ -282,11 +282,11 @@ function checklength(obj,warning_div)
|
||||
}
|
||||
?>
|
||||
<option value="" disabled="disabled"> --- GROUP-OWNED PARCELS ---</option>
|
||||
<?
|
||||
<?php
|
||||
// TODO: Add possibility to find group parcels
|
||||
?>
|
||||
<option value="" disabled="disabled"> --- PRIVATE ISLAND PARCELS ---</option>
|
||||
<?
|
||||
<?php
|
||||
// TODO: Add possibility to find private island parcels
|
||||
?>
|
||||
</select>
|
||||
@@ -327,6 +327,6 @@ function checklength(obj,warning_div)
|
||||
</tr>
|
||||
</table>
|
||||
</FORM>
|
||||
<?
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
##
|
||||
## This will make the Event go into the database
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user