CabalToolz Beta 2

Status
Not open for further replies.
How to use Freetds?

FreeTDS for Windows
================================

First download the right version of the lib for your version of PHP.

PHP 5.1.x


PHP 5.2.x


PHP 6.x


Place the .dll in the PHP extensions directory (extension_dir in php.ini)


Here are my php.ini settings:

magic_quotes_gpc = Off or
magic_quotes_gpc = On and magic_quotes_sybase = On

;extension=php_mssql.dll
extension=php_dblib.dll

; Valid range 0 - 2147483647. Default = 4096.
mssql.textlimit = 20971520

; Valid range 0 - 2147483647. Default = 4096.
mssql.textsize = 20971520

; Use NT authentication when connecting to the server
mssql.secure_connection = Off

You will also need to create c:\freetds.conf

[global]
host = 127.0.0.1
port = 1433
client charset = UTF-8
tds version = 8.0
text size = 20971520


Note: "tds version = 8.0" is correct for MSSQL 2000, use 9.0 for MSSQL 2005
and 10.0 for MSSQL 2008.

PS:.All claims that turorial to chumpywumpy :)
and Merry Xmas =^.^=
 
1. where i must setting to put server status ........

example : for put channel.....

2. Where can i modified statistics for Country......i want change Country
 
Hey can anyone guide me plzzz how to setup cabaltoolz...

I tried using 2 diff webservers xamp and wamp both but didn't worked....

actually i am a bit confused how to config backend and frontend....with freetds Do I just need to copy both the directory in the htdocs.... and config or need to do something else....

my tophero.php page is also not opening....

plzz help me....
 
When I click Item creator I get "incorrect sintax"

duhhh....hello....

Look in the first post of jhon_d

ADD new tables in CabalCash database

Code:
CREATE TABLE [dbo].[WebShop](
 [Id] [int] IDENTITY(1,1) NOT NULL,
 [Name] [varchar](50) COLLATE Chinese_PRC_CI_AS NOT NULL,
 [Description] [varchar](200) COLLATE Chinese_PRC_CI_AS NOT NULL,
 [ItemIdx] [int] NOT NULL,
 [Options] [int] NOT NULL,
 [Image] [varchar](200) COLLATE Chinese_PRC_CI_AS NOT NULL,
 [Cash] [int] NULL,
 [Alz] [int] NULL,
 [Category] [int] NOT NULL,
 [Available] [int] NOT NULL,
 [TimeLimit] [int] NOT NULL,
 [Total] [int] NOT NULL CONSTRAINT [DF_WebShop_Total]  DEFAULT ((0)))

CREATE TABLE [dbo].[WebShop_Category](
 [ID] [smallint] IDENTITY(1,1) NOT NULL,
 [Category] [nvarchar](50) COLLATE Chinese_PRC_CI_AS NOT NULL,
 [Access] [smallint] NOT NULL)
 
Hi, I have this error in Rankings ?? why?? anybody know how to fix it ?

Code:
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 1: parser error : Start tag expected, '<' not found in C:\xampp\htdocs\frontend\modules\mod.tophero.php on line 9

Warning: simplexml_load_string() [function.simplexml-load-string]: Unable to connect! in C:\xampp\htdocs\frontend\modules\mod.tophero.php on line 9

Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in C:\xampp\htdocs\frontend\modules\mod.tophero.php on line 9


      Fatal error: Call to a member function children() on a non-object in C:\xampp\htdocs\frontend\modules\mod.tophero.php on line 30
 
Status
Not open for further replies.
Back