Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 4
Seite [1]
Mehmet


Beginner




Beiträge: 8
# Thema - 26.10.2012 um 20:55 Uhr
hi all;
how to work cs_sql_select function in the system/functions.php

test...

 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
1. / 2. / ... 
 
function cs_init($predefined) {
.
.
.

if(isset(
$_GET['mod']) && $_GET['mod'] == 'news' && !empty($_GET['id']) && ($_GET..............
$sec 'news_id = ' $_GET['id'] .' ';
  
$newsid cs_sql_select(__FILE__'news''*'$sec);
      
$predefined['tpl_file'] = '/edebiyat/page/'."$newsid".'.htm;
    }

error:

Fatal error: Call to undefined function cs_sql_select() in ......../public_html/system/core/functions.php on line 2...

Help please



edit :
that also did not work
 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
1. / 2. / ... 
 
$sayfaid1 
$_GET['id'];
require_once 
'system/database/mysql.php';
$cs_getir cs_sql_select(__FILE__,'news','*','edebiyat_id = ".$sayfaid1."');
$sayfaid $cs_getir['news_id'];

    
$predefined['tpl_file'] = '/edebiyat/duygusal_sayfalar/'."$sayfaid".'.htm';
    }


??


Zuletzt editiert von Mehmet am 26.10.2012 um 22:20 Uhr (3x Editiert)
Inaktiv
Jam2 ClanSphere Team


Highlander





Beiträge: 3291
# Antwort: 1 - 27.10.2012 um 10:57 Uhr
why do you want to put there inside?
please let us know what you want to do. maybe it's already in csp


------------------
Gruß/ Best regards
Jam2

Nützliche Forumbeiträge/Codepastes: (Useful comments in our board / codepastes)
Template Switch for index.php
Board Navlist last posts

Edi: könnte man denn auch hier eine erweiterung einfügen?
Jam2: das web ist wie toyota.....
Edi: hö ?
Jam2: nichts ist unmöglich!


Inaktiv
|
Mehmet
Thread-Ersteller


Beginner




Beiträge: 8
# Antwort: 2 - 27.10.2012 um 20:12 Uhr
news_id = $_GET[id] ;

mysql_query this news "created date" or other value??


This code is working but I want to use originals connection code


system/function.php
 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
1. / 2. / ... 
 
function cs_init($predefined)
{
...
..
.
$cs_main['zlib'] = true;
  require_once 
'system/core/servervars.php';
// edebiyat ana tema
 
if(isset($_GET['mod']) && $_GET['mod'] == 'edebiyat' && ($_GET['action'] != 'options' AND $_GET['action'] != 'manage' AND $_GET['action'] != 'remove' AND $_GET['action'] != 'create' AND $_GET['action'] != 'edit' AND $_GET['action'] != 'view')) {
        
$predefined['tpl_file'] = 'edebiyat/index.htm';
    } 
//edebiyat sayfa acik
 
if(isset($_GET['mod']) && $_GET['mod'] == 'edebiyat' && !empty($_GET['id']) && ($_GET['action'] != 'options' AND $_GET['action'] != 'manage' AND $_GET['action'] != 'remove' AND $_GET['action'] != 'create' AND $_GET['action'] != 'edit' AND $_GET['action'] == 'view')) {
$baglan mysql_connect("localhost","user","pass"); 
if (!
$baglan

die(
"Bağlantı Hatası.fonksiyonlarda view id sorunu"); 

mysql_select_db("dbname"$baglan); 
$cs_getir mysql_query("SELECT * FROM (prefix)_edebiyat WHERE edebiyat_id='".$_GET["id"]."'"); 
while (
$r mysql_fetch_array($cs_getir)) { 
   
$sayfaid $r[edebiyat_temaid];
 
}
if (  
$sayfaid =="0" || $sayfaid =="" || $sayfaid "3"){
$sayfaid 111;



    
$predefined['tpl_file'] = '/edebiyat/duygusal_sayfalar/'."$sayfaid".'/'."$sayfaid".'.htm';
    }
....


Zuletzt editiert von Mehmet am 27.10.2012 um 20:23 Uhr (2x Editiert)
Inaktiv
|
Jam2 ClanSphere Team


Highlander





Beiträge: 3291
# Antwort: 3 - 28.10.2012 um 00:08 Uhr
I would put your code inside a runstartup data

- create a module
- put in this info.php "$mod_info['startup'] = TRUE;"
- delete cache
- create a startup.php with your code



------------------
Gruß/ Best regards
Jam2

Nützliche Forumbeiträge/Codepastes: (Useful comments in our board / codepastes)
Template Switch for index.php
Board Navlist last posts

Edi: könnte man denn auch hier eine erweiterung einfügen?
Jam2: das web ist wie toyota.....
Edi: hö ?
Jam2: nichts ist unmöglich!


Inaktiv
|
Mehmet
Thread-Ersteller


Beginner




Beiträge: 8
# Antwort: 4 - 28.10.2012 um 14:26 Uhr
worked now,per post one theme.

test http://www.edebiyatcafe.com/index/edebiyat/view/id/129


Zuletzt editiert von Mehmet am 28.10.2012 um 14:29 Uhr (2x Editiert)
Inaktiv
|
Antworten: 4
Seite [1]


Sie müssen sich registrieren, um zu antworten.