Archive

Posts Tagged ‘msg’

Text Msg Software 2

January 12th, 2012 Comments off

I need some one to rebuild this software www.smswebinar.com its a sms text system

Text Msg Software

November 29th, 2011 Comments off

I need some one to rebuild this software www.smswebinar.com its a sms text system

Php Correction

August 27th, 2011 Comments off

I recently installed PHP on my computer so I could use dreamweaver to update my website. When I tested the installation by going to “localhost” On my browser, I received an error. I know it has something to do with my website installation on my hosts site but I do not know how to fix it. Anyone out there able to fix this? My project will pay $15 USD.

The error message received is:

document.location.href=’install/install.php’”; include_once (‘includes/global.php’); include_once (‘includes/functions_login.php’); include_once (‘includes/functions_item.php’); if (eregi(‘logout’, $_GET['option'])) { logout(); } include_once (‘global_header.php’); if (isset($_GET['change_language'])) { $all_languages = list_languages(‘site’); if (in_array($_GET['change_language'], $all_languages)) { $session->set(‘site_lang’, $_GET['change_language']); } $refresh_link = ‘index.php’; $template_output .= ‘

‘ . MSG_SITE_LANG_CHANGED . ‘

Please click ‘ . MSG_HERE . ‘ ‘ . MSG_PAGE_DOESNT_REFRESH . ‘
‘; $template_output .= ”; } else if (isset($_GET['change_skin'])) { $all_skins = list_skins(‘site’); if (in_array($_GET['default_theme'], $all_skins)) { $session->set(‘site_theme’, $_GET['default_theme']); } $refresh_link = ‘index.php’; $template_output .= ‘

‘ . MSG_SITE_SKIN_CHANGED . ‘

Please click ‘ . MSG_HERE . ‘ ‘ . MSG_PAGE_DOESNT_REFRESH . ‘
‘; $template_output .= ”; } else { include_once (‘global_mainpage.php’); } include_once (‘global_footer.php’); echo $template_output; ?>

Osc Checkout Error Msg And Admin Issues

April 11th, 2011 Comments off

145 – Table ‘./exotic/address_book’ is marked as crashed and should be repaired

Php Greek Translation

March 16th, 2010 Comments off

Need translation of variables into Greek Language total about 4500 phrases – most of them are short.

There are about 50 automated email response files that need a careful translation (only the communication parts) all code and variables have to stay in English.

Files are in PHP format and need to retain English PHP coding, only certain parts have to be translated so automated translation is not possible.

Must be a native Greek speaker, so the translation is meaningful for Greek website users and familiar with PHP or general programming, so can easily distinguish parts to be translated:

Example file format:

define (‘MSG_USERNAME’, ‘Username’);
define (‘MSG_PASSWORD’, ‘Password’);
define (‘MSG_WELCOME’, ‘Welcome’);
define (‘MSG_JS_NOT_SUPPORTED’, ‘Javascript not supported’);
define (‘MSG_MEMBERS_AREA_TITLE’, ‘MEMBERS AREA’);

where only last phrase of each line needs to be translated (‘Username’, ‘Password’ ‘Welcome’ ‘Javascript not supported’ ‘MEMBERS AREA’)

Care must be taken to the punctuation as missing or wrong punctuation could make the whole file useless.

Files in plain text format and language encoding must be compatible and readable by most common browser setups used currently, like IE, Firefox, Opera, Safari, on Windows 98, XP, 2K, Vista, Linux and Apple OS X.

I received some fake/useless translations before, so I will have to verify your work before I release the payment. No exceptions.

File with all text files that need translation is attached to this posting.

If you can offer other languages, we will consider as well…

Good Luck…

Modifya Php Module To Send Msg

December 27th, 2009 Comments off

We bought a dating site that has a lot to ofer with already members in it. The problem is that i can not send message to my user to tell them to log on the new name. Everything is in perfect order and work fine except this. If i try to send message now it send too many message at once and my hosting server does not allow more than 500 message and hour, so i need a little tweak in the function to tell him to send 500 message wait one hour and send another 500 etc … each hour.
Budget is very low we already spend a lot of money and it has been 2 months already that people still log on the old agency.
Let me know asap.
Donny

Categories: MySQL, PHP Tags: , , , , , ,

Error Msg On Dynamic Pages

November 19th, 2009 Comments off

There is an error message on a series of dynamic pages. The are all showing this error message:

Message: Duplicate entry ’52065831′ for key 1
Mysql Error: Duplicate entry ’52065831′ for key 1

the file and line location are also shown and I can give these to you as soon as I select you.

I need an experienced PHP programmer to fix this ASAP.

Categories: MySQL, PHP Tags: , , , , , ,

Socket Programming Perl Or C

October 25th, 2009 Comments off

Hello,

i need someone who can code in PERL or C.

It’s just a simple socket programm, which is sending data through an SSL-socket. I coded the programm/script using PHP. But i need a timeout while reading the socket.

Problem: PHP has a bug. The function “stream_set_timeout” is not working in PHP when establishing a connection through “SSL”.

See first message: http://www.php.net/manual/de/function.stream-set-timeout.php#93298

Because of this, i need someone who can adopt the attached PHP code in PERL and/or C.

After sussesfully resolving this problem, more work can be done. I am looking for a long-time relationship with people who are able to have experience in (PERL and/or C and/or C++ and/or SystemAdmin and/or Shell-Scripting).

Please make your bid for the adaption of this code:

#!/usr/bin/php
<?

function connect()
{
global $rri_server;
$socket = fsockopen(“ssl://$rri_server”, 51131, $errno, $errstr);
if (!$socket) { echo “$errstr ($errno)<br />n”; exit; }
return $socket;
}

function sendData($msg)
{
global $socket;
$len = strlen($msg);
$lenBE = pack(“N”,$len);
fwrite($socket,$lenBE,4);
fwrite($socket,$msg,$len);
return $lenBE;
}

function getData()
{
global $socket;

// HERE YOU NEED TO IMPLMENT A TIMEOUT IN MICRO OR MILLISECONDS
// IN PHP IT WOULD BE LIKE
//
// stream_set_blocking($socket, TRUE );
// stream_set_timeout($socket, 0, 1);
//
// WHEN TIMEOUT HAPPENDS, FUNCTION getData() should EXIT and RETURN “TIMEOUT”

$lenBE = fgets($socket,5);
$len = unpack(“N”,$lenBE);
$len = $len[1];
$msg = fread($socket,$len);
return $msg;
}

$socket = connect();
sendData($msg_login);
$data = getData();

?>

Comment Msg In 220 Forums/blog

October 24th, 2009 Comments off

I need you to post comments with links in 220 blogs and fourms all to be provided to you – on very urgent basis.

1. Only one comment per blog/forum.

2. Only paying for permanent and active links.

6. The job have to be done in 10-12 Hours.

You will give me a completed report at the end, please see the attachment for the type of report that I need.

Hope it is clear too you.

Looking for youe early action.

Deadline : 10-12 hours from acceptance.

Serious and competant bidders pls. apply – time wasters excuse.

regards

Posting Msg In 60 Adult Forum

October 22nd, 2009 Comments off

I want you to place 60 comments in adult related forums the details of which is given below :

I want comment to be posted in the following adult forums

1.14 numbers in – PR3 adult forums

2. 23 numbers in – PR4 adult forums

3. 23 numbers in – PR5 adult forums

You have to find the respective no of said no. of PR of adult foums and post comments in them.

Deadline : 10 hours from acceptance.

1. Postings URL

2. Username

3. Password

4. PR of home page

Deadline : 10 hours from acceptance.

Bid confidently and only if you are competant. Please do not waste time.

regards

Post Msg In 60 Adult Forums

October 18th, 2009 Comments off

I want you to place 60 comments in adult related forums the details of which is given below :

I want comment to be posted in the following adult forums

1.14 numbers in – PR3 adult forums

2. 23 numbers in – PR4 adult forums

3. 23 numbers in – PR5 adult forums

You have to find the respective no of said no. of PR of adult foums and post comments in them.

Deadline : 10 hours from acceptance.

Report in excel with column head as below :

1. Postings URL

2. Username

3. Password

4. PR of home page

Bid confidently and only if you are competant. Please do not waste time.

regards

Urgnt. Create & Post Msg

September 23rd, 2009 Comments off

want you to simply create accounts in adlt forums/sites and post one message with a anchour text linking to our website.

Instructions and delivery format attched.

Serious performers and link Builders need to apply.

Payment by paypal on delevery.

Time : 12 hours after acceptance

Please do not waste our time if you are not confident to complete the project in total by 12 hours sharp.

Bid only if you are confident to execute the project by deadline without fail.

Create & Post Msg In 56 Forum

September 22nd, 2009 Comments off

I want you to simply create accounts in adlt forums/sites and post one message with a anchour text linking to our website.

Instructions and delivery format attched.

Serious performers and link Builders need to apply.

Payment by paypal on delevery.

Time : 1 day maximum

Please do not waste our time if you are not confident.

Bid only if you are confident to execute the project

Php Script For Emails

August 2nd, 2009 Comments off

Hi

I want a php script or a way to msg a guy on gay.com.

I want to msg 6 people with the same msg at once. I have like 20 peoplelike that and I want to msg them all with php script or something. like make a send msg box on a page with like the value as many people as I want.

Post On Adult Msg Board

July 29th, 2009 Comments off

I have an adult forum, another programmer made several posts, under several names. Now I need someone to make 50 responses under at least 2 different names. I am doing it this way so as to show different personalities in the posts. You need to be OK with adult topics, and post in proper english. I will probably do this every couple weeks until the board can stand on it’s own. Thanks for looking.

Post To Msg Board

July 26th, 2009 Comments off

I need someone to make posts to a brand new msg board, to give it the appereance of not being a new board. They need to be posts that could start topics, etc..or even sign up as diffent users and talk to yourself…lol..It is a sex help forum, so if adult topics offend you, then don’t take this job. You can see the site at sexhelpforums.com Thanks for looking.

Deep Tissue Msg Review

June 23rd, 2009 Comments off

Review article required.

What is Deep tissue massage? What is the difference vs other types of massage?

What are the benefits? Who needs deep tissue massage?

What techiques deployed?

What are the side effects? What are the things to note ? e.g. drink lots of water.

Will it hurt?

What are the qualifications of the therapist?

Duration for effectiveness and achieve results?

Requirements:
- Article must be original with SEO keywords.
- No screen scraping and crawlings from any website. Passed copyscape.
- Highlight references where applicable.
- Very budget project $3 to $5.

Bear