Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Web Hosting


Advertisements:




SuperbHosting.net & Arvixe.com have generously sponsored dedicated servers and web hosting to ensure a reliable and scalable dedicated hosting solution for BigResource.com.







Using Crypt Function In C++ On Linux


Can anyone tell me in order to use the crypt function (amd md5sum) in a c++ program (g++ on CentOS assuming the cryptography libary is installed) what do I have to

#include

?


View Complete Thread with Replies

Sponsored Links:

Related Forum Messages:
Can't Locate Crypt/CipherSaber.pm
i got this error on some of the sites on my server

the script company says it's something wrong with perl

Code:
Can't locate Crypt/CipherSaber.pm in @INC (@INC contains: Plugins Modules /usr/local/lib/perl5/5.8.8/i686-linux /usr/local/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8/i686-linux /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl .) at Modules/Session.pm line 283.

View Replies!   View Related
Installation Of Crypt::SSleary Using Windows Perl PPM
I tried to install the above, but I cant seem to be able to find Crypt:Sleary, my client insist it shd be there. What shd I do?

View Replies!   View Related
Error On Yum Update :: Error: Missing Dependency: Perl(Crypt:asswdMD5) Is Needed By Package Syslinux
--> Populating transaction set with selected packages. Please wait.
---> Package cadaver.i386 0:0.22.5-1.el5.rf set to be updated
---> Package mtr.i386 2:0.72-1.el5.rf set to be updated
---> Package rsync.i386 0:3.0.2-1.el5.rf set to be updated
---> Package nmap.i386 2:4.20-1.el5.rf set to be updated
---> Package lftp.i386 0:3.7.1-1.el5.rf set to be updated
---> Package syslinux.i386 0:3.63-1.el5.rf set to be updated
---> Package dkms.noarch 0:2.0.19-2.el5.rf set to be updated
---> Package subversion.i386 0:1.4.6-0.1.el5.rf set to be updated
--> Running transaction check
--> Processing Dependency: perl(Crypt:asswdMD5) for package: syslinux
--> Finished Dependency Resolution
Error: Missing Dependency: perl(Crypt:asswdMD5) is needed by package syslinux

when I run yum update

View Replies!   View Related
Disable Function
It possible to disable the disable function for all user expect one account for running few application i need shell_exec, passthru, exec these so for other account it possible to disable it?

View Replies!   View Related
Function Checking
How can figure out which functions are active on my server?
I have root access and the server is Linux.

I want to know wheather the function "fsockopen" is open or not.

View Replies!   View Related
Function : Curl_init()
Fatal error: Call to undefined function: curl_init() in /home/user/public_html/news/include/function.php on line 1526

how to fix this.??
thanks

NB: My server info

Centos
apache1
my php -v give :

Code:
php -v
PHP 4.4.7 (cli) (built: Jul 27 2007 18:31:31)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
with the ionCube PHP Loader v3.1.31, Copyright (c) 2002-2007, by ionCube Ltd., and
with Zend Extension Manager v1.2.0, Copyright (c) 2003-2007, by Zend Technologies
with Suhosin v0.9.20, Copyright (c) 2002-2006, by Hardened-PHP Project
with Zend Optimizer v3.3.0, Copyright (c) 1998-2007, by Zend Technologies

View Replies!   View Related
Function.file-get-contents
I got this warning message from a script I was working on to read XML feeds.

Warning: file_get_contents(url) [function.file-get-contents]: failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in C:Apache2.2htdocs est5.php on line 8

but when i run the url itself, it works fine.

i already set allow_url_fopen = On

View Replies!   View Related
Disable Mail Function
I am starting to webhosting company in it I have included a package will be free and add supported and also I want to disable some functions like mail() ..........I mean I want to disable SMTP services anyone have idea how can I do that.

View Replies!   View Related
Some Ajax Function Not Working
I got PHP working. But some of the Ajax functions it not working.

For example:
in wordpress admin, i can only use HTML mode to start a new post. I cant switch to VISUAL mode. And it was working before though.

What option do i need to compile PHP with to make it work?

Right now i have:

Quote:

'./configure' '--prefix=/opt/lsws/lsphp4' '--with-litespeed' '--with-mysql' '--with-gd' '--enable-shmop' '--enable-track-vars' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-magic-quotes' '--enable-mbstring' '--without-pear' '--with-bz2' '--with-curl' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--enable-gd-native-ttf' '--without-gdbm' '--with-gettext' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-png' '--with-pspell' '--with-expat-dir=/usr' '--with-pcre-regex=/usr' '--with-zlib'

View Replies!   View Related
Mail Function Not Work
the php mail function not work on my server!

when I run this function not show any error too.

for example I run this code:

<?php
echo "ok";
$to = 'myemail@mydomain.com';
$subject = 'the subject';
$message = 'hello';
$headers = 'From: test@domainname.com' . "
" .
'Reply-To:test@test@domainname.com' . "
" .
'X-Mailer: PHP/' . phpversion();

if(mail($to, $subject, $message, $headers)){

echo "sent";

}else{

echo "notsent";
}
?>

View Replies!   View Related
Function.include Error
Ive searched google and this forum for hours and have not found any solution to this below error on a site of mine.

I am using php 5.2

Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/comosabe/public_html/footer.php on line 5

View Replies!   View Related
Php Virtual() Function Doesn't Work
We setup a new server and we're trying to use virtual() function to work with a certain script that requires it.

We already tried several ways to make it work. But at this moment, we only could make it work on PHP 4 with DSO.

View Replies!   View Related
How To Enable/disable Mail() Function
how to know if mail() function is enabled or disabled on my server? how to enable/disable it?

can it be done via server control panel or is there a shell command for it?

one more thing, where to get/edit the SMTP data for my server?

View Replies!   View Related
Server Slow After Using Mail Function
I used the mail function in php to send mails to my 25000 members in a loop..

After using it my server has gone very slow.. Load has increased a lot from 2 to around 20.. Major load is taken by sql and then httpd (both have increased)..

I had restarted mysql and httpd.. even reinstalled apache but no help..

View Replies!   View Related
Diasbled Function In Php.ini
suppose that i am a costumer. is it possible to see disabled function in php.ini?
(using any script)

View Replies!   View Related
Function.include Error After Transfer
We transfer some hosted website from our usa server to our cana server and they have function.include error in new server.

View Replies!   View Related
PHP Mail() Function Not Working
I have just changed servers and uploaded a mail() script which was working on my previous config but does not work on the new server config. What is stopping the emails from being delivered, is there something new in WHM that I need to do?

Here are my WHM and cPanel details:

WHM 11.11.0 cPanel 11.15.0-R18264
REDHAT 4 i686 on standard - WHM X v3.1.0

View Replies!   View Related
PHP Mail() Function Does Not Work
I just re-installed PHP4, Apache, and MySQL and now the "mail" function in PHP will not work. Is there a way to correct this? Is there some configuration value in Apache or PHP I must change?

View Replies!   View Related
How Much Can Php's Mail Function Really Handle
I have mixed feelings on the mail() function in php. I've seen it send out amazing numbers of emails and yet I keep reading that it is prone to problems. I'm wondering if someone can put an approximation on what you could/would send out in say 60 seconds. I know that there are tonnes of variables, so i'll try and remove a few:

- server hardware is typical of a cpanel/WHM shared hosting environment
- running apache/linux
- email is say 20kb HTML format
- mail is sent in a php script loop, one by one; alternatively, mail() could be called in clusters of x emails - like send 5 emails at once
- there are 400 recipients

View Replies!   View Related
Imagettftext :: FreeType Library Not Available, Function Does Not Exit
i use VPS linux, And one of my member asked me To help him.

He faced an error that say, 'FreeType library not available. (Function imagettftext does not exist)'

and requested me to avtivate this for him.i have no information about it that how can i do it.

View Replies!   View Related
PHP Mail() Function Stopped Working
I have a dedicated that suddenly stop php mail() function to work.

Very strange because if I run php script with mail() function as root on command line all working fine.

But If I run php script with mail() function in my browser so not work. Seems that only ROOT can run mail() function.

View Replies!   View Related
PHP Mail() Function Not Working With Lighttpd
I recently started using lighttpd + with PHP using Fast-CGI on a server hosting 14 blogs powered by WordPress, the server works great and this change reduced server load in about 50% which is nice for us, considering some of our blogs have a very high visitor traffic.

Our only problem so far is that since we switched to lighttpd the PHP's mail() function is just not working. I have compiled and re-compiled PHP and Lighttpd without any effects. I have a test site still working with Apache and PHP scripts can send mail without problems.

I've searched forums and Google for some kind of answer but none whatsoever maybe someone can give me pointers on how to solve this. Thanks a lot!!

Server details:

Lighttpd version: 1.4.15
PHP version: 4.4.4
Kernel: 2.6.9-42.0.3.ELsmp
Server has cPanel/WHM installed

PHP configure options:

--prefix=/usr/local --with-xml --enable-bcmath --enable-calendar --with-curl --enable-exif --enable-ftp --with-gd --with-jpeg-dir=/usr/local --with-png-dir=/usr --with-xpm-dir=/usr/X11R6 --with-gettext --with-imap=/usr/local/imap-2004g --enable-mbstring --enable-mbstr-enc-trans --enable-mbregex --with-mcrypt --enable-magic-quotes --with-mysqli --with-mysql=/usr --with-openssl --enable-discard-path --with-pear --enable-sockets --enable-track-vars --with-ttf --with-freetype-dir=/usr --enable-gd-native-ttf --with-xmlrpc --with-zlib --with-kerberos --with-imap-ssl --enable-fastcgi --enable-force-redirect

View Replies!   View Related
Setting Up PHP Mail() Function On New Server
how to set up the mail () function in my PHP.ini on a Linux server.

Is there a generic path that I need to use in order to allow the mail function to work in the scripts?

We do have a mail server set up, the address of which being "mail.companyname.com" ... do I need to insert that into the ini file somwhere instead?

View Replies!   View Related
Enable PHP Function Via Httpd.conf
I 'd like to enable php function "mail" via directive for specific account in httpd.conf
what's directive syntax for it,

View Replies!   View Related
Configure Webserver So That The Php Scripts To Be Able To Use The Mail() Function
I just purchased a vps from rapidswitch, installed lamp, webmin, etc. All is working fine, with one exception. I can't send mail via mail() function.

I have set the MX so that my email addresses are handled by google for domains so i can send and receive mails without problems.

What i cant do, is for example to install a cms and make it send emails for the new registered users, etc.

I have installed postfix via yum, and i've tried to configure it.. but i kind of give up after a few hours of trying.

Someone could point me to the right direction on how to configure postfix for just this ? to be able to send mails via php.

I don't care if it's postfix, qmail, etc.

View Replies!   View Related
Fatal Error: Call To Undefined Function: Imagettfbbox()
Fatal error: Call to undefined function: imagettfbbox()

I am getting the above given error message.

View Replies!   View Related
Error: Warning: Mysql_connect() [function.mysql-connect]
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in /home/.../public_html/enhu.com/includes/connection.php on line 5

Database connection failed: Access denied for user 'root'@'localhost' (using password: YES)

i'm using wamp.

how must i fix this error?

View Replies!   View Related
Iptables LKM Ip_tables Missing So This Firewall Cannot Function
When I click Start Firewall

I get this

iptables LKM ip_tables missing so this firewall cannot function unless you enable MONOLITHIC_KERNEL in /etc/csf/csf.conf
Error: aborted, at line 156

View Replies!   View Related
Email Function Not Working (MS Window Server 2003)
We have a MS Window server 2003 with SP2, currently there is a website running, the webiste is desgined by using asp.net 2.0 c#.

We reinstalled the window server 2003 last week, and we found the email functions not working any more(users in the website can't receive email each other).

I have spent days and trying to figure out, but no luck, I have tried to reset the IIS settings, SMTP Virtual settings, and add/remove windows componets settings...

View Replies!   View Related
Iptables Service Need To Be Running In Order For APF To Function?
Does the iptables service need to be running in order for APF to function? If so, can APF act like it is running, when the iptables service is not running, thus giving you a false sense of security?

View Replies!   View Related
IIS7 And PHP5 : Call To Undefined Function Mysql_connect()
I've been struggling with IIS continuously.

I simply cannot get things to work on it like it's supposed to.

Right now...PHP is running fine...but MySQL won't work.

I've been searching Google for the past 12hours trying to fix this, but it won't budge.

In my "php.ini" file, I enabled the "php_mysql.dll" extension.

I've also tried several other things, but nothing works.

View Replies!   View Related
Fantastico: Fatal Error: Call To Undefined Function Get_output() In...
I'm getting the following error when I'm trying to access Fantastico from cPanel:

Fatal error: Call to undefined function get_output() in /tmp/cpanel_phpengine.1238461774.28418Q1lWZzC0r_ on line 971

I have safe_mode set to On and shell_exec function disabled. When allowing shell_exec and safe_mode Fantastico is working in this server.

But I have many server where safe_mode set to On and shell_exec function is disabled and Fantastico is running just fine.

View Replies!   View Related
Transfering My Clients To A New Host But Maintaining Website Function And Integrity
I have 35 clients hosting on my dedicated server.

I am going to be ending my service as a host provider, and I need to transfer all of my clients to a new host.

Many of my clients sites were written 3-4 years ago in php while global vars was still off, and so many of the sites might not function correctly if I just pop them to a new host.

My first solution would be to bypass the php .ini file with a public_html/ based ini that would override any newer server settings.

Does anyone know of a good host that could take my clients? And also support the php version locally to the shared account?

I need a host that is reliable, and honest.

Am I going about this the right way?

I am open to any suggestions or advice on this.

I should probably add, all of my clients pay on an annual basis from $89-$140. None of my clients run video sites or any heavy media stuff.

View Replies!   View Related
Howto Convert Ini_set Function In Code To Php.ini Setting
I have a website that was running fine for a month or two until my host recently changed some settings on the server, and now it shows a bunch of errors. I contacted the host and they said >

"To avoid the errors, please do not use disabled function. If you need such functionality, you can have your own php.ini on your root http folder containing only necessary option"

Since I'm not a programer, I have no idea what they're talking about. So, I asked them how to do that, they're reply of course was>

"Please consult with the script writer on how to convert ini_set function in your code to php.ini seting. As the script is not encrypted, you can do it with commenting all ini_set calls and write a substitute on php.ini (Create php.ini file in webroot folder)."

I tried to contact the developer, but it appears he has gone MIA! So, now I am left with no clue how to fix the website, so I turn to you guys!

The website is [url]. You can see the errors in the header, but I'll post them here as well>>

"Warning: ini_set() has been disabled for security reasons in /home/buymydom/public_html/includes/global.php on line 3

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/buymydom/public_html/includes/global.php:3) in /home/buymydom/public_html/includes/global.php on line 32

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/buymydom/public_html/includes/global.php:3) in /home/buymydom/public_html/includes/global.php on line 32"

My question is, How do I convert ini_set function in my code to php.ini?

View Replies!   View Related
Warning: Fsockopen() [function.fsockopen]: Unable To Connect To Localhost
Cannot send mail via php mail send

Warning: fsockopen() [function.fsockopen]: unable to connect to localhost:25 in /home/user/public_html/smtpmail/class.smtp.php on line 105

How do I correct this? I'm using Cpanel with php 4.4.8, apache 2.2, mod suphp

View Replies!   View Related
[cPanel] Function Mail(); And Fowarders E-mail - Not Working
I have problem:
1. Function mail(); not working

2. osCommerce e-mail error:

Code:
Gid 32157 is not permitted to relay mail, or has directly called /usr/sbin/exim instead of /usr/sbin/sendmail.

3. Fowarders working only on internal accounts e-mail
fowarder@mydomain.com --> email@mydomain.com - working
fowarder@mydomain.com --> my-emiail123@mail.pl - not working

This is VPS cPanel (OpenVZ) on my dedicated server.

View Replies!   View Related
Real Meaning Of RDNS Or The Real Function?
what is the real meaning of RDNS or the real function?

Because i have an account with reseller, then i need to hide the Name servers of a shared IP into my own name server IP.

View Replies!   View Related
Linux Or Linux And Windows
I am looking to start offering web hosting packages and I was wondering if it was worth offering just Linux hosting or Windows as well?

View Replies!   View Related
COM On Linux
Most if not all the applications that we produce use PHP/MySQL and we're currently on Windows/IIS environment.

We're looking to change our hosting company and upgrade our servers and I'm eager to migrate over Linux/Apache.

The only problem is, some of our applications use the COM object to integrate with PowerPoint, can this still be done on Linux.

Also is anybody aware of any other potential floors when migrating over?

View Replies!   View Related
Linux
I have Debian Etch 4.0 and am intending to run a LAMP (Linux, Apache, MySQL and PHP) installation on Debian.

I have setup AMP on windows boxes to run successfully. I have very good microsoft O/S skills but have vague skills around Linux which I need to learn quickly for my job. First of all I need to setup a LAMP installation so does anyone have a recommendation of a simple and easy LAMP installation step-by-step solution for me?

View Replies!   View Related
I Need A VPS (Linux)
I need a powerfull vps with lxadmin control panel.

With support 24/7/365 and best uptime.

With 384 MB Ram.

View Replies!   View Related
[EU] Looking, Dedicated Linux
I am currently with a company operating out of the Netherlands, however for what I am spending I do not feel I am receiving timely responses to support tickets (I'm talking days with no reply, at all). So, I am looking to switch. My current budget is around $300 USD/mo, however, I can spend more if the deal is right.

I need a host that is not easily scared off by American DMCA take-down notices. Please understand, nothing I do is illegal. In fact, to be blunt, I write software for online games and charge a fee to users who wish to access my software. I was using dedicated hosts within the United States to satisfy my customer base, however, one particular company, Nexon America (just one of the companies whose online games I develop software for) more or less got me dropped by every host I went to. I host absolutely no copyrighted files of any kind, images, textual, video, or binary.

View Replies!   View Related
Linux Virus
I'd like to know that is Linux virus free server or not?

Is there any possibility to run a virus on linux server while uploading files (virus affected) from local system to server end by ftp client?

View Replies!   View Related
Linux Or Windows - Which Is Best?
does it matter which 1 you use? and if so which one is the best

View Replies!   View Related
What To Do With A Linux COLOCATION
I currently colocated at Chicago FDC Servers, OUTSTANDING BY THE WAY! Cheap too! But that is not my area of concern, since I already have a colocation, I was wondering if people could give me ideas what to do with it. I colocated because I found them, they offered me an affordable colocation.

I do not wish to host STEAM GAME SERVERs like counter strike.

If I had a ventrilo license, I could host a huge ventrilo, but I do not. Teamspeak is out of the question.

View Replies!   View Related
Linux Vps For 30$-35$
i am a wap develper(mobile web).I need a vps with 30-40 Gigs of space and about 200-250 Bandwidth with cpanel.my bugget is under $35 .Please suggest me one for these requirements.

View Replies!   View Related
Windows Vs Linux
I have a website related to my business, i want to host it on the internet. But i do not know which web hosting to follow. I want great security to my data. Please tell me Which web hosting is best whether Windows web hosting or Linux web hosting?

View Replies!   View Related
Partitions On Linux
I have a linux server with cPanel and 500GB Disk Space. After investigating I think I would have the following partitions.

/
/boot
/home
/dev/shm
/tmp
/usr
/var

how much to allow to each partition. I will be using the server for hosting accounts, shared and resellers.

Also what would you recommend the swap file size be?

View Replies!   View Related
Which Linux For Server
I have purchased a new server with a company that has very little support (but they are great for reasons that matters). I need help from experts here to answer the following question

Quote:

We do not offer Plesk or cPanel.

Which Linux do you want installed on the server ?

I plan to install Joomla and AmemberPro software on this server

Joomla Requirements:
"Basically any Linux distribution will be fine, but for Security and Stability Debian, for useability and ease of maintenance Fedora/CentOS"

AmemberPro Requirements
* PHP version 4.1.0 or newer;
* MySQL version 3.23 or newer;
* Apache WebServer (it usually only installed on Unix hostings, and almost never on Windows);
* Ability to run one ionCube Loader or Zend Optimizer.

View Replies!   View Related
Does Anyone Use SUSE Linux
I have been trying to compare Red Hat to SUSE Linux, and can't really come to a definitive solution. I can't seem to find anyone that uses SUSE (Well, hardly anyway), but I found out that they have over double to market share that Red Hat has so somebody is definitely using them. I also noticed that SUSE is cheaper too.

Based on your experiences, what are some of the pros / cons both ways? Who offers better product training (I wan't to get certified directly)? Who has better product support? Is AppArmor better than SELinux?

By the way, I am only looking for commercial linux distributions. Specifically companies that offer product training.

View Replies!   View Related
Linux - Version?
I have an old laptop, it's got a 1000mhz processor and 128mb ram..

I want to install linux on it, but a) haven't got that much exp with Linux and b) don't know much about the OS in general..

I just am getting fed up of Windows!!

My knowledge stretches to using X-Windows about 8 years ago..

I have looked at Ubuntu, as the desktop looks cool and a friend said it's quite easy to get ya head around, but the site says you need atleast 256mb ram..

View Replies!   View Related
Linux VPS
I am looking at linux vps due to money constraints. Ive had lots of experience with windows vps... its really simple, just use remote desktop .

Is there something similar for linux vps? Giving me a desktop like environment to mess around in? How does that work? Is there a tutorial on how to use one, transfer files, etc.

im talking about using windows XP to community to a linux vps.

View Replies!   View Related
On Linux Server
So far I was developing site in HTML only. I used to host them on windows based server. I use to place site in web folder using filezilla program

Now i have taken space on Linux server. I would like to know how host files on that as I have developed site in php with mysql as database with local apache server. It works ok offline.

I would like to know

1. what folders I get

2. How to upload

3. How to transfer database in mysql

View Replies!   View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved