Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Need help related to my codeigniter wallpaper script
Post: RE: Need help related to my codeigniter wallpaper ...

@jreklund thank you for trying to help me, you're very kind. I tried your solutions ::) and not worked. And i didn't found a solution at this time :( But, for now will remain as it is, becaus...
49,052 Views
38 Replies
04-18-2018, 09:51 AM
stand
    Thread: Need help related to my codeigniter wallpaper script
Post: RE: Need help related to my codeigniter wallpaper ...

Hi, thanks for trying to helping me. This is what returns: Code: -- SELECT `wp`.`category_seq_id` as `wpcid`, `w`.* FROM `WS_wallpapers_path` `wp` JOIN `WS_wallpapers` `w` ON `w`.`wallpaper_s...
49,052 Views
38 Replies
04-07-2018, 10:20 AM
stand
    Thread: Need help related to my codeigniter wallpaper script
Post: RE: Need help related to my codeigniter wallpaper ...

Damn, i can't figure it out what to do to make it work. Here's the code for $categories: PHP Code: -- $data['categories'] = $this->category_model->get_parent_categories(); -- And for the ge...
49,052 Views
38 Replies
04-07-2018, 08:12 AM
stand
    Thread: Need help related to my codeigniter wallpaper script
Post: RE: Need help related to my codeigniter wallpaper ...

Hi again! In the past months i understand a lot CI working mechanism and i like it a lot. But now for the past 3 hours I can't find a solution for this problem: PHP Code: --
49,052 Views
38 Replies
04-06-2018, 12:10 PM
stand
    Thread: Need help related to my codeigniter wallpaper script
Post: RE: Need help related to my codeigniter wallpaper ...

jreklund Wrote: (02-21-2018, 09:12 AM) -- It's being replace with Javascript. /themes/default/assets/js/main.min.js Code: -- $(".good-res").length && ($(".dl_links").data("width") >= screen.widt...
49,052 Views
38 Replies
02-21-2018, 01:12 PM
stand
    Thread: Need help related to my codeigniter wallpaper script
Post: RE: Need help related to my codeigniter wallpaper ...

Hi again! I have a new situation that i can't find a solution. :( https://1.bp.blogspot.com/-JCfAZkVpDxI/WoyTEpf9XgI/AAAAAAACPdM/_O8kjKcLQwMkvms934HMrQhVOLgW8dljACLcBGAs/s0/preview.jpg This...
49,052 Views
38 Replies
02-20-2018, 02:30 PM
stand
    Thread: Need help related to my codeigniter wallpaper script
Post: RE: Need help related to my codeigniter wallpaper ...

jreklund Wrote: (01-25-2018, 09:09 AM) -- rtrim will delete both /tags/tags/ and /tags/, so that's no good. All links come from: $data['url'] = $this->route_links->get('tags_index_page'); So i...
49,052 Views
38 Replies
01-25-2018, 01:12 PM
stand
    Thread: Need help related to my codeigniter wallpaper script
Post: RE: Need help related to my codeigniter wallpaper ...

Hi, How to trim  the word "tags" from URL that is generated through this line of code:  $config['first_url'] = $config['base_url'] . $get_method; The URL looks like this: _example.com/tags/tags/?p...
49,052 Views
38 Replies
01-25-2018, 05:56 AM
stand
    Thread: Need help related to my codeigniter wallpaper script
Post: RE: Need help related to my codeigniter wallpaper ...

jreklund Wrote: (01-20-2018, 06:26 AM) -- In the form where you "add favorites", somehow 'hash' aren't populated or incorrect value. You need to find the file that adds 'hash' value to that page. -- ...
49,052 Views
38 Replies
01-20-2018, 07:43 AM
stand
    Thread: Need help related to my codeigniter wallpaper script
Post: RE: Need help related to my codeigniter wallpaper ...

Paradinight Wrote: (01-20-2018, 04:51 AM) -- Check the $this->input->post('hash'); value -- I'm not sure what to check at this value. :huh: To replace with something? To delete it?
49,052 Views
38 Replies
01-20-2018, 05:04 AM
stand
    Thread: Need help related to my codeigniter wallpaper script
Post: RE: Need help related to my codeigniter wallpaper ...

Hello! A new unknown for me. :-/ When I try to add a wallpaper to favorites, returns me this error: "Wallpaper hash doesn't exists." I think I managed to find where's the problem, but I don't know...
49,052 Views
38 Replies
01-20-2018, 04:14 AM
stand
    Thread: Need help related to my codeigniter wallpaper script
Post: RE: Need help related to my codeigniter wallpaper ...

@jreklund, again thank you! You gave me the hint. This works. PHP Code: -- $haystack = array('1','2','3','4','5','6'); -- Regards,
49,052 Views
38 Replies
01-16-2018, 11:30 AM
stand
    Thread: Need help related to my codeigniter wallpaper script
Post: RE: Need help related to my codeigniter wallpaper ...

Hello again! I need your help again. 1. First code: (this one is loaded in html too, of course without the php parts) PHP Code: -- License:*                    
49,052 Views
38 Replies
01-15-2018, 02:50 PM
stand
    Thread: Need help related to my codeigniter wallpaper script
Post: RE: Need help related to my codeigniter wallpaper ...

OK, thank you for your time! Regards, Stan
49,052 Views
38 Replies
01-12-2018, 01:16 PM
stand
    Thread: Need help related to my codeigniter wallpaper script
Post: RE: Need help related to my codeigniter wallpaper ...

@jreklund Thank you!!!! It works now. But, can you explain me a little detailed how it works exactly, because I don't really understand how is thought. Some colors from spectrum don't return any w...
49,052 Views
38 Replies
01-12-2018, 12:24 PM
stand
    Thread: Need help related to my codeigniter wallpaper script
Post: RE: Need help related to my codeigniter wallpaper ...

Yes, now returns this: array(4) { ["saturation"]=> array(2) { [0]=> int(0) [1]=> int(40) } ["lightness"]=> array(2) { [0]=> int(0) [1]=> int(40) } ["hue"]=> array(2) { [0]=> int(0) [1]=> int(20) } ...
49,052 Views
38 Replies
01-12-2018, 11:23 AM
stand
    Thread: Need help related to my codeigniter wallpaper script
Post: RE: Need help related to my codeigniter wallpaper ...

jreklund Wrote: (01-12-2018, 05:02 AM) -- InsiteFX Wrote: (01-12-2018, 04:02 AM) -- GROUP BY should be the last statement in database queries. -- It's the last statement. Take note of the brackets. ...
49,052 Views
38 Replies
01-12-2018, 10:59 AM
stand
    Thread: Need help related to my codeigniter wallpaper script
Post: RE: Need help related to my codeigniter wallpaper ...

Yes you're right, but something is not right. Not all colors returns an error. Check in here https://uhdwallpapers.org/wallpaper/christmas-table_64/ to see what i mean. (first 2 colors from left...
49,052 Views
38 Replies
01-11-2018, 10:22 PM
stand
    Thread: Need help related to my codeigniter wallpaper script
Post: RE: Need help related to my codeigniter wallpaper ...

I thought to not open another topic... Can anyone help me with this error? Code: -- A Database Error Occurred Error Number: 1064 You have an error in your SQL syntax; check the manual t...
49,052 Views
38 Replies
01-11-2018, 02:01 PM
stand
    Thread: Need help related to my codeigniter wallpaper script
Post: RE: Need help related to my codeigniter wallpaper ...

By the way if it is set $config['compress_output'] to false is there a downside effect? Should be true or false? :)
49,052 Views
38 Replies
01-01-2018, 03:09 AM
stand

Theme © iAndrew 2016 - Forum software by © MyBB