But that classified ads mod is nice - I think, I will try it out, but not next time.
Reiji Kurosaky wrote:Hello,
I´ve installed this mod and it shows this:Forum wrote:Script or Action Blocked
The requested URL /forums/feedback.php?mode=modcp contains a script or action that has has been deteremined unsafe. It has been disabled to prevent abuse.
This server protected by: SecurePHPx
Apache/1.3.34 Server at www.mydomain.com Port 80
What can I do to solve it?
Also in the install instructions, it says to OPEN memberlist_body.php and the real file is called memberlist.php
Hire wrote:Hello guys,
I have an inquiry. Can thread starters conclude a negotiation and also give themselves feedback(s) with the default script? I don't like that, how can I edit the script so that thread starters can't give themselves any feedback?
Thank you
#-----[ OPEN ]---------------------------------------------------
#
feedback_post.php
#
#-----[ FIND ]---------------------------------------------------
#
{
$trans_type = SELLER;
}
else
{
$trans_type = BUYER;
}
if($transaction_data['seller_id'] == $userdata['user_id'])
{
$other_id = $transaction_data['buyer_id'];
}
else
{
$other_id = $transaction_data['seller_id'];
}
$other_data = get_userdata($other_id);
#
#-----[ AFTER, ADD ]--------------------------------------------
#
if($transaction_data['seller_id'] == $transaction_data['buyer_id'])
{
message_die(GENERAL_ERROR, 'You cannot leave feedback for yourself.');
}Script or Action Blocked
The requested URL /forums/feedback.php?mode=modcp contains a script or action that has has been deteremined unsafe. It has been disabled to prevent abuse.
This server protected by: SecurePHPx
Apache/1.3.34 Server at www.mydomain.com Port 80
maxxo wrote:Hi,
I am german, but I try to write in english.
there is a problem: Every auction can be closed earlier as it is allowed.
So the auction would be canceled by the topicstartet. But thats not allowed.
How can I resolve the problem?
I suggest, that the poster fill in the starttime and the end by opening the thread and the script allows a close of the thread only if the time is over.
Is it understandable ?
Return to [2.0.x] MODs in Development
Users browsing this forum: BloodAngel and 4 guests