Go Back   $5 Script Archive Community Forum > GPix Pixel Ad Script > Pixel Talk and Announcements
Register Try FlashChat Try FlashBB Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 09-08-2008, 03:18 AM
npg123 npg123 is offline
Junior Member
 
Join Date: Sep 2008
Posts: 5
Default corner block does not work

upper left corner block does not work (the rest are working)- the browser writes:
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in ... .../includes/get_pixels.inc.php on line 77
Warning: Cannot modify header information - headers already sent by (output started at ... .../includes/get_pixels.inc.php:77) in ... .../includes/get_pixels.inc.php on line 516
Reply With Quote
  #2  
Old 09-09-2008, 01:04 PM
Alexandr Alexandr is offline
Moderator
 
Join Date: Mar 2007
Location: Sofia, Bulgaria
Posts: 2,157
Default

open include/get_pixels.inc.php and replace
PHP Code:
$order_status array_merge($order_status$region); 
with
PHP Code:
  if (!is_null($region))
    
$order_status array_merge($order_status$region);
  else
    return 
false
Reply With Quote
  #3  
Old 09-11-2008, 04:52 AM
npg123 npg123 is offline
Junior Member
 
Join Date: Sep 2008
Posts: 5
Default

Quote:
Originally Posted by Alexandr View Post
open include/get_pixels.inc.php and replace
PHP Code:
$order_status array_merge($order_status$region); 
with
PHP Code:
  if (!is_null($region))
    
$order_status array_merge($order_status$region);
  else
    return 
false
now browser write:

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in .../includes/get_pixels.inc.php on line 78
Warning: Cannot modify header information - headers already sent by (output started at .../includes/get_pixels.inc.php:78) in .../includes/get_pixels.inc.php on line 517
Reply With Quote
  #4  
Old 09-11-2008, 05:14 AM
Alexandr Alexandr is offline
Moderator
 
Join Date: Mar 2007
Location: Sofia, Bulgaria
Posts: 2,157
Default

Did you try to disable multi get for this grid?
Reply With Quote
  #5  
Old 09-11-2008, 07:58 AM
npg123 npg123 is offline
Junior Member
 
Join Date: Sep 2008
Posts: 5
Default

No. I trying Multiple Pages.
And if I do single region for my corner block in adminpanel,
visible small picture, but not seen a big picture.
Reply With Quote
  #6  
Old 09-11-2008, 01:21 PM
Alexandr Alexandr is offline
Moderator
 
Join Date: Mar 2007
Location: Sofia, Bulgaria
Posts: 2,157
Default

admin panel don't provide 'original' image feature - it user side feature.

hm, add this to todo list.
Reply With Quote
  #7  
Old 09-14-2008, 03:55 PM
npg123 npg123 is offline
Junior Member
 
Join Date: Sep 2008
Posts: 5
Default

thanks,

and How can I limited size uploaded image for view on mouse for example 320x240?
Reply With Quote
  #8  
Old 09-15-2008, 02:10 AM
Alexandr Alexandr is offline
Moderator
 
Join Date: Mar 2007
Location: Sofia, Bulgaria
Posts: 2,157
Default

includes/region.inc.php

line 108:
PHP Code:
      $onmouseover ' onmouseover="return escape(\'<center><img width=320 height=240 src=show_image.php?rid='.$this->id.' /></center><center><i>' $temp '</i></center>\');" '
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -7. The time now is 11:05 PM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
(c) 1999-2007 TUFaT.com