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 - Mirwais

Pages: [1] 2 3
1
Mods & Plugins (Requests & Discussions) / Re: Subcategory problem?
« on: June 20, 2007, 02:52:14 PM »
Sorry for disturbing you!!

Now I have found out that the function i want is a default function in 4images,
but due to many mods, the functions has changed.

Thanks for taking you time for me

2
Mods & Plugins (Requests & Discussions) / Re: Subcategory problem?
« on: June 20, 2007, 10:43:52 AM »
Sir you miss understand me,

Now when I click on a main category, it show me only images of this category
What i want is that;
By clicking on a main category it should take me to another page which shows me Images + subcategory of this main category.

thanks

3
Mods & Plugins (Requests & Discussions) / Subcategory problem?
« on: June 19, 2007, 10:36:50 PM »
Hello!
I want to display subcategories in category page.
I mean by clicking on a category then it should show me all sub categories of this category.

hoping and waiting for a solution

   

4
Feedback & Suggestions / Re: is that good antihotlink measure
« on: March 01, 2007, 11:10:52 AM »
P.S. I forgot to mention, that your method (renaming media folder) will also encrease bandwidth usage, because every time the folder was renamed the visitors will redownload files again

Is it possible to avoid increase of bandwidth??

5
...  :roll: ... no URL ... no error message ... ?
... and via PhpMyAdmin you can see the count  "image_postcards" for this image ... ?

Yepp!
It gives no error and all other things work fine.
and in PhpMyAdmin I can see that data has been registered,
Data registered in image_postcards
Quote
postcard_id  image_id  postcard_date  postcard_bg_color  postcard_border_color  postcard_font_color  postcard_font_face  postcard_sender_name  postcard_sender_email  postcard_recipient_name  postcard_recipient_email  postcard_headline  postcard_message  postcard_confirm 
      ff0c066368c0f239b5f4e4fb3a1e7541 1 1172258715 #ffffff #000000 #000000 arial admin *******@gmail.com admin ********@gmail.com ølaksjdf øalskdjfølaskdjasdfasdf'as'df'as'df'asdfasf 0


Hope u have solution,
Thanks for reply

6
Hello!!

I have installed this mod in 4images 1,7,4.

But when I send an ecard, it don't register it  and it just veiwing
Postcards: 0

Could anyone can tell what is the problem.

Thanks advance

7
Mods & Plugins (Requests & Discussions) / Multipel recipents
« on: February 13, 2007, 12:31:54 AM »
Hello!!

Is there anyone who can make mod which allow users to send card to more than just one recipent.

Vano has created one, but it allow only to multiple emails and there is no option for multiple names too beside emails

http://www.4homepages.de/forum/index.php?topic=4875.0

Hope you guys have solution for this

8
after insert sql dump, see table prefix  4images_pm correct?

If all correct, then attentively compare all steps modify code gallery. 
All works is fine on version 1.7.4

Good luck!


I get this errors
Quote
DB Error: Bad SQL Query: SELECT COUNT(pm_id) AS total FROM PM_TABLE WHERE pm_to = 1 AND (pm_type = PM_SENT OR pm_type = PM_SDLT OR pm_type = PM_UNREAD OR pm_type = PM_USDLT)
Unknown column 'PM_SENT' in 'where clause'

DB Error: Bad SQL Query: SELECT COUNT(pm_id) AS total FROM PM_TABLE WHERE pm_from = 1 AND (pm_type = PM_UNREAD OR pm_type = PM_USDLT)
Unknown column 'PM_UNREAD' in 'where clause'

DB Error: Bad SQL Query: SELECT COUNT(pm_id) AS total FROM PM_TABLE WHERE pm_from = 1 AND (pm_type = PM_SENT OR pm_type = PM_RDLT)
Unknown column 'PM_SENT' in 'where clause'

DB Error: Bad SQL Query: SELECT COUNT(pm_id) AS new FROM PM_TABLE WHERE pm_to = 1 AND (pm_type = PM_UNREAD OR pm_type = PM_USDLT) ORDER BY pm_date DESC
Unknown column 'PM_UNREAD' in 'where clause'

DB Error: Bad SQL Query: SELECT pm_date FROM PM_TABLE WHERE pm_to = 1 AND (pm_type = PM_UNREAD OR pm_type = PM_USDLT) ORDER BY pm_date DESC
Unknown column 'PM_UNREAD' in 'where clause'

 :(

9
Please Help some one!!!!!!!

10
ok...  use phpMyadmin and this sql

Code: [Select]
-- phpMyAdmin SQL Dump
-- version 2.6.1-rc2
-- http://www.phpmyadmin.net

CREATE TABLE `4images_pm` (
  `pm_id` mediumint(10) unsigned NOT NULL auto_increment,
  `pm_type` tinyint(2) NOT NULL default '0',
  `pm_to` mediumint(8) NOT NULL default '0',
  `pm_from` mediumint(8) NOT NULL default '0',
  `pm_subject` varchar(255) NOT NULL default '',
  `pm_text` text,
  `pm_date` int(11) NOT NULL default '0',
  `pm_date_rcvd` int(11) NOT NULL default '0',
  `pm_ip` varchar(20) NOT NULL default '0',
  `pm_html` tinyint(1) NOT NULL default '0',
  `pm_bbcode` tinyint(1) NOT NULL default '0',
  `pm_smiles` tinyint(1) NOT NULL default '0',
  KEY `pm_id` (`pm_id`,`pm_to`,`pm_from`)
) ENGINE=MyISAM AUTO_INCREMENT=1 ;
       


Thanks again aleksey!
I got errors after doing this, and by switching off Pm, error disappear.
But now  pages cruches alot.
 :(

11
Hello!!
mawenzi  please help me too !!
when I try to install i get error (see error in attachment file
Please Help

12
Hello!!
i get error when I send an post card.

Quote
Fatal error: Cannot redeclare class email in /mounted-storage/home27b/sub003/sc17661-ZQKX/dostaan.com/4images/includes/email.php on line 28

Please Help someone

Thanks

13
Thanks alot Aleksey!!!
It helped, Pm has still some error, but I install this mod for BBCODE 2.
BBCODE works fine, and I have swtiched OFF Pm at ACP.

BUT  now page crashes alot.

So may be anyone could say what is the problem, that i get the error ( See attachent file=

Please Help someone

14
so... your version php and mysql?

i use this installer on php5 and mysql 4.1.x
all works fine...

Thanks for reply!!
I use
PHP Version 4.4.2
MySQL Databases v5

what you think where the problem could be?

Please Help me

thanks

15
if you have error in 1.7.4 Undefined variable: pm_xxxx

Quote
Notice: Undefined variable: pm_popup_header in /home/myke/public_html/includes/page_header.php on line 177

Notice: Undefined variable: pm_inbox in /home/myke/public_html/includes/page_header.php on line 179

Notice: Undefined variable: pm_outbox in /home/myke/public_html/includes/page_header.php on line 180

Notice: Undefined variable: pm_sentbox in /home/myke/public_html/includes/page_header.php on line 181

Notice: Undefined variable: pm_new_count in /home/myke/public_html/includes/page_header.php on line 182

Edit file includes/page_header.php
find:
Code: [Select]
//-----------------------------------------------------
//--- pm ---------------------------------------------
//-----------------------------------------------------
$inbox = "";
$outbox = "";
$sentbox = "";
$newpm = "";
$pm_popup_script = "";
$pm_popup_head = "";
$pm = "";

and replace this
Code: [Select]
//-----------------------------------------------------
//--- pm ---------------------------------------------
//-----------------------------------------------------
$inbox = "";
$outbox = "";
$sentbox = "";
$newpm = "";
$pm_popup_script = "";
$pm_popup_header = "";
$pm = "";
$pm_inbox = "";
$pm_outbox = "";
$pm_sentbox = "";
$pm_new_count = "";

This did not help.
Please help me guys!!

See the error in attachment file

Pages: [1] 2 3