Archive

Posts Tagged ‘split’

Edit And Split An Ebook I Have

January 13th, 2012 Comments off

Hi
I have an ebook that need some re branding (some content editing and adding some pages) and to be splitted into 5 or 6 modules , if you have a VERY good english and good SEO and internet marketing and you’re available on skype you can bid .
Thank you

Preg Split Help Needed

December 28th, 2011 Comments off

Hi there

Have a project that utilizes the pregsplit() php function. Got it kinda working but need someone to fix it for someone that is familiar with reg expressions this will take about 10 mins. Need sorted asap.

Thanks
Joe

Split Large Log Files In C Sharp

December 14th, 2011 Comments off

Hi,

i have to build a simple tool in csharp which searches large log files (2 gb and more may be 10)which has timestamps every one second and cut a certain part (between start timestamp and end timestamp given by the user)..The part should be cut and saved in another text file.i need an efficient way to do this and note that fstream class can deal with files less than 2 gb in size.

best regards.

Split Text In Excel Spreadsheet

December 14th, 2011 Comments off

Hi there,

I’ve got a spreadsheet with sentences in it (one per row), and I need these sentences to be split as follows:
- copy the entire sentence (cell-content) into a new cell
- take the last word off the sentence and copy that new shorter sentence into the cell below the previous cell
- continue doing so until there’s only the first word left
- then also copy the 2nd and 3rd word into individual cells below the previous ones.
- then go to the next sentence and keep adding the sentenc…

Banner Designer / Split-tester

November 28th, 2011 Comments off

This is a project for an experienced banner designer and marketer. This is an on-going project, if you’re good.

I will show you example banners, and your task will be to produce banners in hopes of getting a better CTR. You have to follow the guidelines I provide.

You will make a several different style banners at 336×280. The winning style will be replicated into the other Adwords compatible formats. This way you wont have to make ALL the banners when the style is clearly a failing one.

Split One Form Over 3 Pages

November 23rd, 2011 Comments off

Hi there

I’m running a WP Buddypress / Multisite

The signup page needs to be split over 3 pages.

This should only take a few minutes for the right person.

I have lots of little tweaks that constantly need doing – so there’ll be more work if this project goes well.

To be eligible for this project – please quote “Pinky”

I will attach the file to be changed so you can take a look at it.

It needs to be split after the Basic Details section and before the Profile Details.

Categories: Form, Tweaks Tags: , , , , , ,

Split Rss Feed

October 31st, 2011 Comments off

I have a large rss feed (30000 items) and want it split into 600 separate rss feeds of 50 items each. Must be valid rss feeds,

Categories: RSS, RSS Feed Tags: , , , , ,

Split Video For Youtube

May 30th, 2011 Comments off

I have a video that is longer than 15mins so I need to split it into different parts and upload to YouTube.

Premium WordPress Split Test Plugin

April 18th, 2011 Comments off

I would like a premim wordpress plugin created which will be used for split-testing parts of a theme.

A person sets up a split test area, which would be a button or a text area or a color and the plugin records actions performed.
Graphs showing clicks, impressions and actions should be a part of it, using a javascript library like http://www.highcharts.com

I will provide full spec to the selected programmer.

The plugin should use all wordpress best practices, work with the latest version etc.

I only want to work with someone familiar with wordpress and who has created plugins before. Please link me to proof of your wordpress plugins you have worked on before.

Need Small App – Split Csv

February 8th, 2010 Comments off

Looking for a very straight forward small app to split a csv file based on the keywords in the first column..

csv will be in comma delimted format with “” double quotes enclosing each column.

eg.

“Sony”,”dvd player”,”144.66″,”instock”
“JVC”,”television”,”122.22″,”instock”
etc

The csv’s are basically product datafeeds, with the Brand Name in the first column, i want to split each csv into multiple csv’s based on that brand name.

Needs to be well coded, as it will be handling large csv’s and i dont want it crashing.

Further work available for the right programmer.

$10 available for the project as its very straightforward.

Split Video

January 29th, 2010 Comments off

Hi,
I have a 2G file (continous) of speeches. I need the following to be performed:
1) Chop them up to Video files (by speeches)
2) Chop them to Audio too (you can just use the video from above), with the following in mind: Reduce the noise (like those background sound) but make the main speech more clear. The sounds should be “stablized” to a certain level so sound levels of different files wouldn’t differ so much. ( i listen on the ipod and watch on my computer too)

I am looking for a job that is well done. Make sure you check each of these head and tail.

Instant Split Script

January 12th, 2010 Comments off

I need a script where products can be added, removed, sold, usually electronic products that can be downloaded instantly.

The requirements are that the customer has to make 2 payments.
First payment goes to the referrer or affiliate, then they click the return to merchant button and go back to make the second payment, the payment to the sales site to get their download. This must be compatible with Alertpay.

The script needs to list the affiliates (referrers) as well as the customers for tracking and future marketing needs.

Please do not hesitate to use the PMB for questions or suggestions.

Custom Php Script

December 22nd, 2009 Comments off

1). User inputs a text file by browsing it on desktop.

Format of the file is –

Sentence1
Sen2
Sen3
.
.
.
Sen1000

2). User inputs number of files to be split. Example -3 the file is split in 3 parts keeping the formats same.

User inputs “Number of consecutive sentences to be used” == numcon (TO be used later)

3). Begin Article Generation

An article is generated according to two parameters

– Sequential(Files are given names sequentially so first part – part1.txt, second split part – part2.txt, third split part – part3.txt)
– Random(Files are given names randomly so part1.txt can be anyone of them , part2.tx can be anyone of them and so on…)

4). After naming the files.

If numcon is 2 , then randomly 2 consecutive sentences will be taken from “part1.txt” , “part2.txt” and “part3.txt”
All these will be joined/mixed/merged to form a sentence.

eg.

Sen45
Sen46

taken from “part1.txt”

Sen100
Sen101 from “part2.txt”

Sen12
Sen13

taken form “part3.txt”

The resulting article will be

Sen45 Sen46 Sen100 Sen101 Sen12 Sen13

If numcon is 3 then randomly 3 consecutive sentences will be taken from each parts eg.

Sen12
Sen13
Sen14

5). Option to clean generated article of synomymizer

Some words in a sentence of the original will be like this – ["better|firmer|advisable|sounder"]

If user chooses the option to clean synonymizer then – it will have to be output like this –

– first synonym word will be removed … in this case “better”

– From other words a random word will be taken instead of full word so-(if randomly firmer is chosen)

["better|firmer|advisable|sounder"] becomes firmer

5). Option to batch create articles.

User inputs = number of artcles

The script follows steps 3-4 that many times. If “sequential” option is chosen then file split parts need to be named only once. If “random” option chosen then naming of all split parts into “part1.txt”, “part2.txt” etc is to be done everytime an article is generated.

All generated articles can be placed in a text file with each article separated by two blank spaces followed by “===================” and then again two blank spaces. First sentence of the article will be title of the article so ouput should be –

Title 1

Article1

=======

Title2

Article2

=======
.. and so on.

Wpress Custom Theme Split Test

November 14th, 2009 Comments off

I have a wordpress website based upon a theme. The theme uses a custom template for the homepage. Somehow, this template inserts an external html file into the homepage as a custom field.

I want to be able to split test my homepage and have purchased a WordPress plugin called LP Jumper. This plugin rotates themes from the backend and therefore landing pages.

I have taken a copy of the current theme, made a change (different heading) to the html file responsible for the homepage contents and reuploaded the modified theme under a different name. Unfortunately, the theme appears to be rotated but the modified theme seems to call the html file from the original theme and not the modified one in its own folder.

I am sure this is a simple job if you know what you are doing. Unfortunately, I don’t. Can you help?

Wpress Custom Theme Split Test

November 9th, 2009 Comments off

I have a wordpress website based upon a theme. The theme uses a custom template for the homepage. Somehow, this template inserts an external html file into the homepage as a custom field.

I want to be able to split test my homepage and have purchased a WordPress plugin called LP Jumper. This plugin rotates themes from the backend and therefore landing pages.

I have taken a copy of the current theme, made a change (different heading) to the html file responsible for the homepage contents and reuploaded the modified theme under a different name. Unfortunately, the theme appears to be rotated but the modified theme seems to call the html file from the original theme and not the modified one in its own folder.

I am sure this is a simple job if you know what you are doing. Unfortunately, I don’t. Can you help?

Split Url&title&pic To New Pg.

October 22nd, 2009 Comments off

I need to split an array in Javascript.
To see what I’m talking about:
1. click on this URL
http://if.ifind2.com/i.pl?12559052081469&VICTORIA
2. then click SHARE. I brought the URL over to the SHARE page.
However, the portion before the “&” should show up in the URL field. I have the TITLE working fine (i fixed that) I also need to bring the IMAGE url over as well.

I almost made it work, but not quite.

Categories: Javascript Tags: , , , , , ,

Zen Cart Order Management Mod

September 11th, 2009 Comments off

PLEASE READ ALL REQUIREMENTS CAREFULLY BEFORE RESPONDING. YOU MUST INCLUDE A BID FOR CONDIDERATION.

Super Orders is an order management module for Zen Cart. I need an estimate to modify this mod..

Additionally there are two other mods who have super_orders.php pages to allow them to work with Super Orders (Fast & Easy Checkout, FedEx Labels). I need those super_orders.php pages to be merged with the main super_orders.php from the mod so that I have a consolidated super_orders.php page which works with the other two add-ons.

=====================================================================
Super Orders provides improved functionality that store owners want/need for improved order management.. It improves on the stock Zen Cart orders.php, but from my perspective I would submit that there are some usability/functional features I’d like to see improved out the box.. For example:

1. The order list display truncates the shipping method. I found fixes for a similar issue with the invoice and packing list, but the fix I applied for correcting the order list display did not work (my commented code is easy to locate)

2. For orders paid with Paypal, Authorize.net (and probably Linkpoint as well) the store owner should not be required to manually enter the payment in Super Orders. Super Orders should show these orders as paid without requiring the store owner to enter the payment manually.

3. Edit orders features need to be re-worked. Edit orders allows you to split part of an order off into a new order. (handy feature if items have to be packaged and shipped seperately or if some order items are drop shipped from the mfg) However, it does not correctly re-calculate the “source order” or the new (split) order created.

Super Orders should correctly re-calculate BOTH the source order and the split order when an order is split (paid or not).

If an order is paid in full, the calculation will distribute the payment correctly across both orders so that you end up with two fully paid orders. (The process should recalculate the orders so that they true up to the amount of the original order amount.)

Partially paid orders will have the payment applied to the source order. In the event that the amount of the source order exceeds the amount of the payment, the balance of the payment received will be applied to the split order. (The process should recalculate the orders so that they true up to the amount of the original order amount.)

Unpaid orders are split and recalculated so that they true up to the original order amount.

Display the original payment information from the “source order” on the split order. This display should make it clear on both orders that the order was paid and display original method of payment, original date of payment, original grand total paid. Perhaps this could be handled using a “split order payment” note which is only appended to the order notes on both orders when an order is split. Like other order notes in Super Orders, the store owner shall be able to decide whether to notify the customer or not, though the default for these “split order payment” notes should be set to NOT notify the customer.

4. Split order packing list needs to be re-worked. The split order packing list button should appear ONLY when the order is either the “source order” or the resulting split order — otherwise it should NOT display.. (Currently it displays on EVERY order where the order includes multiple items)

5. The split packing list details should be re-worked. The split packing list for the source order should display the FULL original order with the items that were split off from the source order flagged as “Product(s) will ship separately”. The split order packing list should display the FULL original order with the items that remained on the source order flagged as “Product(s) will ship separately”.

6. Under the “Close Order” area: When clicking the “Completed” button the order status should also update to a status that indicates the order is complete. Currently the store owner must first update the status, then mark the order complete. IMO, this should be ONE step.

7. Under the “Close Order” area: When clicking the “Cancelled” button the order status should also update to a status that indicates the order is cancelled. Currently the store owner must first update the status, then mark the order cancelled. IMO, this should be ONE step.

8. “Edit Status History” allows store owners to edit previously entered comments. This editing should be limited to store admin comments that were NOT sent/copied to the customer. (Edited customer notes show up in the customer’s account history, but the customer is not notified that the notes were modified — this is an audit control issue)

9. Enter Payment function – If you check the “Notify the customer?” checkbox, the customer is notified. However, the “Status History” for the order indicates that the customer was not notified. Flag need to be fixed to accurately reflect the correct customer notification status.

10. Enter Purchase Order function – Same issue as item 6.

11. Batch Printing function – When no orders are selected, the error message should be a user friendly on-screen error message versus the very unfriendly message it shows now (which scares end-users): “Warning: Invalid argument supplied for foreach() in /home/content/o/v/e/overthehill/html/testsite.overthehillweb.com/zentest1/admin/super_batch_forms.php on line 341
Error: No orders selected!”

12. Batch Status Updating throws errors when you search for orders using the following options:
= (equals)

< (less than)

Error messages:
“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 ”50′ ORDER BY o.orders_id DESC’ at line 4

in:

[SELECT o.orders_id, o.customers_id, o.customers_name, o.payment_method, o.date_purchased, o.order_total, s.orders_status_name FROM zen_orders o LEFT JOIN zen_orders_status s ON o.orders_status = s.orders_status_id WHERE s.language_id = '1' AND o.order_total '50' ORDER BY o.orders_id DESC]

If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.”

“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 ‘== ’13′ ORDER BY o.orders_id DESC’ at line 4

in:

[SELECT o.orders_id, o.customers_id, o.customers_name, o.payment_method, o.date_purchased, o.order_total, s.orders_status_name FROM zen_orders o LEFT JOIN zen_orders_status s ON o.orders_status = s.orders_status_id WHERE s.language_id = '1' AND o.order_total == '13' ORDER BY o.orders_id DESC]

If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.”

13. Lastly the apps security is using some outdated methods. While securing the admin following the recommended steps by the ZenCart development team will likely address most of these concerns, to do this right the security issues in Super Orders should be addressed.

Here’s some examples of the security flaws with this add-on
“once upon a time the creators of super orders decided that they wouldn’t filter any data going into the database so on a batch they would go “SHOW ORDERS WITH A VALUE <= 200″ and they have in that select box “<=”.”

“not only are there the XSS problems but there is also the possiblity that a malicious customer could inject code into the database from something like the payment details field combined with another module, because super orders does not do any filtering of the data it looks for in the database”

=====================================================================
The latest version of Super Orders has been attached to this proposal.
http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=257

The super_orders.php and super_packinglist.php files which apply to the Fast & Easy Checkout, FedEx Labels mods are also included.

Categories: E-Commerce, MySQL, PHP Tags: , , , , , ,

Jquery Expert Wanted

August 4th, 2009 Comments off

Hello friends,

I am trying to validate a form using jQuery and PHP. The actual
filtering is done by a PHP class which receives the data
asynchronously from jQuery and if it finds the form field data
invalid, returns an error.

So, I am serializing the form and then split it into array. I’m
looping through the array and passing each value to the jQuery.ajax
function. I would need to return an error to the ID hook if something
is wrong and I’m stuck in creating it. PHP successfully returns the
information but I’m having a very hard time with the darn hook. Please
see the code below:

$(document).ready(function() {
$(function() {
$(“#form-submit”).click(function() {
/*
serialize the form and create the initial array
*/
array = $(“#theform”).serialize().split(“&”);
for(var i in array) {
/*
for each value, split it again and grab the element
key
which will be my CUSTOM_PARAMETER
*/
arr = array[i].split(“=”);
var custom_parameter = arr[0];
/*
arr[0] is the key which is basically the
CUSTOM_PARAMETER I need
arr[1] is the actual value and makes no interest
*/
$.ajax({
url: ‘request.php’,
type: ‘POST’,
data: array[i],
success: function(data) {
/*
PHP returns an error if the data is invalid
but I need to define a “hook” using the
CUSTOM_PARAMETER element
ex: $(“#error_phone_number”).html(data);
*/
$(“#error_”+custom_parameter).html(data);
}
});
}
});
});

});

I hope I succeeded to make myself as clear as possible and of course,
I would really appreciate your thoughts on this.

Thank you!

Php Mp3 Splitter Class

June 19th, 2009 Comments off

I have a PHP form that allows me to upload MP3 files. After that this form has been submitted I can get the MP3 file uploaded in a protected area and the following parameters:
- $source: full path of the mp3 file uploaded
- $start: number between 0 and 25 (indicates the percentage of the head of the MP3 file that will be removed)
- $end: number between 75 and 100 (indicates the percentage of the bottom of the MP3 file that will be removed)
- $destination: full path and name of the split version of the Mp3 file

What I need is a PHP class (or anything that could work) that creates a copy of the uploaded file ($source) and removes parts of the Mp3 file from the begin to $start and removes tail of the song from $end to the original end. When file has been split it should be moved to the public area ($destination).

eg: If I upload an Mp3 file called “music.mp3″, I can get the file saved in two different places:
1 – http://www.my.site/original/music.mp3 (full version)
2 – http://www.my.site/public/music.mp3 (split version)

Class should work with Mp3 files with all layers version.

Split Php In Php And Tpl

June 16th, 2009 Comments off

I need the attached filed split into two files.

The first file should be a PHP file pulling the data from the database and all other necessary info.
The second file should be a TPL file in a template folder displaying the info.

Please do NOT send references unless I ask for them or your bid will be rejected.

Please ask questions before you bid in case you are not clear about the requirements.

Split Grapic In Layers

June 5th, 2009 Comments off

I need this graphic split in 4 seperate layers in one PSD file.

https://www.scriptlance.com/f/?124422993594968625

The four layers should be sun, earth, crystal and background.
I also need the seperated graphics enhanced so they look perfect.
The picture I have is just a scan so you need to improve them manually.

Thx

Frame Page Split

April 2nd, 2009 Comments off

When you click on a profile on our website there is a top frame

http://www.mshen.com/mshenindex/profile_frames.php?uid=61

I would like this frame to be on the left and and text size changed and repositioned like ( ignore the rate and featured member part )

http://www.mshen.com/mshenindex/tester.jpg

I need someone who is able to work and come online with any messenger

Top Frame Page Split

April 2nd, 2009 Comments off

When you click on a profile on our website there is a top frame

http://www.mshen.com/mshenindex/profile_frames.php?uid=61

I would like this frame to be on the left and and text size changed and repositioned like ( ignore the rate and featured member part )

http://www.mshen.com/mshenindex/tester.jpg

I need someone who is able to work and come online with any messenger

Bear