Forum Activity for @madc

MAD
@madc
04/26/14 03:53:35AM
600 posts

Redirect External link backs to https


Installation and Configuration

Thanks @michael .
Nah it doesn't work
i get the url
https://www.punkbandpromotions.com/modules/jrCore/router.php?_uri=modules/jrCore/router.php\
I need to remove the modules/jrCore/router.php?_uri=
That is just adding after it

Wouldn't it need a specific rule?
Like
RewriteCond %{HTTP_HOST} ^punkbandpromotions.com$
RewriteRule ^modules\/jrCore\/router\.php\/?(.*)$ "https\:\/\/www\.punkbandpromtions\.com\/$1" [R=301,L]
( that doesn't work by the way )
updated by @madc: 04/26/14 04:04:40AM
MAD
@madc
04/26/14 03:43:34AM
600 posts

Anyone here into antiques and collectibles?


The Greenroom

You can't link to an external website VIA ebay . Against their t & C's
Gumtree however allow that but they are unclickable.

Great idea but I have already researched that.

More after sites to work out values of things
MAD
@madc
04/25/14 10:38:49PM
600 posts

Anyone here into antiques and collectibles?


The Greenroom

I am working on a site for my Uncle as he needs to move houses.
His other house can't store the 50 years of stuff he has bought.

I am trying to find any sites that give you an idea of costings of old stuff.
Just need a ballpark figure as a guideline.

The site is online but robots blocked for now until we get the first 150 items done.
http://dmcollectibles.com.au

This guy has so much stuff that it will take years to get it all online.
So he is getting storage until it all goes.
Not sure what will cost more hahhaa

Any ideas would be great!
Cheers
updated by @madc: 05/20/14 12:33:58AM
MAD
@madc
04/25/14 09:50:27PM
600 posts

Redirect External link backs to https


Installation and Configuration

I am trying to work out my htaccess to redirect links from external sites to https and www version

Problem:

People have been posting links to our site leaving off the https and www.
eg. http://punkbandpromotions.com/k-usr-radio
( link should be https://www.punkbandpromotions.com/k-usr-radio )

when people click that link it goes to a not found page
https://www.punkbandpromotions.com/modules/jrCore/router.php?_uri=k-usr-radio

why is it injecting the /modules/jrCore/router.php?_uri=
If that was gone the link would work

this is my htaccess edit

RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]

updated by @madc: 06/05/14 06:25:47AM
MAD
@madc
04/20/14 09:51:51AM
600 posts

Admins Need to upload files of up to 250mb


Installation and Configuration

All browsers have been tested and failed ( mac and pc )
We are using Centos 5.1
Apache 2.2.27
PHP 5.3.28
As I said ...It has to be at our end. Something our system doesn't like or isn't set properly

EDIT : No , no dev server but I could provide you with full access
updated by @madc: 04/20/14 09:52:54AM
MAD
@madc
04/20/14 09:36:59AM
600 posts

Admins Need to upload files of up to 250mb


Installation and Configuration

When we had the joomla site everything uploaded fine through php and max was set to 30gb in php.
Although we had uploads etc set to that max then as they didn't need to convert etc.
Since then we dropped the upload down to 600mb but since JR we put it back up to 2560 to cater for the podcasts.
I will try changing the directory and let you know
MAD
@madc
04/20/14 08:47:14AM
600 posts

Admins Need to upload files of up to 250mb


Installation and Configuration

Yeah sorry Upload form.
When you add a file it starts uploading
The percentage shows.
Once it hits 100% it returns the error UPLOAD FAILED right beside the upload
Anything over 181mb ( MAC so could be 176mb ) doesn't go
Anything under does

This is a snippet from my php.ini file.
It goes to default so should be good.
We have uploaded files over 30 gb before so I can't see this being the issue

;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;

; Whether to allow HTTP file uploads.
file_uploads = On

; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
;upload_tmp_dir =

; Maximum allowed size for uploaded files.
upload_max_filesize = 2560M
MAD
@madc
04/20/14 08:07:26AM
600 posts

Admins Need to upload files of up to 250mb


Installation and Configuration

Yeah, It uploads the whole lot and as soon as the meter ( UPLOAD PERCENTAGE ) shows the lot is up it shows UPLOAD FAILED in the form designer
updated by @madc: 04/20/14 08:09:49AM
MAD
@madc
04/20/14 08:00:08AM
600 posts

Admins Need to upload files of up to 250mb


Installation and Configuration

As soon as it uploads it shows "UPLOAD FAILED"
Just stops dead
and thats it
updated by @madc: 04/20/14 08:00:28AM
  10