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

Pages: [1] 2 3
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 / Re: arrange the data like 4images
« on: August 14, 2005, 09:26:03 AM »
thanks it worked but with small errors I could fix it
thanks again for your kind response

3
Chit Chat / Re: arrange the data like 4images
« on: August 10, 2005, 03:30:33 PM »
(This forum is only about 4images.)
I hope that you open a php free talk section :roll:
thanks

/////////

Code: [Select]
for ($x = 0; $x < 10; $x++) //set loop of 10 rows
{
  for ($y = 0; $y < 10; $y++) //set loop of 10 columns
  {
// code for your column data
  }
// one column data was done, now one row data here
} //repeate process up to 10 times.

Can you provide that in example using databse?
It would me more clearer to me
I did not get it well.
Thanks  :wink:

4
Chit Chat / Re: arrange the data like 4images
« on: August 10, 2005, 10:54:27 AM »
No I mean for my programing not for 4images  :wink:

5
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


6
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

7
OK
I have done it that way:

find:

Code: [Select]
    $keywords = "";
   $keywords = str_replace(" ", ", ", $image_row['image_keywords']);

replace it with

Code: [Select]
$keywords = (!empty($image_row['image_keywords'])) ? format_text($image_row['image_keywords'], 1) : REPLACE_EMPTY;
===========
But I don't know if it is the right way?
Or it will make problems to me in the future?

8
Hi
thanks V@no

But the text became like that:

The, keywords, have, commas

Can I remove it?

9
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?

10
It is difficult that much or it needs a huge mod?
Just i want to know

11
It is not working  :?
Any help please  :(

12
Thanks ascanio
I will try it, but I don't think it will work, because i think I have to modify the (register.php)

thanks again and I will get back if it didn't work

13
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?

14
Hi martrix
I did it almost like your idea but the problem is with this message >>


###########
###########
Dear Site admin,

ameen (ameenov@hotmail.com) has sent you an eCard!

Please proceed to the following URL:
http://www.yourdomain.com/postcards.php?postcard_id=58ae5c823c1fc7e011ddfa77a8f27b02

Your eCard has been sent on 15.05.2005 07:21and will be stored in our
database for 10 days.

###########
############
1- I don't know from where I can change the (Text) which is sent to the E-mail.
2- It will get deleted in a 10 days !!
3- ALSO, A major thing to me to have more fields like ( Credit card number) & (Credit card type) & (expire date) ... ect.

15
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?

Pages: [1] 2 3