Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: how can i get system mac address
Post: RE: how can i get system mac address

ok then how can i get mac address on shared hosting??
5,034 Views
3 Replies
04-17-2017, 10:34 PM
demonicinn
    Thread: how can i get system mac address
Post: how can i get system mac address

i'm using this code function get_real_mac_addr(){ system('ipconfig /all'); $mycom=ob_get_contents(); $findme = "Physical"; $pmac = strpos($mycom, $findme); $mac=substr($mycom,($pmac+36),17); ...
5,034 Views
3 Replies
04-17-2017, 10:09 PM
demonicinn
    Thread: get dynamic url slug in route file error
Post: RE: get dynamic url slug in route file error

can you send any example
5,171 Views
3 Replies
04-04-2017, 05:54 AM
demonicinn
    Thread: get dynamic url slug in route file error
Post: get dynamic url slug in route file error

i'm getting the dynamic url slugs in route file from database. but i'm getting error here is the code require_once(BASEPATH.'database/DB'.EXT); $db =& DB(); $query = $db->get( 'your_table_n...
5,171 Views
3 Replies
04-04-2017, 03:40 AM
demonicinn
    Thread: i want to change home page url
Post: RE: i want to change home page url

i'm used this one but its not working http://prntscr.com/dzovmu
1,935 Views
1 Replies
01-24-2017, 06:10 AM
demonicinn
    Thread: i want to change home page url
Post: i want to change home page url

hi in ci 3x, i'm changed the home url  like  http://domain.com to  http://domain.com/#/en/index $route['default_controller'] = 'home'; please help about this
1,935 Views
1 Replies
01-24-2017, 04:35 AM
demonicinn
    Thread: When i change sub-domain in url session id changed
Post: RE: When i change sub-domain in url session id cha...

yes i'm using same encryption key for all but not changed session settings can u tech me about session settings
3,517 Views
2 Replies
10-21-2016, 09:53 AM
demonicinn
    Thread: When i change sub-domain in url session id changed
Post: When i change sub-domain in url session id changed

Hi please help me about when i changed subdomain like test.domain.com, new.domain.com, domain.com,  then session id changed automatically and I'm not able to set the one session for all subdomains .
3,517 Views
2 Replies
10-21-2016, 08:13 AM
demonicinn
    Thread: how to redirect back url
Post: RE: how to redirect back url

if not working all times else working yes its working I'm using browser events to redirect back page. from 1 subdomain to another subdomain
16,689 Views
4 Replies
10-19-2016, 03:49 AM
demonicinn
    Thread: how to redirect back url
Post: RE: how to redirect back url

if not working altimes else working
16,689 Views
4 Replies
10-19-2016, 03:48 AM
demonicinn
    Thread: how to redirect back url
Post: how to redirect back url

I using user agent to redirect back url but it workes in single CI, but I'm using multiple site  if currently i'm using test.domain.com and my session is login and i'm directly used in the url logi...
16,689 Views
4 Replies
10-19-2016, 02:46 AM
demonicinn
    Thread: CodeIgniter with Multiple Sites
Post: RE: CodeIgniter with Multiple Sites

yes its working thanks sir... actually I have no words to say you thanks. :)
25,952 Views
17 Replies
10-13-2016, 12:54 AM
demonicinn
    Thread: CodeIgniter with Multiple Sites
Post: RE: CodeIgniter with Multiple Sites

after some other changes it shows error Warning: require_once(/home/cmihub/public_html/system//config/constants.php): failed to open stream: No such file or directory in /home/cmihub/public_html/sy...
25,952 Views
17 Replies
10-12-2016, 11:25 PM
demonicinn
    Thread: CodeIgniter with Multiple Sites
Post: RE: CodeIgniter with Multiple Sites

already changed the system path $system_path = '../../system'; $application_folder = ''; subdomains/accounts subdomains/accounts/index.php subdomains/accounts/.htaccess subdomains/accounts/...
25,952 Views
17 Replies
10-12-2016, 11:19 PM
demonicinn
    Thread: CodeIgniter with Multiple Sites
Post: RE: CodeIgniter with Multiple Sites

it shows this message Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php
25,952 Views
17 Replies
10-12-2016, 09:37 PM
demonicinn
    Thread: CodeIgniter with Multiple Sites
Post: RE: CodeIgniter with Multiple Sites

in htaccess I'm write DirectoryIndex index.php RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ ./index.php?/$1 [L,QSA] RewriteRule ^...
25,952 Views
17 Replies
10-12-2016, 06:44 AM
demonicinn
    Thread: CodeIgniter with Multiple Sites
Post: RE: CodeIgniter with Multiple Sites

I'm creating the new sub-domain "public_html/subdomains/accounts" and open this "http://accounts.domain.com/" I'm also copy the index.php file and changed subdomains/accounts/index.php $application...
25,952 Views
17 Replies
10-12-2016, 06:17 AM
demonicinn
    Thread: CodeIgniter with Multiple Sites
Post: RE: CodeIgniter with Multiple Sites

sir i have changed in the application folder like application/foo/ application/foo/config/ application/foo/controllers/ application/foo/libraries/ application/foo/models/ application/foo/vie...
25,952 Views
17 Replies
10-11-2016, 10:09 PM
demonicinn
    Thread: CodeIgniter with Multiple Sites
Post: RE: CodeIgniter with Multiple Sites

yes i got it its to easy to understand and my subdomains are working with different files. thanks for help. kind regards gurpreet
25,952 Views
17 Replies
10-11-2016, 12:18 AM
demonicinn
    Thread: CodeIgniter with Multiple Sites
Post: RE: CodeIgniter with Multiple Sites

yes i read this article this article says like this create main domain and other sub-domains structure applications/foo/ applications/foo/config/ applications/foo/controllers/ applications/foo/l...
25,952 Views
17 Replies
10-10-2016, 10:19 PM
demonicinn

Theme © iAndrew 2016 - Forum software by © MyBB