Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


DomainAgent 0.3 is out
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

DomainAgent 0.3 is out

alexalex Member
edited June 2013 in General

-> THIS SCRIPT REQUIRES PHP 5.4 TO RUN <-

image

Changelog:

  • new, colorful look

  • works with all mobile devices (responsive design)

  • code rewritten using OOD

  • all database access rewritten and using PDO to prevent SQL injections

  • simple login system added, using industry standard PHPass library

  • showing website thumbnails in detailed view

  • brand new and simple installer

  • installer comes with over 20 most popular registrars

Requirements:

  • PHP 5.4

  • MySQL 5.1

Installation:

1) Upload all files to your desired location

2) Edit includes/config.php and provide proper MySQL details

3) Navigate to install/index.php

4) Delete install/*

5) Go to index.php

6) use admin:mypass to log in

7) CHANGE ADMIN PASSWORD

License:

This Open Source product is published under Creative Commons CC-NC-ND license.

Credits:

Download:
http://dagent.org/2013/06/domainagent-0-3-is-out/

«1

Comments

  • How many threads are you going to start for the same thing?

  • alexalex Member

    gazillion. problem?

  • looks nice. I might try it.

  • FritzFritz Veteran

    err...sory. what is this? is it something like domaintools?

  • RadiRadi Host Rep, Veteran

    @alex I sent you a PM, there's a little bug.

  • nice me gona try

  • If I insert a date into registration/expire date field, dagent save the field as 0000-00-00.

  • alexalex Member
    edited June 2013

    fixed login.php, you can either redownload or replace login.php with:

    http://pastebin.com/Fms43G3t

    github version updated too

  • prae5prae5 Member

    Why not just push the fix to git and let people update that way. Seems a bit convoluted doing it this way.

    Just a thought

  • alexalex Member

    that was the first thing I did. but not everyone is using git

  • maybe later i'll use it after little bug has been fixed

  • alexalex Member

    what little bug?

  • AsimAsim Member

    @alex, nice. Let me try this out and report issues (if any) on github

  • RadiRadi Host Rep, Veteran

    Parse error: syntax error, unexpected '[', expecting ',' or ';' in /myhostinguser/domainagent/domains.php on line 55

  • alexalex Member

    @FtpIt_Radi said:
    Parse error: syntax error, unexpected '[', expecting ',' or ';' in /myhostinguser/domainagent/domains.php on line 55

    what php version?

  • RadiRadi Host Rep, Veteran

    PHP 5.3.25

  • alexalex Member

    try now :)

  • RadiRadi Host Rep, Veteran

    No change. If you say I will change the version. Tell me which one though.

  • alexalex Member

    I'm using 5.4.4-14, but should work with >=5.3 anyway. Will look into this. Did anyone else get it working?

  • alexalex Member

    @FtpIt_Radi said:
    No change. If you say I will change the version. Tell me which one though.

    Found the 'bug', and it's actually due to me using php 5.4 specific features in the code. I will try to rectify it and rewrite for use with PHP 5.3, but until then it will only work with PHP 5.4

  • prae5prae5 Member

    I've found a handfull of bugs, will be adding them to github shortly

  • @alex: you should add the attribute data-date-format="yyyy-mm-gg" to each input that use the datepicker.

  • alexalex Member

    @Steve81 said:
    alex: you should add the attribute data-date-format="yyyy-mm-gg" to each input that use the datepicker.

    done!

    @prae5 said:
    I've found a handfull of bugs, will be adding them to github shortly

    thanks! and a big thank you to all finding the bugs!

  • same problem here 5.3.25 - debian

  • alexalex Member

    @FtpIt_Radi said:
    PHP 5.3.25

    if you're still with 5.3 try now, "should" be fixed

  • prae5prae5 Member

    hmm macbook just died, may have to wait a day or so until i sort it.

  • RadiRadi Host Rep, Veteran

    Download from GIT?

  • alexalex Member

    @FtpIt_Radi said:
    Download from GIT?

    yes

  • RadiRadi Host Rep, Veteran

    domains.php:
    Warning: Invalid argument supplied for foreach() in /hostinguserlocation/domainagent/includes/classes/domains.php on line 194

    Warning: Invalid argument supplied for foreach() in /hostinguserlocation/domainagent/includes/classes/domains.php on line 207

    Still shows the page though, but up are the errors.

  • alexalex Member
    edited June 2013

    @FtpIt_Radi:
    I just installed it in virtual machine with PHP 5.3.3 and MySQL 5.1 and it's working out of the box, so honestly don't know where the problem lies, but still looking into it.

Sign In or Register to comment.