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

Pages: 1 ... 5 6 7 8 [9] 10 11 12 13 ... 16
121
Finally I finish the templates for integration with phpbb, I wish I can get feedback from all members.
So I can make the templates skin integration with all my free template.


The gallery http://www.mantradigital.com/gallery/

The forums http://www.mantradigital.com/gallery/forums/

122
:wink: All i'm say is when I download something in your site I got wrong extention for the file I download.

123
Quote
very strange...but can u download this image?:
http://come.no-ip.com/details.php?image_id=7570



After  make log in in your site , I try dowload one of your image [ alibaba1 ]
I got this extentention V@no

alibaba1.rm

124
Mods & Plugins (Releases & Support) / Yeap like you said
« on: June 03, 2003, 03:31:26 PM »
Yeap like you said eurohp, after I rename the extention to zip......
its work now thanks :wink:

125
Mods & Plugins (Releases & Support) / Yes I know
« on: June 03, 2003, 05:56:17 AM »
When I click the link [ your links file ] ,
the file is save as document extentention and name of the file is files.
usually all the mod file with zip extention.

after I download your file and try open with notepad they scramble thing inside I can't  read.

I try many time to download and found the same thing [ still save as document extention ].


I use IE 6 with windows 98.

126
Mods & Plugins (Releases & Support) / The download doesn't work
« on: June 03, 2003, 03:52:27 AM »
The download page in your site doesn't work, they allways give me the files extentions.

 :wink:

127
Mods & Plugins (Requests & Discussions) / questions
« on: May 30, 2003, 04:11:53 AM »
Hi V@no ,

I want to use your paging class in my news

this my code news
Code: [Select]
$sql = "SELECT * FROM ".NEWS_TABLE." ORDER BY id DESC ";
   $result = $site_db->query($sql);
   $num_rows = $site_db->get_numrows($result);
   $archive_row = array();

   while ($row = $site_db->fetch_array($result)) {
    $archive_row[] = $row;
}
   $site_db->free_result($result);


if (!$num_rows) {
     $news = "&nbsp;&nbsp;&nbsp;<b>NO MASAGE YET</b>";  
  }
  else {
  $news = "";
$bgcounter = 0;

   for ($i = 0; $i < $num_rows; $i++) {
      $row_bg_number = ($bgcounter++ % 2 == 0) ? 1 : 2;
         
         $site_template->register_vars(array(
 "id" => ($archive_row[$i]['id']),
"totalpage"=>$totalMsg,
"text" => convertBBCode($archive_row[$i]['text']),
"title" => ($archive_row[$i]['title']),
"date" => ($archive_row[$i]['date']),
"row_bg_number" => $row_bg_number));

          $news .= $site_template->parse_template("cpnews_detail");
   }

  }
  $site_template->register_vars("news", $news);
  unset($news);


My question is  how to add paging feature in my news with your paging class

128
Mods & Plugins (Releases & Support) / is there
« on: May 24, 2003, 06:40:54 AM »
is there any in english, yet [lang ] :roll:

129
Mods & Plugins (Releases & Support) / i think
« on: May 24, 2003, 03:39:42 AM »
Quote
Open /includes/global.php


I think global.php in root directory V@no.

 :wink:

Thanks this was good hack

130
Mods & Plugins (Releases & Support) / Yeap
« on: May 22, 2003, 03:39:57 PM »
Yesss you make my day Jan :D  :D  :D

Thanks

131
I still confused Jan ,My idea is just for info file RAR only in spesific category ,
because I don't use this mood for deferent image like you said .
I just use litle hack from this code.

.
Code: [Select]

ereg("(.+)\.(.+)", $file['file_path'], $regs);
$file_path = $regs[1].'.rar';

if (file_exists($file_path)) {
$file['file_path'] = $file_path;

ereg("(.+)\.(.+)", $file['file_name'], $regs);
$file['file_name'] = $regs[1].'.rar';
}



I use this as a download for my template

----------------------------------------------------
Please take a look at my web

user: dream
password : kacanggoreng

www.mantradigital.com/gallery/

visit in DREAM SKINS category after get in detail page,

on info file by default it take from the image JPG file, my wish is the info size file
get from the RAR .


Thanks for taking your time Jan

132
Mods & Plugins (Releases & Support) / Ops
« on: May 21, 2003, 12:58:14 PM »
Ops sorry.

I'm confused where do I put this hack [ in detail.php ]
I search for this code in detail, but I couldn't found it.

Code: [Select]
}  
$site_template->register_vars($register_array);

133
Chit Chat / Theres a BUG in this forum???
« on: May 21, 2003, 12:16:18 PM »
I found a bug in this forum, today I make post reply in
Mod section

Integration 4images 1.7 / phpBB

My reply is page 16 [ http://www.4homepages.de/forum/viewtopic.php?p=24916&highlight=#24916 ], but when I view the tread only show 15 page.


my reply is mising. :?  :?

134
No I mean the info size will for RAR  extention ? :wink:

135
Mods & Plugins (Releases & Support) / U2 Jan
« on: May 21, 2003, 11:03:02 AM »
Thanks U2 Jan.

 How to make the file size info in detail page, take from the RAR file [ not from the image ].
 :D  :D  :D

Pages: 1 ... 5 6 7 8 [9] 10 11 12 13 ... 16