How do I add a second account to the section below: (Everytime I try to add another rapidshare account it does not show on the forum itself.)
-------------------------------------------------------------------------
'rapidshare.de' => array (
0 => array (
'id' => "yyy",
'pass' => "yyy"
)
/*,1 => array (
'id' => "yyy",
'pass' => "yyy"
)
,2 => array (
'id' => "yyy",
'pass' => "yyy"
) */
)
,
'rapidshare.com' => array (
0 => array (
'id' => "xxx",
'pass' => "xxx"
)
/*,1 => array (
'id' => "xxx",
'pass' => "xxx"
)
,2 => array (
'id' => "xxx",
'pass' => "xxx"
) */
)
);
|