[Release]Full working webmall

08/24/2012 15:43 treica#61
Maybe you have changed something else around on the script, tested it and for me is fully logging out.
Anyways no one can trace or login session since cookies are stored on your computer.Only got your computer ur logged in if you have saved the password and it log you automatically when turn to index.
08/24/2012 16:24 anton1312#62
Quote:
Originally Posted by sominus View Post
I can't Logout. I've changed the redirect to index.php.
When I click "Logout" it sends me to index.php, but my account is still logged in.
Tried on firefox opera and IE.
Read my post:
[Only registered and activated users can see links. Click Here To Register...]
Edit: Treica, please re-upload files with my fix.
12/24/2012 07:49 .Curious.#63
Code:
CREATE TABLE IF NOT EXISTS `donate_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `item_name` varchar(255) NOT NULL,
  `item_price` int(11) NOT NULL,
  `item_count` varchar(255) NOT NULL,
  `item_id` varchar(255) NOT NULL,
  `item_ali` varchar(255) NOT NULL,
  `item_cat` int(11) NOT NULL,
  `item_pack` int(11) NOT NULL,
  `item_image` varchar(255) NOT NULL,
  KEY `id` (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8;
sql.sql file is not working.

Error :
Code:
Msg 156, State 1, Line 1
Incorrect syntax near the keyword 'IF'.
Msg 120, Level 15, State 1, Line 1
Incorrect syntax near '`'.
12/24/2012 07:50 treica#64
Make sure your inserting the sql into an mysql database.

Regards
02/02/2013 08:36 神の火#65
Fatal error: Call to undefined function mssql_connect() in J:\xampp\htdocs\webmall\core.php on line 17


Lol now check code.
02/03/2013 20:13 dary3113#66
MSSQL_* Functions are not supported by most hosts, and the basic installation package for these functions comes within PHP5-Sybase for example, this requires a re-load/restart of Apache services (if running on your own webserver) -- If not, there is an alternative which requires the SQLSRV driver and using PHP-PDO. If you wish to get these working, then my guess is that you will have to re-code this package for PDO SQLSRV



Edit:

These are running MySQL_* Functions on some pages, this should not be used anymore; as MySQL_* is in the depreciation process of PHP and will be removed.
02/08/2013 02:36 VIAT#67
use xampp 1.7.3 then enable mysql that been said already, open mysql make a table the upload the sql file using browse, then edit php file to your table, and DON'T FORGET to delete mysql default login and make your own
02/19/2013 02:17 神の火#68
now add items not working :c
02/19/2013 02:39 nephren#69
Post error logs if you have one httpd/log/error.log
02/19/2013 22:41 神の火#70
Quote:
Originally Posted by peripher View Post
Post error logs if you have one httpd/log/error.log
HTML Code:
129] File does not exist: G:/xampp/htdocs/webmall/user/admin/js, referer: http://200.58.103.222:808/webmall/admin.php
[Tue Feb 19 03:43:29 2013] [error] [client 201.246.158.129] File does not exist: G:/xampp/htdocs/webmall/user/admin/js, referer: http://200.58.104.75:808/webmall/admin.php
[Tue Feb 19 03:43:32 2013] [error] [client 201.246.158.129] File does not exist: G:/xampp/htdocs/webmall/user/admin/js, referer: http://200.58.104.75:808/webmall/admin.php?do=shop_items
[Tue Feb 19 03:44:08 2013] [error] [client 201.246.158.129] File does not exist: G:/xampp/htdocs/webmall/user/admin/js, referer: http://200.58.104.75:808/webmall/admin.php?do=shop_items&action=pack
[Tue Feb 19 03:44:44 2013] [error] [client 201.246.158.129] File does not exist: G:/xampp/htdocs/webmall/user/admin/js, referer: http://200.58.104.75:808/webmall/admin.php?do=shop_items&action=one
[Tue Feb 19 03:44:51 2013] [error] [client 201.246.158.129] File does not exist: G:/xampp/htdocs/webmall/user/admin/js, referer: http://200.58.104.75:808/webmall/admin.php?do=shop_items&action=one
02/20/2013 00:21 nephren#71
File does not exist: G:/xampp/htdocs/webmall/user/admin/js

Your JavaScript folder does not exist. You'll need the JS folder to create and edit new items.
02/20/2013 01:44 神の火#72
Give My a example !
02/20/2013 02:18 nephren#73
your javascript folder is here: [Only registered and activated users can see links. Click Here To Register...]
and As I see the webmall system searchin in here: [Only registered and activated users can see links. Click Here To Register...]ADMIN/js/

I never used the webmall but you could try to copy the JS Folder in the admin directory
02/21/2013 06:17 cok28rus#74
give me fix bank pls
02/21/2013 09:03 nephren#75
Would you please use the search function next time, and if you're still not able to find results (what I doubt), create your own post?

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