Jump to content

Nabeel

Administrators
  • Posts

    8149
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Hey, welcome aboard! When you say 'not working', what do you mean? There's one bug I know of which will be patched, but the way around it is for a pilot to select a background image. The rank image isn't as important, but also a good place to work. Also make sure there are backgrounds in the /signatures/background directory, the default one to use is called 'background.png'. The bug is that if they haven't selected a background image, it's supposed to default to that background image, but it doesn't.
  2. Same result with the beta version (downloads.phpvms.net/phpvms.beta.zip)? I use a different mailer method with that, so hmm, then that points to the mail client. What if you use a webmail email address? Does it show the same thing?
  3. Nabeel

    FSacars

    D'oh. I'll let you know
  4. Would you mind trying the latest beta copy? (downloads.phpvms.net)
  5. I guess it's not happening with any other mails sent from the server?
  6. Hey there, What OS is your server, do you know what the mail program it uses is? Thanks
  7. I'm going do a tutorial on API which is a basis for that. If I get time, I may input in it, but I don't have much time to install phpBB and muck around etc. There is a survey link in this forum, there few a few suggestions in there I have seen which I am considering. There's a running "wish list" thread in the General forum as well that I'm watching.
  8. Ask your host, otherwise, line 95 in TemplateSet.class.php, in front of the file_exists(), put an @ to suppress the error.
  9. Nabeel

    Editing Templates

    There's a topic on this already @ http://phpvms.net/forum/index.php?topic=67.0
  10. Not yet, in some version in the future. Hey problem, glad it's helping!
  11. Ah ok, in your php.ini file (xamp/apache/bin/php.ini) the line: ;extension=php_curl.dll Remove the ; in front, then restart Apache. That should enabled curl for ya
  12. Hey, I would check with your host about that. It has to be compiled into PHP.
  13. Nabeel

    Almost done

    I like the second one better. FSPax has a bunch of logo's on their site
  14. I love the sexy code coloring.
  15. Thanks alot! Here's the fix, run in phpMyAdmin: ALTER TABLE `phpvms_downloads` ADD `description` TEXT ASCII AFTER `name`; Added the column in the update install, but not in the full install
  16. Yeah, sorry. Just made a topic: http://phpvms.net/forum/index.php?topic=404.0 If you can do that, it'll help greatly.
  17. I'm not getting this bug, which makes it weird. If you can do me a favor: Subscribe to the issue: http://phpvms.net/forum/index.php?issue=3.com5 And, open /admin/modules/downloads/downloads.php, Line 184/185 is: DownloadData::AddDownload($this->post->category, $this->post->name, $this->post->description, $this->post->link, $this->post->image); Under it, above the } add: DB::debug(); Please post the results in the above issue. Thanks!
  18. Hey, Welcome to the forums. For number 1 - that's a known bug. I'll be fixing that soon (this week) Number 2 and 3 - no requirements, just include the full link with http://
  19. You only need to edit local.config.php If you don't see the setting in app.config.php, copy it into local.config.php The local.config doesn't get overwritten in a update, app does
  20. Thanks everyone! I hope ya'll like it
  21. Add the float property to the CSS float: left;
  22. Oh ok... read it wrong. Yeah, don't rename tables lol
  23. Wait, what? Are you renaming tables?
  24. Nabeel

    2 Q's

    Find that line, and place a @ in front of the set_time_limit() Sure, you can just look at the admin/templates/downloads_list.tpl I think it is, you can use that format
  25. Hey, Make sure lib/signatures is 0777, and then in the admin panel, under maintenance options, there's a link to regenerate the signatures
×
×
  • Create New...