Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
86% Quality Score
Upvotes Received
7
Posts with Upvotes
6
Upvoting Members
6
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
3 Commented Posts
1 Endorsement
Ranked #888
Ranked #3K
~28.2K People Reached
Favorite Tags
Member Avatar for saadi06

HI, I am using zend guard for encryption of my php code. I would like to ask that is there a way to automate the process through command prompt or gui that we can zip the files of the source code and encrypted code in seperate folders automatically. Thanks in …

0
180
Member Avatar for saadi06

HI, I am using tcpdf to generate to pdf files in my system. I am using iframe to display the pdf file to the users. I am able to copy paste the content of the pdf in all other browsers except Internet Explorer. Is there any way I can resolve …

Member Avatar for diafol
0
92
Member Avatar for saadi06

Hi, I am using codeigniter for multiple file uploading and it is giving me serious problems. The data from the files are coming to my controller. But when I try to run the upload script it gives me error that the A PHP Error was encountered Severity: Warning Message: Illegal …

Member Avatar for chetra
0
776
Member Avatar for saadi06

Hi, I am trying to load arabic forms in smarty. But whenever I copy data to a tpl file the arabic lanaguage changes to ?????. Is there any help where I can find how to load arabic forms.I have searched but could not find any help regarding loading the arabic …

Member Avatar for pritaeas
0
61
Member Avatar for saadi06

Hi, I have three folders in my project named as apache, php and mysql. I want to update my php,apache and mysql to latest version but I do not want to reinstall all the system again. My system works in this way that we copy all the folders and install …

Member Avatar for veedeoo
0
499
Member Avatar for saadi06

Hi, I have a query that has a condition that count persons whose blood pressure, weight and height are calculated whose age is greater than 3. I have made this query and this query is working fine but there is a condition that if the age is greater then 2 …

Member Avatar for Taywin
0
181
Member Avatar for saadi06

Hi, I have a very complex query that is using mysql functions and complex logic. I have done indexing of important fields that needs to be done but I am having issue that the records keep on duplicating and I am using group by to remove this issue but my …

Member Avatar for veedeoo
0
106
Member Avatar for saadi06

Hi, I have a question regarding php defined function. I want to see the logic implemented for all the php defined functions. How can I see that. For example I want to see what is the logic behing strstr or how strtolower works.Where can I see in wamp these definitions. …

Member Avatar for jkon
0
198
Member Avatar for saadi06

I have one certificate in the pfx format and I am trying to sign s/mime email with it using openssl but I am getting this error. Warning: openssl_pkcs7_sign(): error getting private key. Here is my code that I am trying to sign the file $privkey = 'file://'.realpath('email.pfx'); openssl_pkcs7_sign("msg.txt", "signed.txt", $signcert,array($privkey, …

0
103
Member Avatar for saadi06

Hi, I have a page in which I have to show number of columns on a page. When the data is populated in the page I get a vertical scroll bar because of the data populated in it. When I try to print the page in portrait format some of …

Member Avatar for gabrielcastillo
0
67
Member Avatar for saadi06

Hi, I have a page that shows data in column format and in some cases there is a vertical scroll bar. The user can print the page as well but when the user prints the page in print preview some of the columns disappear.My question is that is there any …

Member Avatar for cereal
0
101
Member Avatar for saadi06

Hi, I have a question. I am trying to save some data in a text field in database and I want to convert whatever text data that is presend in the field to an audible wav file format. Is there any way in php we can achieve this or not. …

Member Avatar for diafol
0
83
Member Avatar for saadi06

Hi, I am trying to run the a scheduler that executes a batch file.In this batch file I am trying to run synctoy application and the application runs successfully. The scheduler runs successfully. I want to add a script in batch file that exit the command prompt once synctoy synchronization …

Member Avatar for cuzintone
0
146
Member Avatar for saadi06

Hi, Can anyone tell me that how can I check through openssl that the given certificate has a valid trust anchor or not. Thanks in advance.

Member Avatar for authcate
0
182
Member Avatar for saadi06

Hi, I am trying to configure a windows scheduler. In this scheduler I want to run a command line. I have tried to put my command line in the run text field of windows task scheduler but it does not execute properly. I want to run this command in windows …

Member Avatar for Ancient Dragon
0
148
Member Avatar for saadi06

Hi, I am trying to encrypt a xml to smime format. I am having some problems while creating the encrypted file. This is my code for encrypting the file $signcert = 'file://'.realpath('cert.public.pem'); $privkey = 'file://'.realpath('cert.private.pem'); $pubkey = 'file://'.realpath('ttt.pem'); openssl_pkcs7_encrypt("Sample1.xml", "smime.xml",$pubkey,$headers,0,1); $headers =array(); openssl_pkcs7_sign("smime.xml", "smime.p7m", $signcert,array($privkey, "123456"),$headers ,PKCS7_DETACHED ); This is …

1
83
Member Avatar for saadi06

Hi, I am trying to make a smime pk7s file using openssl and send the attachment as an email. I am trying to encrypt a file with a public key and and sign that file. I am using makemime library for the enryption of my xml file.I want to create …

0
91
Member Avatar for saadi06

Hi, I am using ffmpeg to convert wav audio files to mp3 format but I am getting this error. "cannot execute binary file". I have given 777 rights to my ffmpeg folder and my operating system is ubuntu x86_64. I have uploaded the 64 bit version for ffmpeg but still …

Member Avatar for saadi06
0
750
Member Avatar for saadi06

Hi, I am using ffmpeg conversion from wav format to mp3 format. I want to convert the length of the audio file as well. The length of wav audio file 35 sec and I want to convert it to 15 seconds. Is there any way I can convert the length …

Member Avatar for saadi06
0
139
Member Avatar for saadi06

Hi, I am trying to recieve an encrypted email attachment and then decrypt the attachment using open ssl. I am successful in decrypting the file. The file that I recieve is in smime.p7m extension. When I decrypt that file the file is decrypted and the file that is decrypted displays …

Member Avatar for cereal
0
346
Member Avatar for saadi06

Hi, I have a question regarding mobile websites seo. I have a website that has two different codes one is for mobiles and the other is for system browsers. I want to know that is it better to make my website name as mabc.com or abc.com/smartphone. The original website link …

Member Avatar for jobtardisportal
0
145
Member Avatar for saadi06

Hi, I want to know that how can I get the timestampdiff return as zero instead of null. For example I have a query in which both dates are exactly same but the query returns me null instead of 0. My query is SELECT (TIMESTAMPDIFF(HOUR,'2012-12-01 11:15:00','2012-12-01 11:15:00')) And this code …

Member Avatar for IIM
0
651
Member Avatar for saadi06

Hi, I am creating a function in mysql and I want to make the order by and limit section dynamic. What I want to do is to call the function and enter the limit and order by condition dynamic. How can I achieve this. Thanks in advance

Member Avatar for LastMitch
0
215
Member Avatar for saadi06

Hi, I have a table named as appointment. In appointment there are two fields appointment_date and person_id. There can be multiple appointment for same person. What I want to achieve here is that the date difference of both appointments for the same person should be greater or equal to 90 …

Member Avatar for Reverend Jim
0
101
Member Avatar for saadi06

Hi, I am using html Mime Mail5 class to send emails from my system and I want the attachment files to be send as encrypted in smime format. Is there any way I can send the email with attachment made in smime encrypted format through the htmlmimemail5 class. Thanks in …

Member Avatar for pritaeas
0
183
Member Avatar for kosar latif
Member Avatar for pritaeas
0
8K
Member Avatar for saadi06

Hi, I am using jquery tabs for displaying data.And while displaying the data in the tabs I have to use ajax again to display data. The data in the first tab is giving the desired result. But when I click on the second tab. The tab is loaded correctly. But …

Member Avatar for LastMitch
0
238
Member Avatar for saadi06

HI, I am trying to convert an audio file that is in wav format to mp3 format. I have installed apache and I am using windows 8. I downloaded the files for ffmpeg and tried to run the php script and convert the file but no success. What I am …

Member Avatar for veedeoo
0
3K
Member Avatar for saadi06

Hi, I am working on a testing tool and the testing tool asks the user to insert the user certificate in cert format like test.cert format and sends an encrypted attached file to my email id. Once I have received the file I want to download that file and decrypt …

Member Avatar for CimmerianX
0
283
Member Avatar for saadi06

Hi, I have a table in which there are two columns. One column is id and the other is value. When I try to retrieve the data that is not empty it gives me unwanted error. I have to apply join to some tables as well. My query is something …

Member Avatar for saadi06
0
202