|
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Messages - davejo
Pages: 1 ... 9 10 [11] 12
151
« on: May 02, 2012, 02:59:43 pm »
Is there a specific variable that I could put in the email and pm texts in the language template to use a persons username. at the moment we have You have been given credits I was thnking alone the lines of Hi 'username', You have been given credits I have so far tried %fullname ; (Member Name): ; {$member.name}; $username but none of these return the users name. I realise that the variable has to be defined somewhere and the reason I chose those above is beacuse they are all used somewhere either in this mod or SMF or have I missed something like inverted commas? Thanks as always
152
« on: May 01, 2012, 02:26:28 pm »
Ok no problem haven't had time yet to work on it.
phew...
153
« on: May 01, 2012, 02:12:50 pm »
updated reply...sorry if you started this VB
154
« on: April 29, 2012, 01:02:03 am »
Do you want it to never count another download if they already downloaded a file? or have a limit of last 24 hours?
never count the same file again please.changed my mind and now I realsie why you asked me can i have a limit of last 24 hours, please? Thanks VB
155
« on: April 27, 2012, 05:29:04 am »
I could add an option to count downloading a file only once if they have downloaded it in the past for credits.
Hi I'm having the same problem with this as members are losing multiple credits for downloading one file. I think the idea of people using download managers is not going away especially for users in the UK as in some areas the download speeds are still appalling. Is there any chance you could add this function you mention here as I do use the credit system. Thanks very much regards Dave
156
« on: April 26, 2012, 10:04:37 am »
Well I tested it on my test site and i mangaged to send myself some money using the 644 settings. So it looks like thats the answer...although my main site is still not available for some reason.
157
« on: April 26, 2012, 04:43:00 am »
Posted an update to fix this issue 2.1.3.1 Fixed bug in SMF 2.0 with the downloads regenerate function.
All working OK now thanks VB
158
« on: April 26, 2012, 04:13:23 am »
Credits should be automatically added. Check the file permissions on downloadsipn.php/downloadsipn2.php in the root of your forum. If you visit that file in the web browser you should not get an error.
Yep that would be the problem. The default permissions are 666 after install, I have now changed them to 755. When I got to the file now, in my browser, it just comes up with a blank page, which I'm guessing is correct. Thanks for the info. EDIT: I have just had an error appear via email that say "INVALID IPN DETECTED" As i didn't know this original problem was to do with IPN, I have just read, in another thread, that changing the permissions to 644 seemed to have worked for someone else before. My site at present is not available maybe it's a failsafe on the server side that shuts it down as it's also saying "cmd=_notify-validate " error...I'm not sure if it see's that as a threat to the server, but I will change permissions to 644 when i get access.
159
« on: April 25, 2012, 05:30:30 am »
Hi when I go to run this I get the following error
Fatal error: Call to undefined function Downloads_ReGenerateThumbnails2() in /home/gamezfi1/public_html/Sources/Downloads2.php on line 211
Line 211 is
$subActions[$sa](); any ideas?
Thanks
160
« on: April 25, 2012, 03:27:07 am »
A couple of members on my site have used the 'Buy Credits' facility. I have a number of packages set up using my existing Paypal account.
When a member buys credits via a package should the credits automatically be added to the members credit total once the transaction has completed?
If the answer is yes mine didn't, on both occasions I had to manually add the credits myself to each member. Is there anything that might have caused this not to happen?
Regards
Dave
161
« on: April 17, 2012, 01:54:36 pm »
I didn't understand a word of that but I would like to have my files go to different servers too?
Does anyone have any idea where I could read about it or better still does anyone know how to do it?
Thanks
162
« on: April 17, 2012, 01:46:07 am »
Great did you raise the memory limit in your php settings? Just wondering what settings you changed.
Yep that's what I did. My web host doesn't normally let people have access to the php.ini but as I have 6 sites with them they let me have it in my root, so after reading a bit about php last night it was then I found out that the default 'memory_limit' is 128M so I just raised that to 170 which is 10M above my max upload.
163
« on: April 16, 2012, 03:00:27 pm »
Create a test php file called test.php Inside it put
<?php phpinfo(); ?>
Upload it to your site then run it via the browser and search for upload_tmp and should tell you the path.
Unfortunately for me it says 'No Value' and there is no other instance of that directory in the window. I have also tried the php info on my cPanel too but there is nothing about it in there.
I managed to change the directory info in 'whileuploading.php' to look for C:\php\upload_tmp and it actually worked...just once though....but it hasn't worked since.
It's very frustrating
An update. Ok I have now got it working 3 times in a row with different size files upto 55MB. What did I do? In 'whileuploading.php' I changed the line; //$tmpdir = 'C:/WINDOWS/TEMP'; // your PHP temporary upload folder ( without last slash ) to //$tmpdir = ''; // your PHP temporary upload folder ( without last slash ) by removing the directory location php looks for the default upload_tmp_dir. I then found out that the 'memory_limit' must be bigger than the max_upload limit, by changing these the upload indicator now works Thanks for the tips Dave
164
« on: April 16, 2012, 01:05:55 pm »
Create a test php file called test.php Inside it put
<?php phpinfo(); ?>
Upload it to your site then run it via the browser and search for upload_tmp and should tell you the path.
Unfortunately for me it says 'No Value' and there is no other instance of that directory in the window. I have also tried the php info on my cPanel too but there is nothing about it in there. I managed to change the directory info in 'whileuploading.php' to look for C:\php\upload_tmp and it actually worked...just once though....but it hasn't worked since. It's very frustrating
165
« on: April 16, 2012, 03:06:17 am »
It should be in the spot where it says "Unable to find server informations" The basic byte counter using a file in the php upload directory to monitor the file upload progress.
Can you tell me where would the default 'php upload directory' be? I did look at the code in 'whileuploading.php' and changed the part that mentions ''C:/WINDOWS/TEMP''. When I change from / to \ in the line that's when I get a line that says 'Uploading 134.78kb' (not exactly that amount) but it doesn't move, just stays on the same figure untill the upload is complete. Do you think that line should be user edited to point to a specific folder? <?php // PUBLIC SETTINGS //$tmpdir = 'C:/WINDOWS/TEMP'; // your PHP temporary upload folder ( without last slash ) // for this method is better set this folder in a dedicated one // to be sure that in that folder there isn't any other php temporary file
Thanks for keep looking at this by the way it's good to know that you guy's do give support and it really does make all the difference to us users of your mods. Dave
Pages: 1 ... 9 10 [11] 12
|
ST Shop integration
by SMFHacks
March 17, 2025, 08:28:26 pm
|
Contact Us
by SMFHacks
March 16, 2025, 07:49:23 pm
|
HTTP 500 error during install
by SMFHacks
March 13, 2025, 10:44:31 am
|
Site upgrade to 2.1
by SMFHacks
March 12, 2025, 09:29:43 pm
|
[Mod]WebP and AVIF File Support for SMF 2.1
by SMFHacks
March 10, 2025, 04:32:57 pm
|
Pretty URL's Pro support/help
by [chrisB]
March 03, 2025, 10:18:09 am
|
More RSS feeds
by melon
February 28, 2025, 08:23:21 am
|
SMF Shop / ST Shop Credits?
by SMFHacks
February 22, 2025, 06:13:10 pm
|
Down_sendpm Error
by Senkusha
February 22, 2025, 07:49:24 am
|
Additional Recommendations for SMF Store
by SMFHacks
February 20, 2025, 03:40:50 pm
|
|
|