Jump to content

Cyber1

Rookie
  • Posts

    27
  • Joined

  • Last visited

Everything posted by Cyber1

  1. yes tutorial in this link works for 4.1 and 4.2 but not working on 4.3 and up version.
  2. any other suggestion?
  3. Need one who is knowlegeable in paymentwall setup on ips4.2 , private message me if someone is interested.
  4. nowadays netflix is the best.
  5. any sample script on how to make external login with this function?
  6. try XLR(Solaris) they launch already their own trading exchange url txbit.io , will explode soon.
  7. Hi guys, anyone know how to do external login on IPS 4.4 version? Code below is working on IPS4.2 btw .. question is how to do it on newest ips version. require_once(dirname(__FILE__).'/../forums/init.php'); $IPSLogin = new \IPS\Login\Internal; $IPSLogin->init(); try { $member = $IPSLogin->authenticate(array('auth' => $_POST['username'], 'password' => $_POST['password'])); if ($member) { $expire = new \IPS\DateTime; $expire->add( new \DateInterval( 'P7D' ) ); \IPS\Request::i()->setCookie( 'member_id', $member->member_id, $expire ); \IPS\Request::i()->setCookie( 'pass_hash', $member->member_login_key, $expire ); \IPS\Request::i()->setCookie( 'hasJS', true, $expire ); print '<html><head><meta http-equiv="refresh" content="0;URL=\''.$prev_url.'\'"></head></html>'; } } catch (Exception $e) { blahblah }
  8. wrong, search btc history.. btc will worth million of usd in the near future.
  9. it says , $50 for 30 days.
  10. try Solaris(XLR) will be huge soon.
  11. Cyber1

    Inactivity

    hello, your welcome
  12. try XLR(Solaris) , i have 2 masternode of this gaining almost 1xlr/day.
  13. because my external login only works with ips4.2 so i need to stay at ips4.2 untill external login supported by higher ips.
  14. hi, i just downloaded IPS 4.2.8 and after the installation i cant add Description on add forum section on acp. Please see attach as a reference to the problem, any tutorial how to fix? 1. Before clicking add description box. 2. After clicking description box
  15. thank you, you save my day edit: not working on ips 4.3
  16. i buddy, welcome to webflake, enjoy your stay.
  17. looking for the same, got luck to find solution here.
  18. Hi, i've tried Mind 2.0.7 on ips 4.3.0 but seems not compatible with news ticker, any tips how to solve this error? Thank you in advance.
  19. please dont spam,still waiting for an answer
  20. hi, anyone can post external login for this IPS version?(IPS 4.3) IPS 4.2 work with the code below but not working on the latest version. require_once(dirname(__FILE__).'/../forums/init.php'); $IPSLogin = new \IPS\Login\Internal; $IPSLogin->init(); try { $member = $IPSLogin->authenticate(array('auth' => $_POST['username'], 'password' => $_POST['password'])); if ($member) { $expire = new \IPS\DateTime; $expire->add( new \DateInterval( 'P7D' ) ); \IPS\Request::i()->setCookie( 'member_id', $member->member_id, $expire ); \IPS\Request::i()->setCookie( 'pass_hash', $member->member_login_key, $expire ); \IPS\Request::i()->setCookie( 'hasJS', true, $expire ); print '<html><head><meta http-equiv="refresh" content="0;URL=\''.$prev_url.'\'"></head></html>'; } } catch (Exception $e) { blahblah }
  21. probably dark theme especially if website is for gamers
    thanks, can u upload the psd?
×
×
  • Create New...