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.


Topics - ameenov

Pages: [1]
1
I'm unable to login as a admin after upgrade. FROM  V.1.7.3  TO V 1.7.6
only members can login but admin can not ...
why is that

2
Chit Chat / arrange the data like 4images
« on: August 09, 2005, 11:25:27 AM »
I'm doing a small project in php and I would like to make the output of the database to arrange like 4image

How can I make the records order in columns and rows instead of rows only

I want it Like that:


1- ameenov 1 4- ameenov 4
2- ameenov2 5- ameenov 5
3- ameenov 3 6- ameenov 6

Instead of that:
1- ameenov 1
2- ameenov2
3- ameenov 3
4- ameenov 4
5- ameenov 5
6- ameenov 6

Thank you


3
Chit Chat / [MOD] PHPNuke Module !!
« on: June 11, 2005, 10:20:38 AM »

I found this MOD when i was searching google
But i don't know if someone post it here before ...

http://www.nukescripts.net/modules.php?name=News&file=article&sid=1717

I want your opinion

4
In the details page ..
I am trying to Removing the links in the keywords because I want it to be only text
like description.

what i have to do?

5
I want to users when register to retype the password and email
Beacuse sometimes they will miss type them !!
I mean some time they put a wrong email address by mistake ...
I don't want that to happen ...

Any help?

6
Hi there

I wanted to make an order page to the images. and I want it like that :

1- In the details page there is a button linked to an order page.
1- in the order page the ( image you choose from the details page) AND (the image name) AND ( the image category) and the (Order form)

I tried to make an order page by copying the (postcard_create) page from the (template) and change it to include the order form and make a link in to it in te (details) page like that (index.php?template=order).

It works ok but!!
In the order page
It is giving me a random (image) instrad of the (image) i choose from (the details) page !!

Anyone have any idea?

7

For example, I have a care and I want to add it to one of the categories and I want this car to be in three angles (one from the front of the car, one from behind and one from beside)

I 4image support this idea would be really great.

Does anyone have this Mod?

8
Hi there !
How are you?

I am making a php page and want the members to be asked to enter their username and password

Can I do that ?
I want to get the idea in both (if the page is inside 4images or outside it)

note: the page on the root folder and 4images is a sub-folder

9
I have Index php page and 4images is a sub-folder
I want to include either the latest 4 or 5 images add to the gallery or 4 random images in the index page I made in php
Is there a way to do this?
thanks  :roll:

10
Discussion & Troubleshooting / Error in the auto thumbnailer
« on: April 10, 2005, 12:26:05 PM »
Hi
I'm using 4images with a different language (Not English)
and when i tried to use the auto thumbnailer I got this message  :?

note: I checked the permissions >> the data file and the thumbnails file has the 777 permission

------------
DB Error: Bad SQL Query: SELECT image_id, cat_id, _name, image_media_file, image_thumb_file FROM 4images_images WHERE image_id IN(2)
Unknown column '_name' in 'field list'
making a thumbnail to : () ....   
Warning: getimagesize(): Read error! in /home/b99aacom/public_html/includes/image_utils.php on line 144



11
I the Auto-Thumbnailer I want to Specify the height & width exactly as the size I input

for example
I want the
height (200) pixle
width  (150) pixle

without the consideration to the original size of the image or calculating anything.

Because sometime I upload different size of image and I want the thumbnails looks nice, all of them have the same size.


thanks :P

12
I made a database in the localhost and uploaded images and everything
But when I tried to import the database to my site using the (phpmyadmin) errors comes



Error
#########
#########

SQL-query:

-- phpMyAdmin SQL Dump
-- version 2.6.1-rc2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Mar 15, 2005 at 11:41 AM
-- Server version: 4.1.8
-- PHP Version: 4.3.10
--
-- Database: `test`
--
-- --------------------------------------------------------
--
-- Table structure for table `4images_categories`
--
CREATE TABLE `4images_categories` (

`cat_id` int( 10 ) unsigned NOT NULL AUTO_INCREMENT ,
`cat_name` varchar( 255 ) NOT NULL default '',
`cat_description` text NOT NULL ,
`cat_parent_id` int( 10 ) unsigned NOT NULL default '0',
`cat_hits` int( 10 ) unsigned NOT NULL default '0',
`cat_order` int( 10 ) unsigned NOT NULL default '0',
`auth_viewcat` tinyint( 2 ) NOT NULL default '0',
`auth_viewimage` tinyint( 2 ) NOT NULL default '0',
`auth_download` tinyint( 2 ) NOT NULL default '0',
`auth_upload` tinyint( 2 ) NOT NULL default '0',
`auth_directupload` tinyint( 2 ) NOT NULL default '0',
`auth_vote` tinyint( 2 ) NOT NULL default '0',
`auth_sendpostcard` tinyint( 2 ) NOT NULL default '0',
`auth_readcomment` tinyint( 2 ) NOT NULL default '0',
`auth_postcomment` tinyint( 2 ) NOT NULL default '0',
`cat_image` mediumint( 8 ) NOT NULL default '0',
PRIMARY KEY ( `cat_id` ) ,
KEY `cat_parent_id` ( `cat_parent_id` ) ,
KEY `cat_order` ( `cat_order` )
) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =2

############
=====
MySQL said: 

#1064 - 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 'DEFAULT CHARSET=latin1 AUTO_INCREMENT=2' at line 39
 

13
I put 4images with the modules in the nuke
and when I activate it and clicked on the address

http://localhost/nuke/modules.php?name=images

this message comes

Quote
Warning: main(./global.php): failed to open stream: No such file or directory in c:\appserv\www\sale\modules\images\index.php on line 31

Warning: main(./global.php): failed to open stream: No such file or directory in c:\appserv\www\sale\modules\images\index.php on line 31

Warning: main(): Failed opening './global.php' for inclusion (include_path='.;c:\php4\pear') in c:\appserv\www\sale\modules\images\index.php on line 31
Hacking attempt

14
when you open the categories page.. the images will come >> (9) images
I want to make them (6) images [for example].
How can I make it?

Thanks  :oops:

Pages: [1]