Search results

  1. Basti

    Still having problems with sendmail

    No need to be sorry, glad it got resolved :)
  2. Basti

    Featured Member With Banner

    Featured member does not include banner/mp4 management, so {$banner} is wrong ( that is used on the rankings ) and actually not works, but it takes the last member on the page and displays their banner So, in this file you got to seup the img tag yourself and use {$banner_url} in the src...
  3. Basti

    Still having problems with sendmail

    You would have anti spam email headers, so emails not get blocked by providers or land in spam. But they clearly made something wrong this is part of the email headers i got from joining ( in spam folder ) Received-SPF: none (domain of us15.tmd.cloud does not designate permitted sender hosts)...
  4. Basti

    Still having problems with sendmail

    Please do not repeat threads, it makes it harder to help, cause all the info you provided already is spread accross threads So, keep it this time in this thread please. did you followed what i last said regarding spf and dkim records? That it works sometimes and sometimes not means mail itself...
  5. Basti

    BUG - Many sites, Same Acc

    Did you maybe changed the upload html? The file user_cp_upload_banner.html normally has a select box to select the site he wants to upload, so if you have 3 websites, you can choose any of them. By the sound of it, he is not changing the select box This is the code which list the users urls...
  6. Basti

    Premium Banner

    I can have a look later on skype morus. Your mp4's are 404 not found. It looks like something with ffmpeg got installed incorrectly, resulting in the "can i run ffmpeg" to return true, but the actual convert command does not generate/store the mp4 On a sidenode, add this to your css, seems it...
  7. Basti

    Re: Not getting emails...

    I would assume your admin mail account is blocking incoming mail many mail accounts do this when no SPF and DKIM anti spam mail dns records are present Check with your host and ask them if these are properly setup for your account as well Aditionally you can check this yourself, if you check...
  8. Basti

    Just signed up...

    Ok, those plugin would not really cause a white page on join Is there also no error_log file inside public_html? Could prodive ftp details via private message? Then i could have a look instead of guessing around
  9. Basti

    Just signed up...

    Send message plugin 100% has nothing to do with it, it is a contact form, it is not loaded on join. Let us know if something is in the error log file. Or at least tell us your used plugins. Cant help otherwise
  10. Basti

    Just signed up...

    Several reasons could cause this. first off, white page indicates an php 500 error, so you most likely have a plugin which does something after you click submit i would assume that plugin was not installed correctly to install a plugin you have 2 options, 1) using the plugin manager in admin...
  11. Basti

    It's Just Not Happening

    That was an old behavour and should not happen anymore since 1.6, not sure exactly. Did it happen with a newer version? cause normally the changed behavour is set the column to NULL if empty
  12. Basti

    Custom Managing Members in Admin

    glad its resolved :)
  13. Basti

    that's how you treat your customers

    Not nice, really. I hope you do the right thing and stop these false accusations
  14. Basti

    Premium Mitgliedschaft

    Was du bei paypal eingibst ist egal, wird in der html datein ueberschrieben. Das problem ist das alles PDT ist, damit das funktioniert, muss der user nach dem bezahlen auf die seite zurueck geleitet werden ( paypal macht das automatisch ). Wenn er das nicht macht und den tab schliesst oder so...
  15. Basti

    Custom Managing Members in Admin

    Sorry was on vacation Well, cause you modified the hell out of the plugin without knowing what you do ;) If you look at page 1 again, this is what you have to use while (list($username) = $DB->fetch_array($rank_result)) { if($username == $row['username']) $username is from the...
  16. Basti

    Custom Managing Members in Admin

    That is not an offical plugin, just edit the file to replace the text directly The plugin on page 1 was tested and worked. not tested with VL 1.7, but it should work ( since my modified manage.php was put into 1.7 ) Zip your plugin and post it here, you probably just copied something wrong, or...
  17. Basti

    Custom Managing Members in Admin

    What are you trying to do? the plugin on page 1 does not have a $row or $row1 the only thing it has is $row['username'] which is the variable for the page itself.
  18. Basti

    Screenshots timeout

    weather mark applied the same fix or not, you can change that line to this in order to have a fix now. $result = $DB->query("SELECT sites.url FROM {$CONF['sql_prefix']}_sites sites INNER JOIN {$CONF['sql_prefix']}_stats stats ON stats.username = sites.username WHERE sites.active = 1 ORDER BY...
  19. Basti

    Error 500 - PHP Update from 5.6 to 7.2

    Just checked, we do indeed have in both install and update the requirement for mb_ functions, so you must have overlooked that red dot
  20. Basti

    Error 500 - PHP Update from 5.6 to 7.2

    Not quite sure we have the mb_ functions as requirement inside install/update checklist ( it is a requirement, to be utf conform ). We will double check to make sure it gets onto the checklist in case it isnt
Top