User Feedback Archive : December 2015

Posted by Valentin
2015-12-26

which file i need to include to can use reset function?
Posted by Tom
2015-12-27

>which file i need to include to can use reset function?

There is no single PHP function to rest both IPs and cookies. For IPs, the clear() method in web/app.ajax-poll/include/CIPBlock.inc.php does ... Read More
Posted by Kassa
2015-12-23

I edited files in tdata and now it doesn't update counts anymore. Any suggestions?? it says file locked.
Posted by Tom
2015-12-27

Hi, maybe you opened a data file in a text editor and left it on the desktop? Some text editors lock files when opening files. By closing the editor, you can release the file lock.
Posted by Muhammad Mujtaba
2015-12-22

Hi Tom im eagerly waiting for the next address book update, when its going to be release?
Posted by Tom
2015-12-22

Hi,

>when its going to be release?

Sorry, I can't say. New things keep poping up and force us to rewrite from scratch. In 2015, the trend of responsive design got stronger and changed our plans ... Read More
Posted by Mustafa
2015-12-16

Hello Tom,
I didnt change any htaccess files but I installed cloud linux to server recently. But I removed cloud linux to see if it caused problem. The script still isnt working. Any advice?

Thank ... Read More
Posted by Tom
2015-12-17

Hi,

>I installed cloud linux to server recently. But I removed cloud linux to see if it caused problem.

I still think something must have happened outside the script. Usually when something that ... Read More
Posted by dj
2015-12-15

where is the 7form folder? i was create custom form ferom website and download. But no any /form folder and form page :(
Posted by Tom
2015-12-15

Hi, I think you are confusing Address Book Script with Form2DB (http://www.phpkobo.com/form2db.php). Address Book Script doesn't have a "form" folder.
Posted by Mustafa
2015-12-14

I was using the script for a long time. But now I can't edit to ads.

When I click on the edit buttons of the ads it forwards me to login page.

Regards,
Mustafa
Posted by Tom
2015-12-15

Hi,

>I was using the script for a long time. But now I can't edit to ads.

So, it was working. Then most likely something happened outside of the script. Maybe you can check .htaccess files, which ... Read More
Posted by Ashok Bhamla
2015-12-10

my email
is
info@pmdgroups.com
smtp- smtp.zoho.com
hostname-

can you send me sample file without comment,
i am not good in coding.

//<?php exit; ?> ... Read More
Posted by Tom
2015-12-11

Hi, your configurations look fine to me. Of course, I can never be sure if you supplied correct information. For example, the email you typed may not exist or the password you typed could be wrong. ... Read More
Posted by Sergey
2015-12-08

Hello dear Tom. Your scripy are brilliant. Thank you for this. Some questions:

1. How can i situate all entries vertiacal, not horizontal?
2. How can i visualized a sum of entries of some fields, ... Read More
Posted by Tom
2015-12-10

Hi,
>1. How can i situate all entries vertiacal, not horizontal?
>2. How can i visualized a sum of entries of some fields,
You can do both by editing the template, ... Read More
Posted by Lado
2015-12-02

In strings file I see User Types Guest, Member and Staff. It seems to me only Staff is fully implemented. I'd like non staff users to be restricted so they can only view the contacts (i.e. cannot ... Read More
Posted by Tom
2015-12-02

Hi Lado,

>It is true that if I follow the instructions there, a cannot modify and/or delete anything, but the buttons to do it are still there and trying to use them sends you to an empty page.

The ... Read More
Posted by Trajce
2015-12-02

Hello Tom
First great script and congrats. But i have some problem when i try to search on the admin panel. Every time i use a search sequence got the error:

Critical Error : Wrong Page Sequence ... Read More
Posted by Tom
2015-12-02

Hi,

>Critical Error : Wrong Page Sequence

There are two possibilities I can think of for that.
(1) Your webserver is not set up right.
Maybe, this is the first time you use PHP in your website and ... Read More
Posted by Anton
2015-12-01

Sorry my database and php programming are very bad. And i can't understand your example

// initilize total
$total = 0;

(loop begins)

// add each cost to the total
$total += $hm->Zb('rs:def:cost'); ... Read More
Posted by Tom
2015-12-01

What I meant by the loop is this:
<?php while( $hm->zb('@rs:def:begin_table') ) { ?>
....................
....................
....................
....................
<?php } ?>
By the way, you ... Read More