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

Pages: [1] 2
1
I need 4images older virsion 1.7.8 and 1.7.9 (original realease from 4hompages).

Please tell me how can I get them. Heve there any link in this site to download older virsions?

Thnaks.

2
How can I disable Lightbox feature?

I want to make admin dir secure. How it possible? Can I change the name of  ../admin/index.php

3
Hello all,

I want that my visitors will register with their unique email address instead of id (name). The email address will be used as their login ID. (just like facebook).
How can I do IT? Please help me.

I also need country field dropdown in registration or edit profile page or both page.
How can I do IT? Please help me.

Thanks

4
Error Messages / Fehlermeldungen / Error in search.php
« on: February 28, 2010, 10:23:11 AM »
When I browse http://localhost/4images/search.php , the page open but at the top of the page the following error line shows.
I don't know what is the problem because few days ago there is no error in this page and I didn't do any modification in this time.
Please Help me.

Deprecated: Function ereg() is deprecated in D:\Server\xampp\htdocs\4images\includes\functions.php on line 120
Deprecated: Function ereg() is deprecated in D:\Server\xampp\htdocs\4images\includes\functions.php on line 173
Deprecated: Function ereg() is deprecated in D:\Server\xampp\htdocs\4images\includes\functions.php on line 120
Deprecated: Function ereg() is deprecated in D:\Server\xampp\htdocs\4images\includes\functions.php on line 120
Deprecated: Function ereg() is deprecated in D:\Server\xampp\htdocs\4images\includes\functions.php on line 168
Deprecated: Function ereg() is deprecated in D:\Server\xampp\htdocs\4images\includes\functions.php on line 120
Deprecated: Function ereg() is deprecated in D:\Server\xampp\htdocs\4images\includes\functions.php on line 120
Deprecated: Function ereg() is deprecated in D:\Server\xampp\htdocs\4images\includes\functions.php on line 168
Deprecated: Function ereg() is deprecated in D:\Server\xampp\htdocs\4images\includes\functions.php on line 120
Deprecated: Function ereg() is deprecated in D:\Server\xampp\htdocs\4images\includes\functions.php on line 168
Deprecated: Function ereg() is deprecated in D:\Server\xampp\htdocs\4images\includes\functions.php on line 120
Deprecated: Function ereg() is deprecated in D:\Server\xampp\htdocs\4images\includes\functions.php on line 168
Deprecated: Function ereg() is deprecated in D:\Server\xampp\htdocs\4images\includes\functions.php on line 120
Deprecated: Function ereg() is deprecated in D:\Server\xampp\htdocs\4images\includes\functions.php on line 120
Deprecated: Function ereg() is deprecated in D:\Server\xampp\htdocs\4images\includes\functions.php on line 120
Deprecated: Function ereg() is deprecated in D:\Server\xampp\htdocs\4images\includes\functions.php on line 168
Deprecated: Function ereg() is deprecated in D:\Server\xampp\htdocs\4images\includes\functions.php on line 120
Deprecated: Function ereg() is deprecated in D:\Server\xampp\htdocs\4images\includes\functions.php on line 120

See attachments for functions.php file..

5
Code: [Select]
//-----------------------------------------------------
//--- Show Categories ---------------------------------
//-----------------------------------------------------
$categories = get_categories(0);
if (!$categories)  {
  $categories = $lang['no_categories'];
}
$site_template->register_vars("categories", $categories);
unset($categories);

If I place the upper codes in any php file then it shows Categories list on that page. It is really cool, cause I have not to write full code in every page where I want to show it.

But i don't know how its work and where the original code comes from. I asking this question because I want to show a (same) ads in various pages. So I want to make a system like 'Show Categories', so that a small code for various page acts like full code for displaying ads.

Please tell me how 'Show Categories ' builded and linked with which code?
Also can tell system to create 'Show Ads' like 'Show Categories '

6
Installation, Update & Configuration / Upgrading 1.7.6 to 1.7.7 HOW ?
« on: June 16, 2009, 12:53:56 PM »
1. Fro where I'll find only updates to download and update my 4im..1.7.6 to 1.7.7

2. How can I update my existing 1.7.6 virsion

3. I found some forum post url from "ChangeLog Version 1.7.7" and manually update some files by reading that posts. But some other files remain unchanged because there is no link included with ChangeLog. So how can I update my files?

7
Need ads and advertiser management MOD

8
Mods & Plugins (Requests & Discussions) / Datetime
« on: February 18, 2009, 09:47:03 AM »
1. How datetime stored in database something like '235355654' instead of 2009-01-24 11:21:33   ??

2. How datetime retrive from database like 2009-01-24 11:21:33 from '235355654'   ??

Note: Here datetime is just assumed and not real or accurate.

9
Mods & Plugins (Requests & Discussions) / REQUEST (MOD)
« on: January 30, 2009, 03:38:07 AM »
Dear user,

I need the following MODs:

Tell-a-friend or friends.
Send this page to a friend or friends.
Printer friendly (to print a page)

If you have or know the mod link, please tell me.
thanks in advance.

10
Discussion & Troubleshooting / If my 4images stolen?
« on: January 17, 2009, 10:23:49 AM »
Suppose I bought 4images for one site. If someone stole my script and run his site then how do I know that someone has stolen my script. Is there have any system in the script that I know about stolen?

11
I need a image upload system for admin area
====================================================

I will send the folling variables from previous page.

'item' and 'code'

Suppose,

$item = "laptop";
$code = "LP 256";
$here = "./images/";   // upload root location specified by me


YOUR JOB:
The upload php will create a directory '$here' named '$item' if the directory not exists.
Then upload image to '$item' directory with renaming '$code.imeagetype'.
Check new image name for duplication from file dir not from mySql before upload.
Insert image name '$code.imagetype' only to mysql table.
Display error or successful confirmation after process.
Also include image resizing system.


RESULT:
The script will create "./images/laptop" dir if not exists.
Upload image to "./images/laptop/LP 256.jpg"
Insert "LP 256.jpg" to mysql table


Please help me.............

12
I want to make 4images like this



View full size imagehttp://www.picscrazy.com/view/013bPj.gif
Note: this image hosted on a site that host some adult pic too.
         Mod can download & post this full pic this site

1. Create 3 or more main category (as required)
2. Every category may have sub category
3. Newest pictures of every category will show on index page
4. Top statistics will be individual for every main category

I think it is not bad idea. But  I cant make it.
Please make & post it for me & all users of 4images.

Thanks in advance.

13
I want to make a new file .php file (my_new_file.php) into the root directory.

##  The file will viewable only for logedin users.
##  If the non-loged user try to open this file, it will redirect to login or index page.
##  A template will add this file (A new html file created on template/default dir named "my_new.html")

please post steps required for this file.
It will be better for me if you kindly make a sample php file with the above reguirments.

14
Templates & Styles (Requests & Discussions) / HR-01: Adding new html file
« on: September 12, 2008, 05:13:30 AM »
Suppose I made a new "my_new_file.html" file in the templates/default directory. The html file just contain a image. Now I want to add this template file into the index.php .

Please post the steps required for this work.

15
Please help me about watermarking on downloadable image not original uploaded image.

Actually I want to add site name on image (downloadable). That means when a user try to download a image then the system will include a watermark of that image.

Is it possible?

How can I do that?

Pages: [1] 2