Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
freetds-libs /
samples-odbc /
Delete
Unzip
Name
Size
Permission
Date
Action
odbc.ini
304
B
-rw-r--r--
2025-03-06 20:38
odbctest.php
552
B
-rw-r--r--
2025-03-06 20:38
odbctest.pl
522
B
-rw-r--r--
2026-08-11 20:13
unixodbc.freetds.driver.template-64
1.02
KB
-rw-r--r--
2026-08-11 20:13
unixodbc.install.sh
1.38
KB
-rw-r--r--
2025-03-06 20:38
unixodbc.jdbc.datasource.template
1.02
KB
-rw-r--r--
2025-03-06 20:38
Save
Rename
<? // connect to a DSN "mydb" with a user and password "marin" $connect = odbc_connect("JDBC", "guest", "sybase"); // query the users table for name and surname $query = "SELECT * from sysusers"; // perform the query $result = odbc_exec($connect, $query); // fetch the data from the database while(odbc_fetch_row($result)){ $suid = odbc_result($result, 1); $uid = odbc_result($result, 2); $gid = odbc_result($result, 3); $name = odbc_result($result, 4); print("$name|$suid|$uid|$gid\n"); } // close the connection odbc_close($connect); ?>