Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - @rtur

Pages: [1]
1
For custom status icons check V@no's answer right below (5)

Where paste code from site www.onlinestatus.org ?

Code: [Select]
function get_skype_status($id)
{
  if (empty($id)) return 0;
  if (!$fp = @fsockopen('mystatus.skype.com', 80, $errno, $errstr, 8)) return 0;
  $request = "GET /balloon/".$id." HTTP/1.0\r\n"
            ."Host: mystatus.skype.com\r\n"
            ."Connection: close\r\n\r\n";
  fputs($fp, $request);
  do
  {
    $result = fgets($fp, 1024);
  }
  while (!feof($fp) && !stristr($result, 'Location'));
  $result = preg_replace("/[^0-9]/", "", $result);
  return ($result && (int)$result < 8) ? $result : 0;
}

paste only this code?

Please add code For Custom status icons from www.onlinestatus.org in this MOD

Thanks

2
What change font settings (bold, italic, underline, itp) in this plugin?

3
Mods & Plugins (Requests & Discussions) / View category in panel
« on: August 13, 2006, 01:32:08 AM »
Hi

What view Category Panel on www.digart.pl ?

Sorry for my bad english :(

4
Mods & Plugins (Releases & Support) / Re: [MOD] Shoutbox
« on: December 22, 2005, 04:21:42 PM »
How  make multilanguage button shout it!?

5
Plugins / Re: [PLUGIN] Batch Import From ZIP Files
« on: August 20, 2005, 11:04:58 AM »
Quote
Warning: opendir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/other) in /usr/home/other/artur/public_html/d/galeria/admin/plugins/batch_zip_import.php on line 453

Warning: opendir(/): failed to open dir: Operation not permitted in /usr/home/other/artur/public_html/d/galeria/admin/plugins/batch_zip_import.php on line 453

0 images in .

Import category ...
DB Error: Bad SQL Query: SELECT cat_order FROM 4images171_categories WHERE cat_parent_id = ORDER BY cat_order DESC LIMIT 1
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY cat_order DESC LIMIT 1' at line 4

DB Error: Bad SQL Query: INSERT INTO 4images171_categories (cat_id, cat_name, cat_description, cat_parent_id, cat_order, auth_viewcat, auth_viewimage, auth_download, auth_upload, auth_directupload, auth_vote, auth_sendpostcard, auth_readcomment, auth_postcomment) VALUES (32, '', '', , 10, 0, 0, 2, 2, 9, 0, 0, 0, 0)
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ' 10, 0, 0, 2, 2, 9, 0, 0, 0, 0)' at line 4
FAILED


Import finished!

Pages: [1]