PDA

View Full Version : |Download| Template musite modelo_3



Mentor
05/10/2016, 10:00 PM
[Only registered and activated users can see links]


[Only registered and activated users can see links]!1tEwBa7J!KEqGGs2Be-5a7LTku5NCkX6-k3BlFYadGKzHI23X8Ks

Créditos:
lzndesigner

vinybronks
28/09/2017, 10:25 AM
Alguem ajuda quando logo no painel de controle da esses erro como resolvo isso ? E como adiciono vip e cash ? Minhas colunas ta assim :
@Configurações das tabelas do webSite.
*/
$TABLES_CONFIGS['WEBVIPS'] = array("database" => DATABASE, //webSite || MuOnline
"table" => "webVips", //webVips || MEMB_INFO
"columnUsername" => "username", //username || memb___id
"columnType" => "type", //type || vip
"columnDateBegin" => "dateBegin",
"columnDateEnd" => "dateEnd",
"columnDateEndInteger" => "dateEndInteger");

$TABLES_CONFIGS['WEBCASH'] = array("database" => DATABASE, //webSite || MuOnline
"table" => "webCash", //webCash || MEMB_INFO
"columnUsername" => "username", //username || memb___id
"columnAmount" => "amount", //amount || gold
"columnAmount2" => "amount2", //amount2 || gold2
"columnPoints" => "points"); //points



Warning: mssql_query() [function.mssql-query ([Only registered and activated users can see links])]: message: Nome de coluna 'points' inválido. (severity 16) in C:\AppServ\[Only registered and activated users can see links] ss.php on line 48

Warning: mssql_query() [function.mssql-query ([Only registered and activated users can see links])]: Query failed in C:\AppServ\[Only registered and activated users can see links] ss.php on line 48
LD_Error: Não foi possivel executar: SELECT points as amount FROM webSite.dbo.webCash WHERE username='vinytoso'
Warning: mssql_fetch_object(): supplied argument is not a valid MS SQL-result resource in C:\AppServ\[Only registered and activated users can see links] .class.php on line 386

Warning: mssql_query() [function.mssql-query ([Only registered and activated users can see links])]: message: Nome de objeto 'dbo.webQuestions' inválido. (severity 16) in C:\AppServ\[Only registered and activated users can see links] ss.php on line 48

Warning: mssql_query() [function.mssql-query ([Only registered and activated users can see links])]: Query failed in C:\AppServ\[Only registered and activated users can see links] ss.php on line 48
LD_Error: Não foi possivel executar: SELECT TOP 1 [number],[question],[answer1],[answer2],[answer3],[answer4] FROM [dbo].[webQuestions] ORDER BY NEWID()
Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in C:\AppServ\[Only registered and activated users can see links] .class.php on line
523

Arcade
28/09/2017, 12:49 PM
Alguem ajuda quando logo no painel de controle da esses erro como resolvo isso ? E como adiciono vip e cash ? Minhas colunas ta assim :
@Configurações das tabelas do webSite.
*/
$TABLES_CONFIGS['WEBVIPS'] = array("database" => DATABASE, //webSite || MuOnline
"table" => "webVips", //webVips || MEMB_INFO
"columnUsername" => "username", //username || memb___id
"columnType" => "type", //type || vip
"columnDateBegin" => "dateBegin",
"columnDateEnd" => "dateEnd",
"columnDateEndInteger" => "dateEndInteger");

$TABLES_CONFIGS['WEBCASH'] = array("database" => DATABASE, //webSite || MuOnline
"table" => "webCash", //webCash || MEMB_INFO
"columnUsername" => "username", //username || memb___id
"columnAmount" => "amount", //amount || gold
"columnAmount2" => "amount2", //amount2 || gold2
"columnPoints" => "points"); //points



Warning: mssql_query() [function.mssql-query ([Only registered and activated users can see links])]: message: Nome de coluna 'points' inválido. (severity 16) in C:\AppServ\[Only registered and activated users can see links] ss.php on line 48

Warning: mssql_query() [function.mssql-query ([Only registered and activated users can see links])]: Query failed in C:\AppServ\[Only registered and activated users can see links] ss.php on line 48
LD_Error: Não foi possivel executar: SELECT points as amount FROM webSite.dbo.webCash WHERE username='vinytoso'
Warning: mssql_fetch_object(): supplied argument is not a valid MS SQL-result resource in C:\AppServ\[Only registered and activated users can see links] .class.php on line 386

Warning: mssql_query() [function.mssql-query ([Only registered and activated users can see links])]: message: Nome de objeto 'dbo.webQuestions' inválido. (severity 16) in C:\AppServ\[Only registered and activated users can see links] ss.php on line 48

Warning: mssql_query() [function.mssql-query ([Only registered and activated users can see links])]: Query failed in C:\AppServ\[Only registered and activated users can see links] ss.php on line 48
LD_Error: Não foi possivel executar: SELECT TOP 1 [number],[question],[answer1],[answer2],[answer3],[answer4] FROM [dbo].[webQuestions] ORDER BY NEWID()
Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in C:\AppServ\[Only registered and activated users can see links] .class.php on line
523



Se você executou a query do site na database MuOnline, faça o seguinte procedimento:

1 - Adicione a coluna "points" na tabela MEMB_INFO
2 - Altere no Settings.php a database webSite para MuOnline
3 - Rode a segunda Query, referente a webQuestions


A configuração das tabelas para adicionar Vip e Cash está bem explicado entre barras duplas // o nome da tabela que vai, seja usando a database MuOnline ou database webSite.

vinybronks
28/09/2017, 07:24 PM
Fiz esses procedimento e ainda continua o erro

Warning: mssql_query() [function.mssql-query ([Only registered and activated users can see links])]: message: Nome de coluna 'points' inv�lido. (severity 16) in C:\AppServ\[Only registered and activated users can see links] ss.php on line 48

Warning: mssql_query() [function.mssql-query ([Only registered and activated users can see links])]: Query failed in C:\AppServ\[Only registered and activated users can see links] ss.php on line 48
LD_Error: Não foi possivel executar: SELECT points as amount FROM MuOnline.dbo.webCash WHERE username='vinytoso'
Warning: mssql_fetch_object(): supplied argument is not a valid MS SQL-result resource in C:\AppServ\[Only registered and activated users can see links] .class.php on line 386





58 minutes:------- Atualizado -------

Resolvido adicionei a coluna na webcash resolveu .

23 Horas 5 minutes:------- Atualizado -------

Qual shop posso usar com esse site ?

262 Dias 1:------- Atualizado -------

Alguém reupa o link ?

tamoio
01/11/2018, 04:38 PM
Link off alguém poderia atualizar o link?

Legacy
09/11/2018, 01:59 PM
ei jaumh,

link off