Search results

  1. Basti

    Stats Problem

    Good that it is sorted :) I hate how there are so many differences in php paths. Would make life so much easier with a standart path
  2. Basti

    Created Page Redirecter

    We have to see what others think, i myself am no fan of that. If you want to increase pageviews and ad display just make the out link to the stats page of the member. You can display ads there and it gives the visitor way more info at the same time as a simple "we redirect you". We will see
  3. Basti

    Stats Problem

    It would always run at midnight no matter if you called it manually or not. This is ofc depending if the path to cron.php is correct. I would suggest while cron.php is not running you make a few tests. 1. Join your list with a new account 2. Download and open cron_test.php and replace in the...
  4. Basti

    Server Check

    Yea delete button does not work as not database entries were made before, so it errors out as well. You could just delete the folder from ftp and it should be good.
  5. Basti

    Gateway

    Ah i see, it is the fault of your skin name / The way we coded the css in gateway.html for now go into gateway.html and put quotes around each image path in the css Apparently once there are special characters involved ( white space is ) they need to be escaped (white space - %20 ) if you have...
  6. Basti

    Facebook

    Mark, can you verify that you filled out everything correctly? i just tested again and it works like it should Make sure your application points to the right domain ( make sure you followed how to create a app tutorial correctly ) Make sure in admin settings you paste your fan page id, not...
  7. Basti

    Gateway

    Looks like you miss the images in your img folder. Copy them over from parabola bg-buttons-sprite.png red-sprite.png green-sprite.png That should fix it
  8. Basti

    Facebook

    Oh i have a bad feeling facebook might changed something again :( ill give it a test today.
  9. Basti

    Facebook

    How many days until it expire Mark? If its 60 days already it wouldnt extend ofcourse. If its just a few days ill need to install and test again. Who knows what facebook is up to again
  10. Basti

    Server Check

    Ok i forgot a comma in the install file. If you reupload the plugin through plugin manager it should make the database changes now while uploading. Alternativly you can also unzip the file and just replace install.php in the plugin folder. And then click the install icon. Let me know how that goes
  11. Basti

    Server Check

    Hey, could you tell me if this was a fresh plugin install or did you had the previous one installed before?
  12. Basti

    Stats Problem

    They could not mess up the stats, unless they change the value of last_new_month etc in the database. If they access it at any other time than midnight, the code in cron.php simply does not run. Its the same code as in index.php, but cant be triggered twice by accident ( so the 0 stats are...
  13. Basti

    Server Check

    Plugin Updated and ready for testers. Pease read the install/update instructions carefully, there is more to it than usually. If you are unsure about anything post here or pm me
  14. Basti

    Twitter

    Plugin Updated. On webservers running with php´s OAuth extension this plugin cause an error at least when approving members. Reupload zip is only required if you experience such an error.
  15. Basti

    Problem with Deleting Members!

    Overall stats are simply calculated adding all members stats together. And since you deleted some members their stats are also gone. Doing it in another way would produce unneeded overload. And on a sidenote. Doing it the other way around would produce unaccurate stats. Programatical seen (...
  16. Basti

    Server Check

    K everyone, i will post this plugin tomorrow. I have tested it to a certain point, but query errors might still appear, so do not freak out ;) When i post it, make sure you follow install instructions carefully. This is not the typical 2 second plugin install
  17. Basti

    How to black list sites?

    Admin -> Tools -> Blacklist String: type url Field: Select url Matching: Exact This will not remove blacklisted url from your list if its there already
  18. Basti

    Problem with Manage Members

    Good catch Mark. Until a fix is in the new version open sources/admin/search_user.php Line 30 replace with this //$this->form();
  19. Basti

    VisioList Download

    See the core downloads section here in the forum. 0.7 final is the latest version
  20. Basti

    Server Check

    That game is not even included. So, no timeframe yet. At the moment the plugin have higher priorities, such as speeding things up. Load is currently at ~4 sec which is unacceptable with only 10 members per page.
Top