Archive

Posts Tagged ‘session’

Pennyaution Website Fix A Mysql Problem

November 18th, 2011 Comments off

After installing the penny auction script, I get the following errors.

Telebid Clone auctions are active between 6:00am and 1:00am

Warning (2): session_start() [function.session-start]: open(/tmp/sess_75d70ec1221a6e9932a7a4ed37ee8332, O_RDWR) failed: Permission denied (13) [CORE/cake/libs/session.php, line 549]

Warning (512): SQL Error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1…

Custom Variable To Joomla Session And Verify It For Access

November 11th, 2011 Comments off

I have a few custom PHP scripts that allow a user to create an account provided they have a certain code, they then access protected content based on their email and that code thereafter. Every time they log in, I check the validity of the code against a database and then use a session to keep the person logged in as they view various content.

In a new variation of the site, I need a user to be able to log in using my form and then view areas of a Joomla site exclusive to people who have logged in. I imagine it might make the session viewable in Joomla.

I suppose I’ll need this in a module – or have some method to drop it in to Joomla pages I wish to make code-accessible only. If a person attempts to view one of these pages, I need the module/whatever to redirect them my outside login script. Joomla authentication can and should stay. There are some Joomla pages which do not require the login, so I don’t want to affect those.

Site is in Joomla 1.5.

Programming Project 1317061945

September 26th, 2011 Comments off

We need to have the following error fixed on our magento website:

WEB SITE http://is.gd/wotKNe

ERROR MESSAGE

“Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/blank/public_html/codelock.php(3) : eval()’d code(1) : eval()’d code(251) : eval()’d code:1) in /home/blank/public_html/app/code/core/Mage/Core/Model/Session/Abstract/Varien.php on line 96″

Please note this error message is only seen when a 3rd party is accessing our ftp. So, you must know how to fix this problem without seeing the error.

Fix Session Start Headers Error Magento

September 20th, 2011 Comments off

We need to have the following error fixed on our magento website:

WEB SITE http://is.gd/wotKNe

ERROR MESSAGE

“Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/blank/public_html/codelock.php(3) : eval()’d code(1) : eval()’d code(251) : eval()’d code:1) in /home/blank/public_html/app/code/core/Mage/Core/Model/Session/Abstract/Varien.php on line 96″

Categories: Fix, Header, Magento, PHP Tags: , , , , , ,

Need Php Code Corrected

September 20th, 2011 Comments off

Hello Thilina
I have a quick fix issue that I can’t seem to correct. I have four websites that are showing a “Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent” error at the top of all of my sites. I’m sure its a simple quick fix because it show the error line but I cant seem to resolve it. To view the sites with the issue use the links below:

www.flipthiscard.com
www.dfwflyers.com
www.fridaysociety.com
www.gulfcoastspotlight.com

Really need adjusted quickly. Budget is very small for this quick fix. Thank you

Categories: Code, PHP Tags: , , , , , ,

Put Some Values In A Session Variable Of A Php Session

September 17th, 2011 Comments off

We have a php online shop which is similar to below:

https://order.exchangemymail.com/http/index.php?NAME_PATH=EXCHANGE2K7_HOSTING&SCREEN=HOSTING_SCREEN&view=edit&lineNr=0&PHPSESSID=d58d6bc2d2f8661ee7194df1d673e705

we have to preselect the number of units in the “Additional” column.
As we do not have source code for the online shop, we have to do this by manipulating the session variables first in that php session and redirect customer to that session. so variables get preselected when user view the session.

The task is to write that php script that manipulates that php session.

Cs Cart Pro Needed

August 9th, 2011 Comments off

Need CS CART PRO right now.

1st error:
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent

2nd error:
“Error Occured” Message on frontend and backend.

If you are just wanting to “try” to fix it, pls dont bid, serious coder only.

Connect Multiple Php Sites For Session Login

July 30th, 2011 Comments off

I have multiple php scripts I want connected so members login one site and are automatically logged in the others too. Problem is they all have different login methods. One is with id number, one is with email address and the other is with username. Someone with good php and mysql database skills can do this easily I think because it’s a matter of creating the right session that will login all sites. If you’re interested and can proof you have the php and mysql database skills to do this quick let me know and I will send you more details.

Moneybookers Expert

June 24th, 2011 Comments off

I have moneybookers integrated on my site at http://www.gofarmer.com and it worked initially then all of a sudden I stopped receiving notifications of payments and the new member would not be added to my database. Moneybookers help and support have been worse than useless and first told me that there was no status url, but there is, then said it was something else, then said it was because our return url is too long but it is not long at all and is the same as when it worked. Moneybookers are meant to have gone through all my code and I am getting nowhere. The original programmer who integrated it can find no problem and says issue is with moneybookers. The test account works fine and is exactly the same as live account. I need this sorting once and for all as soon as possible.

Do NOT apply if no experience with moneybookers payment system.

The issue has been identified (I think) as the return status url being too long, specifically:

The problem lies in the following lines:

Flash Expert For Live Online Session

June 22nd, 2011 Comments off

Looking for capable flash / xml programmer to help modify my existing site. the site is finished, I need changes to certain elements.

I will only accept bids for synchronized labor, which means,
we agree on a 2 to 3 hour UNINTERRUPTED session while we both
work on the changes online, constantly uploading the new elements and
finishing the job 100%. I am flexible as to day or night time.

…no more SL bids and see you later, THANKS!

Fix My Session Code To Display Array 2

June 11th, 2011 Comments off

I have a form that displays a list of products being pulled from a database i need the checked products to be posted to my contacts form.

what I need done is to have the selected item’s displayed inside a textbox then with a checkbox next to the item so users can deselect a item. The uses should be able to go back to the product page and select more products which then get added to the form and add a button to clear selected items(empty array?).

worked version should also send the item’s selected with the email.

Categories: Code, Fix Tags: , , , , , ,

Fix My Session Code To Display Array

June 10th, 2011 Comments off

I have a form that displays a list of products being pulled from a database i need the checked products to be posted to my contacts form.

what I need done is to have the selected item’s displayed inside a textbox then with a checkbox next to the item so users can deselect a item. The uses should be able to go back to the product page and select more products which then get added to the form and add a button to clear selected items(empty array?).

worked version should also send the item’s selected with the email.

Categories: Code, Fix Tags: , , , , , ,

Small Audio Software

June 7th, 2011 Comments off

Im looking for someone to make a small Audio Software which will do the following

1. Crop a continuous audio stream into small parts based a defined time. For example if i set the crop as 5 minutes, it will cut it every 5 mins and save that into a defined folder.

2. the cropped file should be saved as mp3.

3. i should be able to start/pause/stop the process.

4. I need start a new session, and close a session . Each session will create a session folder which the audio clips will be stored.

5. i need to be able to define the file numbering for each session like . if i say save it as 01 onwards. it should say 01.mp3, 02.mp3 and so on.

6. Simple design, and layout.

i need this really quick.

Categories: .NET, ASP, ASP.NET, Audio, Software Tags: , , , , , ,

Magento Cart Issue

June 3rd, 2011 Comments off

Hello,

Our website address is http://www.r-ta-cab-ine-th-ub.com/ (remove -)

It runs on Magento 1.5 stable. We need to adjust shopping cart so it will store products that were added for long time. For example, user adds some products to cart and does not register on website. Then he/she comes back to website in 2-3 weeks and the cart contents are still there.

Currently our cart stores this information for one day; we need to make it 30 days.

We tried the following methods:
1) Adjust Cookie Lifetime in Session Cookie Management
2) Adjust Client Session Timeout (sec.) in Magento Core Api

Both methods did not word.

It should not be difficult project for Magento Pro. We just need to find this Pro.

I appreciate you read project description.

Php Cooke Session Help With Cart

May 25th, 2011 Comments off

When customer comes back from from paying. I need there PHP session to be destroyed. What happens now is they can order again and it will overwrite the last order with the new.

Video Chat / Recording / Playback Solution Based On Red5

May 19th, 2011 Comments off

- Video record allowed of max 5 minutes based on session id received on connect (query in mysql db to retrieve user name based on session id).
- Video playback based on session id sent on connect (query in db to check if the session is valid)
- Video session (chat) based on session id (query on db to check if the session matches the users – each video session has a specific start time and end time, must check if the session is scheduled at the time of the request – also, limit the session to two hours).

More details on request. Be advised that the delivery date of this project shouldn’t be longer than 7 days

Vtiger Expert Needed For Training Session

May 16th, 2011 Comments off

We need an expert in vTiger CRM to spend 1 hours on Skype or another video w/ voice service to answer our questions on how to do what we need to do in vTiger and help us get it all setup. When I say setup, I do not mean installed. We already have it 100% installed.

We basically want an expert in vTiger who can take us through the process of getting it setup to our needs and answering our questions.

You MUST have plenty of vTiger experience – not in coding but in USAGE/APPLICATION. And you also must be proficient in English.

You must contact me in PMB before bid and you must detail your vTiger experience.

Some of the initial things we need to work on are:

create a workflow to add a lead to campaign when creating the lead.
Setup a series of automatic follow up email to be delivered on a set schedule eg. day 1, day 3, day 5 etc.

These are some example of what we need training on.

Mark

Online Flash Ebook Creator With Session Handling

April 16th, 2011 Comments off

I am looking for a clone or commercial application simular to the demo here:

http://www.indigitalcover.com/ap/demo/

If you look at the video, the name on the program is “Ebook Designer” which has been changed by the site owner, so I am sure this is a commercial product.

This must be in flash and support sessions for multiple users accessed and used from a website.

If you want to be banned, then by all means place a generic bid and post a long useless portfolio in the PMB. I have been on Scriptlance a long time so can tell who is just bulk bidding and who has read and understand a project.

Error In Web Needs Fixing

April 13th, 2011 Comments off

We have suddenly an error in the coding of our website –

Deprecated: Function session_register() is deprecated in /home/default/dealerbid.co.uk/user/htdocs/post_car.php on line 272

Deprecated: Function session_register() is deprecated in /home/default/dealerbid.co.uk/user/htdocs/post_car.php on line 273

Deprecated: Function session_register() is deprecated in /home/default/dealerbid.co.uk/user/htdocs/post_car.php on line 274

Deprecated: Function session_register() is deprecated in /home/default/dealerbid.co.uk/user/htdocs/post_car.php on line 275

Deprecated: Function session_register() is deprecated in /home/default/dealerbid.co.uk/user/htdocs/post_car.php on line 276

Deprecated: Function session_register() is deprecated in /home/default/dealerbid.co.uk/user/htdocs/post_car.php on line 278

Deprecated: Function session_register() is deprecated in /home/default/dealerbid.co.uk/user/htdocs/post_car.php on line 281

Deprecated: Function session_register() is deprecated in /home/default/dealerbid.co.uk/user/htdocs/post_car.php on line 284

Deprecated: Function session_register() is deprecated in /home/default/dealerbid.co.uk/user/htdocs/post_car.php on line 286

Deprecated: Function session_register() is deprecated in /home/default/dealerbid.co.uk/user/htdocs/post_car.php on line 288
sell my car

I think this is a php issue.

Only seems to have affected one page –

Here is the coding –

session_register(“CDLOFFERNUMBER”);
session_register(“CDLMAKE”);
session_register(“CDLMODEL”);
session_register(“CDLCOLOR”);
session_register(“CDLBODY”);

session_register(“CDLENGINE_SIZE”);

session_register(“CDLSMMT_TRANSMISSION”);

session_register(“CDLSMMT_FUEL”);

session_register(“CDLSMMT_NO_OF_DOORS”);

session_register(“cdl_status”);

$_SESSION['CDLOFFERNUMBER'] = $rv["OFFERNUMBER"];
$_SESSION['CDLMAKE'] = $rv["MAKE"];
$_SESSION['CDLMODEL'] = $rv["MODEL"];
$_SESSION['CDLCOLOR'] = $rv["COLOR"];
$_SESSION['CDLBODY'] = $rv["BODY"];
$_SESSION['CDLENGINE_SIZE'] =$rv["ENGINE_SIZE"];
$_SESSION['CDLSMMT_TRANSMISSION'] =$rv["SMMT_TRANSMISSION"];
$_SESSION['CDLSMMT_FUEL'] =$rv["SMMT_FUEL"];
$_SESSION['CDLSMMT_NO_OF_DOORS'] =$rv["SMMT_NO_OF_DOORS"];

Fix Error Php

March 9th, 2010 Comments off

I have a basic php app on my server, which was working fine.

the webhost seems to have changed a setting on their server, which is now causing my app to show errors.

the webhost looked at my php, and said:

The session.save_handler is currently setup as file (line 82 in
config.inc.php). The session however is handled by database in our
server. It might be the reason why it shows the error message.

they set up a session test file on the server, which says:

Session.save_handler is : memcache

I need a php person to look into this issue for me, and fix it.

Also, if any other errors or issues appear that stop the app working, to fix those too.

I am aware that it is difficult to be sure of the exact amount of work in this job – it depends on what you find when you test the files and server environment.

Job can be extended as required.

Please put in a bid for a beginning assessment and fix for the problem stated above.

Categories: PHP Tags: , , , , , ,

Fix Error Php Session Save

February 24th, 2010 Comments off

Hi,

I have a basic php app on my server, which was working fine.

the webhost seems to have changed a setting on their server, which is now causing my app to show errors.

the webhost looked at my php, and said:

The session.save_handler is currently setup as file (line 82 in
config.inc.php). The session however is handled by database in our
server. It might be the reason why it shows the error message.

they set up a session test file on the server, which says:

Session.save_handler is : memcache

I have put the full error message I see on the web page in a pdf attached to this job. Please see it before bidding.

I need a php person to look into this issue for me, and fix it.

Also, if any other errors or issues appear that stop the app working, to fix those too.

I am aware that it is difficult to be sure of the exact amount of work in this job – it depends on what you find when you test the files and server environment.

Job can be extended as required.

Please put in a bid for a beginning assessment and fix for the problem stated above.

Categories: PHP Tags: , , , , , ,

Session Or Cookie Script

February 18th, 2010 Comments off

I need a php session or cookie script or possibly java script.

Here is what I would like accomplished –
I have a swf banner on my homepage (www.impactspokesperson.com) and I want this banner to show the first time a visitor comes on to my website. If the visitor refreshes the page or come back to the page before the cookie or session expires I would like to display something else.

***Please Do not Say that you can do it immediately if you do not plan on doing it immediately. Thanks

This is the code I have for the flash banner:
<object type=”application/x-shockwave-flash” data=”landing.swf” width=”900″ height=”294″>
<param name=”movie” value=”landing.swf” />
<img src=”template/banner1.jpg” width=”900″ height=”294″ alt=”Add a virtual spokesperson to your website” />
</object>

And I want this to appear only once per session and I want the session to last for 1 day.

This is the code that I want to show when the visitor refreshes the page or comes back before the session expires.

<table border=”0″ cellpadding=”0″ cellspacing=”0″ class=”bannercontainer”>
<tr>
<td width=”65%”><img src=”template/banner3.jpg” alt=”Add a Virtual Spokesperson to your web site” width=”584″ height=”294″ /></td>
<td width=”35%” valign=”top”><table width=”100%” border=”0″ cellspacing=”0″ cellpadding=”0″>
<tr>
<td><h2 align=”center”>This Week’s Featured Spokespeople </h2></td>
</tr>
<tr>
<td><div align=”center”>
<?php
include(“includes/config.inc.php”);
include(“includes/connect.inc.php”);

$query=”SELECT * FROM spokespeople WHERE featured REGEXP ‘[[:<:]]yes[[:>:]]’”;
$result = mysql_query($query);

$columnes = 2; // Define number of columns our table should have.

//Create the table with images
echo “<table width=”100%” border=”0″ cellpadding=”5″ cellspacing=”4″>”;
for ($i=1; $rows=mysql_fetch_array($result); $i++) {
$resto = ($i % $columnes);
if ($resto == 1) {echo “<tr>”;}
echo “<td><div align=”center”><a href=”virtual-spokesperson.php?id=”.$rows['id'].”"><img src=”sp_pics/”.$rows['photo'].”" alt=”Virtual Spokesperson “.$rows['name'].”" width=”115″ height=”129″ border=”0″ /><br /></a>”.$rows['name'].”</div></td>”;
if ($resto == 0) {echo “</tr>”;}
}
if ($resto <> 0) {
$ajust = $columnes – $resto;
for ($j = 0; $j < $ajust; $j++) {echo “<td> </td>”;}
echo “</tr>”;
}

echo “</table>”;

// get value of id that sent from address bar
$id=$_GET['id'];

// Retrieve data from database
$sql=”SELECT * FROM $tbl_name WHERE id=’$id’”;
$result=mysql_query($sql);

$rows=mysql_fetch_array($result);
echo $rows['javacode'];
?>
</div></td>
</tr>
<tr>
<td><table width=”95%” border=”0″ align=”center” cellpadding=”0″ cellspacing=”0″ class=”box2″>
<tr>
<td width=”36%” class=”bodytext”><div align=”center”><strong>30 Sec </strong></div></td>
<td width=”36%” class=”bodytext”><div align=”center”><strong>60 Sec </strong></div></td>
</tr>
<tr>
<td><div align=”center” class=”blue”>$285.00</div></td>
<td><div align=”center” class=”blue”>$385.00</div></td>
</tr>
</table></td>
</tr>
<tr>
<td class=”footerspacer”></td>
</tr>
<tr>
<td><div align=”center”><a href=”http://www.impactspokesperson.com/forms.php?form=2&begin=1″ onmouseout=”MM_swapImgRestore()” onmouseover=”MM_swapImage(‘order’,”,’template/order2.png’,1)”><img src=”template/order.png” alt=”Order Your Virtual Spokesperson Today” name=”order” width=”290″ height=”64″ border=”0″ id=”order” /></a><a href=”http://www.impactspokesperson.com/forms.php?form=2&begin=1″></a></div></td>
</tr>
</table></td>
</tr>
</table>

Dot Net Session Timeout

February 16th, 2010 Comments off

I guys,

I have a fully functional project recently moved to Godaddy Windows hosting.
This project was written in .Net 3.5.
It has a shopping cart inside.
The problem occurs on new hosting only!
When I add new products to the shopping cart and press CHECKOUT button the Shopping cart is empty. Sometimes is working fine. I think there is a IIS7 Session problem Timeout.
I called Godaddy technical support and they said that can’t help me with and the solution is to keep the session in the database. I don’t want to do that.
Does anybody have experience with Session timeout at Godaddy windows hosting?

The project is located: www.craftics.net
I need someone’s help to resolve this issue.

Please help!
THANK YOU!

Script Installed

February 7th, 2010 Comments off

I need a script installed. I tried installing but I get session start errors. Someone told me that the path to sessions might be wrong but I don’t know how to go about changing it.
I have a cpanel, and whm for reselling hosting.
The script I want installed is a text adexchange script
Warning: session_start() [function.session-start]: open(/tmp/sess_ed1b8b0dd80054ec62bd9c742f51d1a3, O_RDWR) failed: Permission denied (13)

and

Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent

and

Warning: Unknown(): Failed to write session data (files).

Php Authentication And Session

February 3rd, 2010 Comments off

We are looking for an experienced developer to create an authentication and session handler system based on Symfony 1.4 Doctrine framework. 2 dummy, a login, a registration, a home page and the implemented session handling is required. We expect professional code from professional developers. Best practices, maintainability, performance, security are all keys to the project. The software should be designed properly, and include a detailed documentation. The code should be well commented and include unit and functional tests. Details and database schema will be disclosed to winner. Good luck bidding!

Oscmax Session Id Problems

January 28th, 2010 Comments off

In need some one proficient and professional and experienced in PHP and Oscommerce oscMax specifically.
I have two websites which have session ID problems and Shopping cart does not show when products are added. hence no check out process. The items added to the cart show in the left column but not on the right column (main page). see attached pic
This has started to occur after transferring to a new hosting co. it was fixed once but it disappeared again.

the Fixes should be applied and both sites tested.
then sites checked for vulnerabilities, and also set file and folder permissions correctly and change admin name in related folders.

I will be interested on a short synopsis of your experiences and capabilities for current and future problems.

Thank you.

Gnome Tweaks

January 27th, 2010 Comments off

I need two small applets.

1) Should to be able to save created custom gnome session and add it to Greeting. It mean complete look&feel, menu content and settings. Example is session for gaming, office, educational purposes, etc.

2) Session cleaner applet (all changes and leftovers in session should be cleaned and restored). It is just for Home (system will be locked). Something like DeepFreeze or Lethe, bu best visible is in Zencafe.

Trick is how applet should to be able to be controlled and launched (stared) from other machine (server) manually.

So, settings should be:
– automatic clean the session after log-out and
– remote clean from server (additional applet for server).

Server Recording Applet – Java

January 20th, 2010 Comments off

I need a server based Audio Recording Java app, for a radio station, that will do all of the following functions:

All files to be worked with/created by this java app will be high quality mp3

Allow for simultaneous recording of more than one person so that interviews may be recorded.

Allow for user-selected music file(s) to be automatically prepended, inserted and appended to the session.

Allow for music to be recorded while speakers are being recorded
– use a music cue with lower audio level to remind speaker to break for ad
– allow pre-defined audio ads to play/record during session

Admin functionality included:
- define times to automatically insert ads into session, ie 20 minutes in, 40 minutes in, etc.
- define file(s) to be inserted
- define total session length (60 min, 15 min, etc)

Must be able to record at least 60 minute sessions.

A decent skin – something easy for novices to use and figure out with Record, Play, Pause buttons (etc) along with the ability to select music files to be pre-prended, inserted and appended to their session from a drop down list. Record level indicators (lights)

Useage:
Presenters / Hosts / Interviewees will log in and a ‘dash board’ type skin is presented.
Host can start / pause process as necessary.
Automatically name final file with user ID and air date (system provided) saved in system defined location.

This must be installed on my server and demonstrated, be fully documented, Complete source code included, 100% owned by me

Will be used in LAMP environment.

*** Expect your app to be vigorously tested before you get paid! Payment through Escrow only! ***

Please PM complete proposal and links to similar solutions you have created.
Please Do NOT send me links to websites that have nothing to do with audio recording!

Preference given to developer with something similar that can be demo’d now.

I am a developer working for this client. I’ve been using scriptlance for work for years. This is my first proposal. Please, no game players, bot bids, etc!

Developer must have skype for daily update sessions.

*** Will award this project to the first developer who has a decent demo / solution with a fair bid and good feedback. I’d like to have it 100% done and installed by Feb 5th so give me your best shot!

Mini Beamyourscreen Clone

January 14th, 2010 Comments off

I need a scaled down BeamYourScreen clone.

BeamYourScreen allows you to easily view your computer screen online using HTML / flash without installing any software.
FOr now I just need a secure way via a regular browser for users to view (read-only) an actual computer screen. It should require a session ID to view.

The additional features are not required at this point.
This project certainly should not cost more than the minimum price of the BeamYourScreen purchase price

For more information see here
http://www.beamyourscreen.com/EN/product/product.aspx

Short BeamYourScreen description
BeamYourScreen is outstandingly easy-to-use. The session organizer starts a BeamYourScreen session with just two mouse clicks. No setup required. As a result, a BeamYourScreen session can be initiated ad hoc and in parallel to a phone call or an audio conference. Participants log on to the BeamYourScreen session through a website using a 9-digit session ID they obtain from the session organizer. Participants never have to install software nor change the settings of their firewall since BeamYourScreen is simply executed in a temporary folder and uses standard ports (80 and 443). When using the HTML Viewer participants do not even have to download the connection program since they view the presenter screen through a website.
Instantly, the participants are logged in to the BeamYourScreen session and hence can see the organizer’s computer screen in real time. The meeting can now start. Each participant can become the presenter and show their computer screen live to all the other participants. The presenter is able to show any screen content live without any form of application restrictions. Whether it is for online presentations, online collaboration or online trainings, BeamYourScreen provides for a number of valuable features that help manage the online session efficiently:

Web Page Session Script 2

January 13th, 2010 Comments off

I need a script that in which a user would enter information on one page and then when they submit the request it takes them to another page that uses that information. http://www.buygiftcard.ca/sell-gift-cards.html there is a form that needs to be filled in and that information needs to populate fields in the next page.

Web Page Session Script

January 10th, 2010 Comments off

I need a script that in which a user would enter information on one page and then when they submit the request it takes them to another page that uses that information. http://www.buygiftcard.ca/sell-gift-cards.html there is a form that needs to be filled in and that information needs to populate fields in the next page.

Remote Screen Sharing

January 1st, 2010 Comments off

I would prefer if the person i choose already has built something like this that i can view and then i can pay to have it customized.

This new feature to the CRM / CMS system would be for one of our members to display his/her screen to a client via a url.

The steps should be as follows.

Presenter -

Click on link in CMS that says “Start screen sharing session”
Would prompt presenter to Download an EXE or DMG.
Click “run / install”
Small app box will appear on right side of screen
There will be a text field box to invite additional people to the session via email address.
The app box will indicate screen is being broadcast, and show if there is someone(s) viewing session.
Also in app box will be option for presenter to end session.

Viewer -

Viewer gets sent link via email – ex: domain.com/remote/10392183203912
User clicks link.
Page opens with java viewer – they will be asked to enter a name to identify themselves.
Name entered will populate view list on presenter screen.

Let me know what you think of this and if it would be possible for you to complete this task.

Try to include timeframe, etc.

Set Session Cookie And Popup

November 30th, 2009 Comments off

Hi,

simple job.

I have already a dhtml popup that slides nicely onto my page after a 2 second delay. It is available on every page on my website, but it is set in a session cookie to only appear once per user visit.

However, if I go to a 2nd page, the timer is reset to 2 seconds again.
If I got a 3rd page, it is reset again, and so on.

What I need is to create a script that lets the user go to as many pages as they want for 3 minutes, then the dhtml popup appears.

And it only appears once per user visit.

I can supply the original dhtml script for you to adapt.

Fix Explorer Session Cookies

November 27th, 2009 Comments off

Hi

I need someone who know all about Session Cookies,
to fix my traffic exchange surfbar code to work with the all IE browser, it works with most other browsers,
but with IE it loses the session cookies after just one surf page.

Please reply to me via PM and use the words “I can fix this” in the PM title and/or Bid title

This is a simple task/code for coder with session/Cookies knowledge
Please do not bid high, I have a small budget, but will give a “$50.00 Ad Package” to the coder who can fix this quickly!!

AdSpace

Fix Session Cookie Code

November 26th, 2009 Comments off

Hi

I need someone who know all about Session Cookies,
to fix my traffic exchange surfbar code to work with the all IE browesrs, it works with most other browsers, but with IE it loses the session cookies after just one surf page.

Please reply to me via PM and use the words “I can fix this” in the PM title and/or Bid title

This is a simple task/code for coder with session/Cookies knowledge
so please do not bid high, i have a small budget, but will give a “$50.00 Ad Package” to the coder who can fix this quickly!!

AdSpace

Members Multiple File Up-loade

November 5th, 2009 Comments off

The script will be used in an existing website and would offer our clients a secure facility where they can upload multiple songs, text files, manuscripts, etc., for registration and secure storage purposes. The client would need to register as a Member and include full postal and email address, only registered members should be able to access the file upload utility. For security reasons the client should not have any privileges or control over their files once uploaded. The client would need to login for each upload session and have the option of uploading up to a maximum of 16 tracks per session.
What we need is…
An upload page where a client can login (graphically powered with upload status) and browse file(s) (up to 16) on their hard drive and upload them.
It should work like this…

Write Tricky Postgre Sql Query

October 20th, 2009 Comments off

I need a complicated query written from a postgreSQL database. Ill try and explain what i need and how i think it might be done but im not familiar with SQL queries so you might have a better, easier method.

SQL Query 1)
I have a large database and a record is inserted with a timestamp and also a $ amount and a unique ID in a table, there is other columns other than timestamp and $ amount and ID but these are the only ones we need. There might be anywhere up to 500,000 records in total in the table but i would like a query that returns based on the 12 months of the year so it would be 12 queries in total, 1 for january, february, march and so on. I guess the query itself will be almost identical except for the month date range so once you do one the other 11 will be easy.

What the query should do is search all the records for that month and find records where the timestamp had no more than 1 hour between that hand and the last hand.

For example if i have record id 1-100 and every timestamp had less than 1 minutes between each record then these would be grouped together as 1 session as none exceeded 1 hour.

If the 101st id timestamp was 1hr 10mins after the last hand then this would be a new group or session and not part of the last hand.
Ill make it clear why we need to break these up into sessions later.

If there was another break of 1hr and 14mins to the next record no 102 then record 101 would be 1 hand on its own in the session, then from record 102-156 there was several 10 mins between some timestamps but no timestamp was more than 1 hour difference from the one directly before that so all the records from 102-156 would now be a new session.

We would now have 3 sessions
1-100
101
102-156

As i mentioned before every record in there has a timestamp, ID and amount either positive or negative. The query would need to allow me to search through a session in the order the hands were created and calculate the amount and if the amount is -300 (or whatever amount i decide) then every record from ONLY THAT SESSION/GROUP after the point where it exceeds -300 should be calculated and the result of how much the total was after it reached -300 should be put in a new Table in the database along with the 1st hand timestamp and the last hand timestamp FROM ONLY THAT SESSION and the total records in that session and finally the total records after the -300 was hit.

So the new table (lets call it Exceed Table) would show
UniqueID
Total_after_exceed (AFTER PREVIOUS TOTAL EXCEEDED -300)
1st_Timestamp (from that session group and not the whole month)
last_Timestamp (from that session group and not the whole month)
Total_records – of all hands in that session/group
Total_records_after (-300 was exceeded until the last record in the session_

WHERE IT DIDNT EXCEED -300 during a session it should just skip that and move to the next session and run the test. At the end of it i will have a table with all the info i mentioned above and then this is the final query.

It should calculate the total loss for the month for Total_after_exceed in the Exceed table.

With the code, i would need some commenting added are some guide where to change the amount from -300 to whatever i want and also i presume i would need to enter the database name somewhere in the code.

And id also need instructions where in PGADMIN or whatever i will enter the first query to divide the sessions up and create the Exceed Table and then somewhere i can type in the query to get the result of Total_after_exceed for the month and i presume this is done PGADMIN in the query tool.

Again there may be a much easier way of doing this, so please feel free to suggest, the main thing i want is the total from each session AFTER the session exceeded -300.

Id also like details of each sessions 1st and last timestamp where it exceeded -300 that i can review from a table, hence the reason i came up with the Exceeded table and finally the total record count and count after it hit -300 for that session.

I can provide you with a sample database if you need it, ill backup the database and let you restore it on your PC. Ill send you a smaller one though as youll only need a few records id imagine.

Finally we need to consider each monthly search will have up to 70k records so i dont want timing out or crashing.

Grab Session And Take Info

October 12th, 2009 Comments off

I have an active voipinfocenter account and
I can login my account with a post form page

I want to get

1-remainning credit
2-calls
from this web site and I want to show them on my own web page.

so
you have to submit ( POST ) to login and
password first, when grab session (and also some
cookies from response), and use that SESSION on my web page.

Simple Php Session Fix Needed

October 3rd, 2009 Comments off

Hello,

Our company has a website which gives referral links for our affiliates to use. The affiliates will drive traffic through these links.

This link should log the session of each visitor into some session variables based on the argument parameters given in $_GET. (take those vars and make them into session vars)

The session vars should carry over to a page deeper into the site so that the deeper page inside is able to call these vars for output again.

Somehow, the session is broken in this chain. We need someone who is ultra-confident in sessions and PHP to look into this and fix it.

Based upon your performance and speed at fixing this quickly, we want to gauge you for future projects on this with secure long-term contract potential. Thanks and look forth to seeing the candidates.

Best regards

Categories: PHP Tags: , , , , , ,

Cookie Unique Session Id

October 3rd, 2009 Comments off

A cookie is already set up on website.
It is downloaded when user logs in for the first time.

1. Give the existing cookie a unique session ID when it is first downloaded.

2. Every time the user revisits the website, and is already logged in or logs in, update the same cookie on their machine with a new unique session ID. Log the new unique session ID in the customer table on the database.

Revisiting the website means visiting any of these pages:

http://www.bankinggrapevine.com/default.asp
http://www.bankinggrapevine.com/aboutus.asp
http://www.bankinggrapevine.com/searchbanks.asp
http://www.bankinggrapevine.com/searchcontacts.asp
http://www.bankinggrapevine.com/searchresultshtm2.asp
http://www.bankinggrapevine.com/searchresultshtm2b.asp
http://www.bankinggrapevine.com/searchresultshtm3.asp
http://www.bankinggrapevine.com/searchresultshtm3b.asp
http://www.bankinggrapevine.com/samplebank.asp
http://www.bankinggrapevine.com/samplepage.asp
http://www.bankinggrapevine.com/buynow.asp
http://www.bankinggrapevine.com/research.asp
http://www.bankinggrapevine.com/bankdirectory.asp
http://www.bankinggrapevine.com/bankingdatabase.asp
http://www.bankinggrapevine.com/bankitdirectory.asp
http://www.bankinggrapevine.com/corporatebankingdirectory.asp
http://www.bankinggrapevine.com/bankexecutives.asp
http://www.bankinggrapevine.com/bankofficers.asp
http://www.bankinggrapevine.com/bank.asp
http://www.bankinggrapevine.com/bank2.asp

3. If, when the user revisits the website:

i) the cookie on their machine does not have a unique session ID (this is for all old versions of the cookie that will be already on some users machines)

or

ii) the unique session ID of the cookie on their machine does not match the unique session ID logged in the customer table for that user

Immediately log that user out and return them to the homepage.

4. Each time the user revisits the website with a unique session ID that matches the unique session ID in the customer table for that user, log the date and time in a new column in customer table on database (create the new column). Call the new column “Last Visit”.

5. Do not apply step 3 above on accounts created on or before 05/19/2009.

Bear