Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
10-19-2013, 07:45 AM
(This post was last modified: 10-19-2013 07:50 AM by AtakanCan.)
Post: #21
|
|||
|
|||
RE:
(10-19-2013 07:37 AM)Jhonson Wrote:is CLEAN SQL ! you must LEARN what CLEAN is .(10-19-2013 07:15 AM)AtakanCan Wrote: here is SQL DUMP - fixed SQLUnfortunately, the database is not complete: - Clean from Samples Demos - Clean from Syntax error = FIXED SQL is CLEANED SQL FILE you understand. ? Problem in "/conf/loadconfig.inc.php" edit .htaccess file find line RewriteEngine On replace RewriteEngine On RewriteBase / |
|||
10-19-2013, 07:50 AM
Post: #22
|
|||
|
|||
RE:
(10-19-2013 07:45 AM)AtakanCan Wrote:I'm a programmer that uses python, perl, java, php/mysql and others ...(10-19-2013 07:37 AM)Jhonson Wrote:is CLEAN SQL ! you must LEARN what CLEAN is .(10-19-2013 07:15 AM)AtakanCan Wrote: here is SQL DUMP - fixed SQLUnfortunately, the database is not complete: I checked the software and I tell you that in the DB some tables are missing, try to understand me. |
|||
10-19-2013, 07:57 AM
(This post was last modified: 10-19-2013 07:59 AM by AtakanCan.)
Post: #23
|
|||
|
|||
RE:
you're a programmer? You do not even know what that means nulled.
I have cleaned the SQL. ! if you had been programmer. then you knew what CLEAN means. have you learned as a programmer. that you delete in SQL, demos, samples? I have the demos, samples deleted. well what do you say? Now the SQL is clean. without samples without demos. |
|||
10-19-2013, 08:00 AM
Post: #24
|
|||
|
|||
RE: | |||
10-19-2013, 08:05 AM
(This post was last modified: 10-19-2013 08:11 AM by AtakanCan.)
Post: #25
|
|||
|
|||
RE:
The Software is FULL , you must edit the PHP files , you must "NULL"
you're a wall open and edit "/conf/loadconfig.inc.php" if (strpos($_SERVER["HTTP_HOST"], "demodomain.com") === true) { define("DEMO_MODE", 0); } else { define("DEMO_MODE", 1); } if (strpos($_SERVER["HTTP_HOST"], "demodomain.com") === true) { define("DEMO_LIVE_MODE", 0); } else { define("DEMO_LIVE_MODE", 1); } if ((strpos($_SERVER["HTTP_HOST"], "demodomain.com") === true) and& (strpos($_SERVER["HTTP_HOST"], "intranet") === false)) { define("DEMO_DEV_MODE", 0); } else { define("DEMO_DEV_MODE", 1); } |
|||
10-19-2013, 08:12 AM
Post: #26
|
|||
|
|||
RE: | |||
10-19-2013, 08:16 AM
(This post was last modified: 10-19-2013 08:16 AM by Jhonson.)
Post: #27
|
|||
|
|||
RE:
I know how to edit and correct the files :)
Maybe I have not explained it well: Some SQL tables called from PHP files are absent. |
|||
10-19-2013, 08:17 AM
Post: #28
|
|||
|
|||
RE:
it works :D
|
|||
10-19-2013, 08:20 AM
(This post was last modified: 10-19-2013 08:21 AM by Jhonson.)
Post: #29
|
|||
|
|||
RE: | |||
10-19-2013, 08:31 AM
Post: #30
|
|||
|
|||
RE: | |||