PDA

View Full Version : Clip Share Assistance.


Timelord_
04-16-2007, 05:24 PM
Hi there, I just installed CLipshare on my domain (atlanticgamingalliance.com) and everything appears to work until I try to upload. My site is on the goofy server.

The file uploads fine (progress bar completed to 100%), and then it re-drects me to what looks like a login screen. If I look at my site via FTP, I can see the files have been uploaded, but never actually converted into the FLV format needed for CLip Share.

Anyone have any thoughts or suggestions? I have gone through all the troubleshooting articles on this site to no avail.

Cirtex Admin
04-16-2007, 08:27 PM
Hi,

Please follow the tutorials from the links on http://cirtexhosting.com/ffmpeg-hosting.shtml carefully + http://support.cirtex.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=33

If you still have issues, submit a ticket to helpdesk for assistance and ask for it to be escalated to Level 2 If needed.

We can install it for $25 and get it working 100% for ya if you wish.

Cheers

t.check
04-28-2007, 02:09 AM
I used to have a problem with this when I used Clip Share. Try running the troubleshooting script danny provided on the site he has.

fightnightlive
05-11-2007, 04:06 PM
can you help me please, i need to know who to chage the currency form $ to £ im my clip share script,, i need paypal to take payments in £ not $

thanks

Cirtex Admin
05-11-2007, 06:16 PM
Hi

Try contacting ClipShare directly, I'm sure theres somewhere in the config files to modify this.

Cheers

fightnightlive
05-11-2007, 08:08 PM
no thires no way to change it in the config file,,
i have submited many tickets to clipshare but they never reply :(
dont know what to do i urgently need to change this

thanks anyway

Cirtex Admin
05-11-2007, 09:24 PM
I'd recommend asking on ClipShare's forum, as it is usually much more responsive.

Cheers

Josh
05-12-2007, 06:49 AM
PayPal shows the conversion for the the currency when the user logs-in to pay, so it shouldn't be too much of a big deal..

Anyways, I can see 3 places where you would need to change the "$" sign in folders -
templates/email - payment.tpl
<tr><td>You have paid:</td><td><b>${$amount}</b></td></tr>

templates/ - pack_ops.tpl
<tr><td align=right><b>Package Price:</b></td><td><font color="#0055CC">${$package.price} per

templates/ - payment.tpl
<tr><td></td><td><b>Total Price:</b></td><td><font color="#0055CC"><b>${$totalprice}</b></font>

There may be more than this I haven't had a good luck around & your versions may differ from mine. That is just changing the $ to £ in the display I'm not sure how PayPal knows the incoming currency I'll post if I see anything though.

Josh
05-12-2007, 07:12 AM
Okay I think I see how PayPal accepts it as $ USD. If you go into payment and open notify_paypal.php - line 21 contains:
$paypal_currency = 'USD';
changing this to
$paypal_currency = 'GBP';

Doing this should process PayPal payment currency as great british pounds. I've not tried it so you should make back-ups before you try it out.

Good luck.