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

Pages: [1] 2 3
1
Mods & Plugins (Requests & Discussions) / find images by user
« on: April 09, 2003, 03:40:59 AM »
actually
http://www.0-gravity.com/gallery/search.php?search_user=tracer
that was what i was looking for... :P

2
Mods & Plugins (Requests & Discussions) / find images by user
« on: April 09, 2003, 03:22:16 AM »
i guess i removed that from my site... strange...

3
Mods & Plugins (Requests & Discussions) / find images by user
« on: April 09, 2003, 02:14:11 AM »
is there anyway to search for all images submited by a user?

4
Quote from: icecaffy
I THINK OBOUT THE PROBLEM IS NOT HAPPEN TO THE SERVE HOSTING . IF U OPEN THE SINGLE PICTURE THAT IS THE SPEED IS VERY FAST.
IF THIS PROBLEM CAN  BE PROGRAM PARSE IT.    :roll:  :roll:  :(  :(



anything from the server is very very slow so we can't really see what's going on...

5
Mods & Plugins (Requests & Discussions) / Auto Reload Random Image
« on: April 04, 2003, 04:47:54 AM »
where your random image is in your layout put and iframe there and have it pull just a page with the random image on it and have that reload every 10 sec...

6
Mods & Plugins (Requests & Discussions) / Email List Extraction
« on: April 04, 2003, 12:00:48 AM »
If phpbb is intergrated... just as v@no's change the rootpath but this one show all users

Code: [Select]
<?php 
define
&#40;'ROOT_PATH', './'&#41;; 
include&#40;ROOT_PATH.'global.php'&#41;; 
$sql "SELECT username, user_email 
        FROM "
.USERS_TABLE." c 
        ORDER BY username ASC"

$result $site_db->query&#40;$sql&#41;; 
$users = array&#40;&#41;; 
while &#40;$row = $site_db->fetch_array&#40;$result&#41;&#41; &#123; 
   
$users[&#93; = array&#40;$row['username'&#93;, $row['user_email'&#93;&#41;; 
&#125; 
foreach &#40;$users as $key => $val&#41; &#123; 
   
echo $val[0&#93;." - ".$val[1&#93;."<br />"; 
&#125; 
?>

7
Quote from: V@no
actualy both categories opened for me pretty....slow...
and speed was about 3kb/sec...
I'd just say your host connection is slow (or I'm too far)

P.S hit "Caps Lock" key one more time :roll: :lol:




i'm with v@no... that's all a server problem... i can't even ping imgshow.com i can barely ping your ip there is about a 75% loss the breakdown seems to be Los Angeles right before it shoots over to china...

also if you were in china it looks like it would work fine... the pings from there are around 100ms

(i'm on an oc48 line i dout the loss was on my end)

8
Quote from: V@no
Quote from: Caelestis
does anyone know where the sql statement that sets the templates dir. is located or am i wrong about how that setting is set?

in /includes/constants.php
Quote
define('TEMPLATE_DIR', 'templates');

this set the name of "templates" folder itself, then, when go to 4images settings in ACP, it will check what folders are exist in "templates" folder and give u the list of what templates are avalable, u chose the one u want.


ok you've both missed the point... the name of the template you are using is stored in the mysql database i need to know where the sql query that finds the field it is stored in is located, i'm working on a mod so that users can have more than one template...

EDIT: nvm... i found what i was looking for... so maybe tonight or tommarrow i'll have a change template mod...

and v@no you did answer my question... kinda just not fully i guess...

9
Discussion & Troubleshooting / this should be easy but i can't find it
« on: March 30, 2003, 08:43:05 PM »
Quote from: SLL
there's no setting for templates. all sub-directories under /templates/ are determined automatically


how does it know to look at templates/temp1 rather than templates/temp2? it is set in the mysql database i just need to find the statement that set and retrieves it...

10
Discussion & Troubleshooting / this should be easy but i can't find it
« on: March 30, 2003, 12:20:55 PM »
does anyone know where the sql statement that sets the templates dir. is located or am i wrong about how that setting is set?

11
Templates & Styles (Requests & Discussions) / Re: 0-Gravity.Com
« on: March 30, 2003, 01:23:09 AM »
Quote from: lakeside
Quote from: Caelestis
well i'm pretty much done with editing my templates... what do you all think?

http://www.0-gravity.com


It's okay, but I hate having to scroll sideways to view the actual images.  This side scrolling makes me not want to visit sites further.  Only because once I view an image I then have to scroll back to the left (usually) to go somewhere else.  I suppose either redesigning your sideblock so that it's not as wide, or making the actual gallery images smaller would be in order here.


but then the quality of the images posted would be lowered... but i'm running at 1600 x 1200 res so i really don't notice...

12
Quote from: SLL
sure. the user can select it he accepts or not mails from admin in his profile


If the user does this they won't recieve any e-mail sent by the admin though...

13
Templates & Styles (Requests & Discussions) / 0-Gravity.Com
« on: March 28, 2003, 06:50:51 AM »
i ended up using an image preloder that i think increased speed...

14
any way to make it so that the user could choose wether to use this option or not?

15
Mods & Plugins (Requests & Discussions) / ok... good one...
« on: March 27, 2003, 12:09:08 AM »
v@no ---

that was it exactlly... thank you...

Pages: [1] 2 3