Revox Project By RevolutionTeam

04/03/2018 23:54 Min@to#16
Quote:
Originally Posted by ThunderNikk View Post
It is a setting in your gameserver.opt

Code:
S game.url_list:guild_icon_upload.ip|10.71.1.2|guild_icon_upload.port|4615|guild.url|http://10.71.1.2:80/|guild_test_download.url|gicons/|web_download|10.71.1.2|web_download_port|0|shop.url|http://10.71.1.2:80/item_shop/
Make sure to set it for your stuff.

I'm still stuck on the PHP driver stuff not working for me yet
Thank's

About The Driver , u need to download PDO Driver and ODBC Driver :

Microsoft Drivers for PHP for SQL Server : [Only registered and activated users can see links. Click Here To Register...]

Microsoft® ODBC Driver 17 for SQL Server® - Windows, Linux, & macOS : [Only registered and activated users can see links. Click Here To Register...]

when u gonna try to install PDO Driver he goona Ask u to Chose Folder then Chose the folder in php Folder under name " ext " in my case this is the link : C:\wamp64\bin\php\php7.1.9\ext

After that u need to Edit php.ini in php Folder and Apache Either, and Set that :
extension=name of the dll file and the extension .dll

Ex:


PHP Code:
extension=php_pdo_sqlsrv_71_ts.dll
extension
=php_sqlsrv_71_ts.dll
extension
=php_rdkafka.dll
extension
=php_pdo_sqlsrv_71_ts_x64.dll
extension
=php_sqlsrv_71_ts_x64.dll 
and now u need to un-commented those line :

PHP Code:
extension=php_openssl.dll
extension
=php_pdo_firebird.dll
extension
=php_pdo_mysql.dll
extension
=php_pdo_oci.dll
extension
=php_pdo_odbc.dll
extension
=php_pdo_pgsql.dll
extension
=php_pdo_sqlite.dll 
After this u need to Restate u'r Server...

That's how it's work with Me...

Sorry for my bad English xD
04/04/2018 00:36 ThunderNikk#17
Yeah I have it working now for the most part but I have a log in area on the admin page I have not been past yet.
04/04/2018 00:50 Ghost Informatics#18
Update 1.0.1

Two bug fixed.

The first bug was in Revox\viewer\buy\index.tpl the bug is when the player buy something and he don't have any point his points will be like this -500 if the item price is 500 points ,The second bug was with item buy limits now the player can only buy from 1 to 9 items every time.

You can find the changes on this lines :

Line 59
Line 62
Line 63
Line 87
Line 88
Line 89
Line 92
Line 93
Line 94

I updated the download link also if you want to update the exact files just download the attached file and replace it with Revox\viewer\buy\index.tpl inside your shop files.
04/04/2018 02:22 Min@to#19
Quote:
Originally Posted by ThunderNikk View Post
Yeah I have it working now for the most part but I have a log in area on the admin page I have not been past yet.
If u mean User and password : User : admin password : admin
04/04/2018 03:13 ThunderNikk#20
Nope I mean I made a mistake on the admin config and was getting a 404 resource not found error after log in, password correct, password wrong, password blank no difference.

I fixed it though entered a local host address where it should have been my direct site address.

Fully working now just working on converting it to English.
04/04/2018 03:25 Min@to#21
Quote:
Originally Posted by ThunderNikk View Post
Nope I mean I made a mistake on the admin config and was getting a 404 resource not found error after log in, password correct, password wrong, password blank no difference.

I fixed it though entered a local host address where it should have been my direct site address.

Fully working now just working on converting it to English.
nice Done :D, Good Luck
04/04/2018 12:12 sunnyxie49#22
i get a bug
in webfile/Admin/viewer/editItem/sendPostEdit.tpl
line 66
$fields[count($fields)] = " `typeDb` = '$typeDb' ";
change to'
$fields[count($fields)] = " `type` = '$typeDb' ";
in mysql db store type name 'type' not 'typeDb'
can't edit item type
04/04/2018 12:39 Ghost Informatics#23
Update 1.0.2

One bug fixed.

Thanks @[Only registered and activated users can see links. Click Here To Register...] for letting me know.

The bug was in webfile/Admin/viewer/editItem/sendPostEdit.tpl
with the item type edit , you can't edit the item type.

To know the changes & the fix look at line 66 in the new file that i attached .

The download link is updated also you can apply the fix only by replace the attached file with the old file in this path webfile/Admin/viewer/editItem/sendPostEdit.tpl
04/04/2018 14:16 Wael™#24
Thanks for the fix I was having same issue @[Only registered and activated users can see links. Click Here To Register...]

did you get my last msg?

thx
04/04/2018 14:41 Min@to#25
Thank's For the Fix's Guy's

How can i Open the Shope Outside the Client ?!!!

I Think that a Problem : [Only registered and activated users can see links. Click Here To Register...]
04/05/2018 03:51 Ghost Informatics#26
Quote:
Originally Posted by Min@to View Post
Thank's For the Fix's Guy's

How can i Open the Shope Outside the Client ?!!!

I Think that a Problem : [Only registered and activated users can see links. Click Here To Register...]
From the config.php turn the errors display off
04/05/2018 19:37 Dark Blaze#27
Quote:
Originally Posted by Ghost Informatics View Post
From the config.php turn the errors display off
Why fix the error when you can ignore it? :kappa:
04/06/2018 00:18 ThunderNikk#28
Maybe I am missing something or maybe I am not.

If I am correct then maybe this could be a suggestion, but I can not see a way to delete or remove an item aside from directly editing the MYSQL table.
04/06/2018 03:39 Ghost Informatics#29
Quote:
Originally Posted by ThunderNikk View Post
Maybe I am missing something or maybe I am not.

If I am correct then maybe this could be a suggestion, but I can not see a way to delete or remove an item aside from directly editing the MYSQL table.
Well, You can disable the item that you don't want it from the admin portal but i will take this suggestion and i'll put a Delete option soon.
04/13/2018 02:44 Min@to#30
when i'm trying the Checkout i get This Error :

[Only registered and activated users can see links. Click Here To Register...]