developers help
Search Only:

Search Keyword unserialize php delphi

Total: 40 results found.

Page 1 of 2
--------------------- SORRY 4 LONG POST --------------------- Hi guys. When i was asked by a client of mine i wondered if i could do this... Due 2 my knowledge, i had to write this thread ...
I need code to Encrypt a 16 character string in PHP and and then the code to Decrypt it in Delphi. (The stronger the encryption the better.) For two days I have searched and experimented ...
...  Here is my code: include("XML/Serializer.php"); require_once SOAP/Client.php; include("XML/Unserializer.php"); $wsdl = new SOAP_WSDL(irwebservice.wsdl); ...
I need to transform date gotten using PHP date() function into Delphi form - number of days since 30/12/1899. Can anyone help me? I need to transform date gotten using PHP date() ...
Hello, I am a total beginner when dealing with PHP. Currently, we have a Delphi 5 application that generates customized invoices (in a PDF format) and email them to their recipient. We ...
Delphi Math to PHP Math Question. In Delphi, their are two functions as noted below: Code: Function Sqr(X: Extended): Extended; squared: sqr(x) = x2 (second power)  ...
I am currently working on a project in which I need to convert a Delphi program into a PHP web application. I dont have access to Borland Delphi, nor am I a Delphi programmer. I have read ...
Hello! I was wondering if is possible to make softwares with PHP. Like Delphi. Would be great. Anyone know A program that do this thing? thanks Hello!  ...
Hi, I need help in converting this portion of Delphi codes into PHP. My PHP application is supposed to retrieve an encoded password from the registry (already done so) and then decode the ...
When trying to unserialize i am getting the following error Notice: unserialize() [function.unserialize]: Argument is not a string in F:webserverisforumforumv3search.php on line 161 I ...
... { list($username, $cookie) = @unserialize($cookie); if (!$username or !$cookie){ return; } $username = $this->db->quote($username); $cookie = $this->db->quote($cookie); ...
Hi all I have an object in PHP that I need on every site of my web again. The object is never changed, so I could serialize it to a file and then unserialize it on the next page. Or I could ...
... = 9 ;zlib.output_handler = implicit_flush = Off unserialize_callback_func= serialize_precision = 100 allow_call_time_pass_reference = Off safe_mode = Off safe_mode_gid = Off safe_mode_include_dir ...
... echo implode(, ,unserialize($rs[$dataArray]));  ..so for example the inputted data could be outputted like.. Firstname Lastname item1, item2, item3, item4, ...
... instructions are here After editing the proper files and attempting to login I found that I recieve this error Code: Notice: unserialize(): Error at offset 0 of 92 bytes in ...
Ive started to build a php class with the function of creating license keys. Ideally suited for source encoded (ioncude, source guardian, etc) projects. My aim for this project is to build an ...
... and so on.. Using the following... PHP Code:  $UnserializedOutput=unserialize($rs[Strings]);  foreach($UnserializedOutput as $StringOutput)   ...
Hi all, Right, basically I have the following script using sessions to implement a login feature and then redirect the user to the appropriate part of the site according to their "role", ...
As you all should know by now, there is a serious exploit discovered in the PHP code itself. I have designed a script that makes GREAT use of the unserialize and serialize function and now that ...
... next page i get this error: Notice: unserialize(): Error at offset 6 of 247 bytes in my PHP looks like this: $ts = $_GET[timestamp]; $tstamp = unserialize($ts); what am i doing wrong, it is ...
<< Start < Prev 1 2 Next > End >>