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

Pages: [1]
1
Discussion & Troubleshooting / How do I change the folder name??
« on: March 26, 2011, 04:53:18 AM »
How do I change the folder name???
by default, the tmp_media and tmp_thumbnails
change to tmp_mediaxx and tmp_thumbnailsxx  (in order to work properly)
hacker knows where it will be loaded by default.
Tell me, please
???
Version: 1.7.9

2
well good.
Russian Forum 4imeges know nothing.
While you're Super!!!

3
Personally I have no idea what you are trying to do and what is your question about...

GoogleTranslator beauty :D
Ok. Will try to say.
Version: 1.7.9
I fill all in ../member.php?action=uploadform >> Click Upload >> redirects to ../member.php, wrote "Your photos uploaded" ...and ...preview photo.
How do I remove a preview photo??? Is text only- "Your photos uploaded."
You understood me??? :roll:

4
Hi.
I want to display your image at boot.
send to member.php, where text and image.
how to remove the picture, leaving only the text.??
Following this line $ msg .= $ lang ['image_add_success'].": ". format_text (stripslashes ($ image_name))." (". $ new_name .")";
I can not find.
???

5
deleted the uploaded files in directory Media. Uninstalled the php-script. They again entered via download. Log-files are not saved in the day. In index.php write on Arabic.... :(

6
Installation, Update & Configuration / Hackers break in to me 4 times.
« on: March 09, 2011, 06:10:19 PM »
Hi.
Hackers break in to me 4 times.
Attach php-script r572.php.gif and changed the index.php
Hacked version 1.7.6, updated to 1.7.9
Yesterday hacked. What should I do????
Sorry for bad English ...

7
Discussion & Troubleshooting / Re: How to make? two random
« on: May 24, 2009, 06:41:22 PM »
No one knows how to make two "Random" ????????????? :?:

8
Discussion & Troubleshooting / How to make? two random
« on: May 17, 2009, 08:10:28 PM »
How to make? (sorry for bad language)
Will work. See picture
Code: [Select]
<table>
<tr><td>
<?php include ($_SERVER["DOCUMENT_ROOT"]."/gallery/random.php"); ?>
</td></tr>
<tr><td>
<?php include ($_SERVER["DOCUMENT_ROOT"]."/map/random.php"); ?>
</td></tr></table>
8O

9
V@no so can we do?
I know the algorithm, but I do not know PHP.
Show code please.

10
Any modifications in these files will affect all pages, not only home page.
I know.

I should like:
if  There is a picture and No subSubcategories = images
if  There is a picture and There is a subSubcategories = subSubcategories
if  No picture and There is a subSubcategories = subSubcategories

Сan this be done in functions.php?
Result as in the picture:

11
We booked a site in the design studio. All done there.
I knew the script gallery "4images", and began its improvement.
Sorry. Copyright "Powered by customized 4images 1.7.x" made.

12
:-( I'am only moderator.

Do not help me Kurt?

13
Friends, help Russian man.
I speak the language poorly. Рainted!

This line in functions.php shows the image [18] of subcategories:
Code: [Select]
[".$cat_cache[$subcat_id]['num_images']."]
Which line shows ['+'] Sub subcategories in Index page ??? Рainted!:

14
Mods & Plugins (Releases & Support) / Re: [Mod] Star Rating
« on: November 28, 2008, 01:19:18 PM »
this:
Code: [Select]
  $ratings = array("0", "0.5", "1", "1.5", "2", "2.5", "3", "3.5", "4", "4.5", "5");
  foreach ($ratings as $num)
  {
    if ($image_row['image_rating'] >= $num)
    {
      $rating_pic = $num;
    }
  }
  $rating_pic .= ".gif";



Has not understood. In what file to change these lines??? :oops:

I do not have this:
Code: [Select]
  if ($image_row['image_rating'] == '5.00') {
     $rating_pic = "5.gif";
  } elseif ($image_row['image_rating'] >= '4.00') {
     $rating_pic = "4.gif";
  } elseif ($image_row['image_rating'] >= '3.00') {
     $rating_pic = "3.gif";
  } elseif ($image_row['image_rating'] >= '2.00') {
     $rating_pic = "2.gif";
  } elseif ($image_row['image_rating'] >= '1.00') {
     $rating_pic = "1.gif";
  } else {
     $rating_pic = "0.gif";
  }

15
Mods & Plugins (Releases & Support) / Re: [Mod] Star Rating
« on: November 27, 2008, 11:18:03 AM »
in /includes/functions.php find:
Code: [Select]
"image_rating_round" => round($image_row['image_rating']),in templates:
Code: [Select]
<img src="{template_image_url}/{image_rating_round}.gif">
Images: 1.gif, 2.gif, 3.gif, 4.gif, 5.gif
works fine!!!

Default Rating 2.00...2.45=2.gif and 2.50...3.00=3.gif

V@no    how to make Rating 2.20...2.80=2.5.gif ? Where to file 1.5.gif, 2.5.gif, 3.5.gif, 4.5.gif, 5.5.gif
Help me. Sorry for bad English



Pages: [1]