feed2list lesezeichen · · · · · ·
   
website Cafe Webmaster
Webmaster Community

In last 10 years there are more than 100 new jobs. Here is a list of common IT/www-jobs. It is impossible to find the name/title of most these jobs on books and encyclopedia which is older than 15 years.

Account Manager
Ajax Developer
Applications Analyst
Applications Designer
Applications Programmer
Applications Tester
Bioinformaticist
Chemical Informaticist
Circuit Designer
Computer Operator
Computer Support Service Representative
Computer Systems Analyst
Computer Systems Auditor
Consultant
Customer/Technical Support Specialist
Data Mapper
Database Analyst/Expert

read more


text Iframe Trojan / Virus of Alcobro.net
Fri, 30 Mar 2012 17:34:57 +0000

Hello! We have a big security problem. Website of a friend is infected with iframe code from alcobro.net. Every .php, .html, .htm, .js file has an iframe code at the end of file. Norton can find infected files but cannot repair it. They are more than 1000 files. Too much to clean manually. I need help to clean these files because there is no clean backup. And I must be sure that .swf files are not infected.


I have Drupal7 and i have installed image Galleria. I have created a content type with image field. I have uploaded dummy images. But I get this error:

"Error message Style Galleria requires an image field to be added."


Hi, My Drupal 7 site giving this error:

Fatal error: Call to undefined function taxonomy_field_insert() in /is/htdocs/www/public_html/sites/all/modules/i18n/i18n_taxonomy/i18n_taxonomy.module on line 362

Any idea how2 fix it? It appears when I try to add a new node/ story content.


Case: We have one or more spammer-user who added hunderts/thousands of nodes automagicly or manually. It takes very long time to delete them using Drupal admin interface. We need a fast & effective solution.

The solution
1. Find 'uid' of spammer
2. Create a block with input-filter PHP and run following code

";
            echo node_delete( $arr[nid] );
}
?>

text flexible free php contact form
Tue, 24 Jan 2012 12:06:18 +0000

I'm using the flexible free php contact form from this site. Now I like to have a choice of gender build in, but I don't know how to do. Any tips?
(the form is here: http://www.cafewebmaster.com/web2-style-secure-flexible-free-php-contact-form-easy-setup)

Best regards,

Paul


text Very simple and short PHP-Shell script
Sun, 08 Jan 2012 16:05:09 +0000

You have a simple webhosting without ssh-shell login. Ie. you have to download wordpress first unzip it and upload to your server. But with shell terminal you can do it with two lines of commands. Why not use PHP as shell client?

". shell_exec( $cmd );

echo "

";

create a tar file with all your mp3 files

tar cvf mp3.tar `find / -name *.mp3`


I have just installed new phpMyAdmin (version 3.4.8). There is no password for mysql root user. But I coudnt login and got this error:

#1045 Cannot log in to the MySQL server

Reason is: Missing blowfish string and config file.

The solution:

- change config.sample.inc.php to config.inc.php
- put some text for $cfg['blowfish_secret'] on line 17.

change

$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */

to

$cfg['blowfish_secret'] = 'sdghwkglsdkhuRandomTEXToituwetu45z'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */


As I want to add a forum entry I got Apache's 500 server internel error. i tried to change .htaccess, php-conf etec but no success.

Error was: [warn] [client 1.2.3.4] mod_fcgid: HTTP request length 137744 (so far) exceeds MaxRequestLen (131072), referer: http://example.com/node/add/forum/1

After a research check error-logs of virtual host I found that /etc/apache2/mods-available/fcgid.conf must be changed.

I added following directive:

MaxRequestLen 157286400