41
krobi
Re: PDdownloads not letting me upload
  • 2005/8/14 23:36

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


no this is only a display error in the administration, the value you have set will the value the uploader will look for.

but i cant say where the problem is at the moment, tommorrow
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com



42
krobi
Re: PDdownloads not letting me upload
  • 2005/8/14 23:29

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


this is a default value of a php function, i have just looked at the code and as far as i see this is a problem which we will fix.

we will make some tests regarind uploading file up to the size of 200 mb and we hope that we can resolve any problem regarding this - if we will find bugs.

at the moment i cant give you a bugfix or something like that, first of all i will go to bed and after that i will look at the module and this bug.
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com



43
krobi
Re: PDdownloads not letting me upload
  • 2005/8/14 22:28

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


i'am sorry but we cant test the upload system with 70 mb file or bigger one - i have to say we have never though about that, because when i would upload such a big file i would do it via ftp the possibilty that i will get a time out when i upload this via a script (like the one that is in pddownloads) is extremly high.
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com



44
krobi
Re: A little Help with - PDdownloads
  • 2005/8/13 16:47

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


hey

the first "problem" is quiet simple

edit the following templates:

PDdownloads_download.html and PDdownloads_singlefile.html

in this templates you will find a line like this
Quote:
<a href="visit.php?cid=<{$down.cid}>&lid=<{$down.id}>" target="_blank">


simple remove the target="_blank" or change it so target="_self".

and then you have to make some small changed in the visit.php

at the begin of the file look for this
Quote:
include 'header.php';


after that line put in this line
Quote:
include XOOPS_ROOT_PATH . '/header.php';


and at the end of the file
befor this line
Quote:
?>


but this in it
Quote:
include XOOPS_ROOT_PATH . '/footer.php';


after that the visit.php at the two points will look like this:
at the begin of the file:
Quote:
include 'header.php';
include XOOPS_ROOT_PATH . '/header.php';


and at the end
Quote:
include XOOPS_ROOT_PATH . '/footer.php';
?>


so thats all, done forget to update the module because of the changes you made in the templates.

regarding the second problem, hm normally the module will change the size to kb/mb automatically for the user-side. but you have to put in bytes when you submit a download - its because the module will calculate the kb/mb/gb size from the bytes size.

so there is no need to change this.
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com



45
krobi
Re: getting all fileds from a table
  • 2005/7/31 17:43

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


as far as i know the show command only give a true or false back - not the real result.

i dont want to know if the field is there, i dont know the fields and the script should get this infos from the sql not from the user.

so i need a command that give the result back in a array or something like that - so i can work with it, how should i work with a true or false? when i need the information, i dont need to know if its there.
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com



46
krobi
Re: getting all fileds from a table
  • 2005/7/31 15:46

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


is there no one who could help me?
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com



47
krobi
getting all fileds from a table
  • 2005/7/30 19:28

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


hey

i need your help, i write a script where i need to know all fields and there settings from a table.

i dont know the fields, so the script should pick the fields and there settings directly from the sql and save it in a array or something like that.

does anyone have a idea how to make this?
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com



48
krobi
Re: Xmonitor to trap user action
  • 2005/7/30 15:31

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


right XOOPS works with php5 but modules are another story

they are independence from XOOPS in many ways, they use normal php code (the most of the time) so not only XOOPS have to be php5 compatibly also the modules have to be php5 compatibly
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com



49
krobi
Re: XOOPS DB backup and restore 3.0
  • 2005/7/29 17:05

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


great to see a new version of this modul.

i have a problem when i click on " Restore database" i get this message
Quote:
Fatal error: Class 'XoopsLists' not found in e:\programme\easyphp1-8\www\xoopslocal\modules\backup\admin\restore.php on line 55


and where can i create a "cron job", i havent found an option to create an automatically backup.
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com



50
krobi
Re: All done | no broken links
  • 2005/7/29 15:23

  • krobi

  • Quite a regular

  • Posts: 290

  • Since: 2003/12/21


hey

great the download now works,

its really good to see that someone it working on this great tracking tool but there are many things to do.

for example the original module and your mod is nor php5 compatible.

features i would like to see in a new version of uservisit or xmonitor:
- php 5 compatibility
- less core changes for example in uservisit you only have to put in one line of code in one core file, in xmonitor you have to put in three lines in three core files.
- in the index site i would like that the columne "last visit" always show the latest visit ( i dont know if it do that right now)
- in the detail site, i think it would be great if the visits will be ordered by day.

at the moment you have three tables, in the first you see when the user was online and how long - great. the second shows on what sites the user was (on your website) and thats the point - its a nice list but for me it would be greater if this would be order by day not by visit.

i hope you unterstand how i mean it.
if you want i could send you a internal mod of uservisit - its absolutly the same as the original uservisit but its php5 compatibly maybe some little bugs but nobody is perfect
Developer of PD-Modules like PD-Downloads and PD-Links.
Webmaster of Power-Dreams.com




TopTop
« 1 2 3 4 (5) 6 7 8 ... 16 »



Login

Who's Online

172 user(s) are online (121 user(s) are browsing Support Forums)


Members: 0


Guests: 172


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits