Jump to content

DutchCaffeine

Members
  • Posts

    208
  • Joined

  • Last visited

About DutchCaffeine

  • Birthday 09/04/1989

Details

  • Location
    Netherlands
  • Interests
    Computer programming; Web development; Web engineering; MTA:DM (server owner of lexlife); Computer hard/software (development/installing); Knight rider The A-Team The dukes of hazzard

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

DutchCaffeine's Achievements

Chump

Chump (17/54)

0

Reputation

  1. You've pointed out the problem here. It is the domain, when you hit "keep me logged in" on the login page, it'll set a cookie (as everyone knows). phpBB (the boards software) makes a cookie using the domain presented in the configuration. In the administration control panel, you can go to General > cookie settings there you can see what domain the cookie points to. There is a solution to this, but it requires programming. Can't be done in the boards configuration. Spitted out, it ain't problem of the browser, the problem is the different domain names pointed to the board.
  2. Why not directly create the resource itself? Use this function to create the resource, note that you will need acl permission in other to do it; https://wiki.multitheftauto.com/wiki/CreateResource Also after creating the resource create the meta.xml inside the resource it self, just by creating the xml using the filepath ':{resource_name}/meta.xml. For the rest, I rather create my resources by hand and not go in-game to do it.
  3. Little tool here to test your regular expressions, it is a very handy tool to use. It also has some community added expressions; http://gskinner.com/RegExr/
  4. Regex is all about string patterns, it is a way better than lua's patterns. The thing is, it is very difficult to understand. Try google and search for "regex" or "regular expressions".
  5. Just had a look in the source code, and I must say very well and clean scripted. Just the way I like seeing scripts. For the rest, thanks for sharing this module with us.
  6. DutchCaffeine

    VPS

    If I'm not mistaking, it is quite easy cd in to the mta server directory and run: ./MTAServer -s change the text 'MTAServer' with your mta executable. The -s stands for silent. Hope this is working for you, if not write a daemon script
  7. What does the file 'test.php' contain?
  8. Die %20 komt niet van mij, maar door het forum zelf. Je moet je foto ergens uploaden, [link=http://imageshack.us/]ImagesHack[/link] is een goede website daarvoor. Daarna pak je de link van de afbeelding plaatst hem tussen de 'img' tag. Dan krijg je de volgende link, en die kan je plaatsen in en img tag: (haal de spatie tussen [img ] weg) [img ]http://img204.imageshack.us/img204/3193/imag0202e.jpg[/img] Dan krijg je: Je kan ook het plaatje linken naar een bepaalde site: [ url=http://mrdejong.nl][img ]http://img204.imageshack.us/img204/3193/imag0202e.jpg[/img][/url] Dan krijg je:
  9. [img=(url%20naar%20het%20bestand)]
  10. Hier is je spam: Anders nog iets?
  11. Well I made something small in addition to your script, my little addition just detects a interactable object and shows a little message on top wich disappears after 5 seconds. The detection script: http://pastebin.com/j9QaKKWt The ui script: http://pastebin.com/Q7C7UN2e
  12. UAEpro, the TS already did say that he will use callRemote along with the php sdk, so that don't put the mysql information & queries inside the resoruce.
  13. That editor is here viewtopic.php?f=108&t=32529 And here is some documentation about plugins: https://wiki.multitheftauto.com/wiki/Res ... or/Plugins Hope this helped you...
  14. AeroXbird, nice to see a project like this, if you need any help with it. Please contact me. Got one problem with mantiz, it won't send me an activation e-mail.
  15. viewtopic.php?f=108&t=36481 - Read the manual... and btw, look at the top of the page and find a link that says wiki and then click on it. Have a nice day
×
×
  • Create New...