Jump to content
MakeWebGames

Recommended Posts

Posted

Firstly, allow me to state that I do not claim to have developed this mod. This mod has been developed for free as a standalone script. I have also used functions and other lines of code from mods listed through out to give you webmasters a new and exciting tool that will provide many benefits.

This mods original source can be found here: http://www.textssender.com

This is in no means secure, unfortunately I only know how to make things work. I do not know how to code. So use this at your own risk.

Please refrain from posting until I state DONE, at the bottom of my post, there are ALOT of edits.

Add to your SQL:

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Create PHP File testing.php - Edit the necessary fields

You will need to edit the following fields:

$hostname_testing = "localhost";

$database_testing = "database_name";

$username_testing = "database_username";

$password_testing = "database_password";

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

Post Merged - [time]1245022045[/time]

Create PHP File mobilesms.php - Edit the necessary fields

You will need to edit the following fields:

$dom_dir = "www.your_domain.com";

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Create PHP File functions_sms.php - Edit the necessary fields

You will need to edit the following fields:

$connection = mysql_connect("localhost", "database_username", "database_password") or die(mysql_error());

mysql_select_db("database_name") OR DIE (mysql_error());

AND

$from = "[email protected]\r\n";

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Create PHP File form.php

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

Posted

Re: [v2] SMS Messaging System

Create CSS File style.css

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Create PHP File insert.php

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Open mainmenu.php

FIND:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

BEFORE, ADD:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Open smenu.php

FIND:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

REPLACE WITH:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Open preferences.php

FIND:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

AFTER, ADD:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

FIND:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

REPLACE WITH:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

FIND:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

BEFORE, ADD: - You will need to edit $from = "[email protected]";

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

Post Merged - [time]1245023762[/time]

Open global_func.php

FIND:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

BEFORE, ADD:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Open donator.php

FIND:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

BEFORE, ADD:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Open ipn_donator.php

FIND:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

AFTER, ADD:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

FIND:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

AFTER, ADD:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

I think it's all here, let me know if you have issues.

Post Merged - [time]1245025028[/time]

And now for idea's for future development, as it will not come from me, as my understanding of php, is only knowing how to fix things. ;D

- Add the ability to disable cell number and carrier entry for Non-Donator users, limit their use to only members in which both contact lists match.

- Add the ability for Alerts on certain events while not online. A list of event types will offer multi-select feature.

- Add ability to have Messages from mailbox, forwarded to member while not online.

Actually I had many other idea's but suddenly I forgot all of them. Either way, I AM DONE.

Thank you for your time, and I hope you have no issues.

Posted

Re: [v2] SMS Messaging System

lol...It was bigger! Had more files. And I am certainly positive this can be shortened down even more, just to many changes were needed to take place.

 

Either way, a quick description for those unaware. SMS means SHORT MESSAGE SYSTEM - Which enables users to send text messages to other people's cell phone. However you must know their cell phone number, as well as their carrier. There are no extra charges you will receiving by sending messages, as the system is strictly web-based.

If you have questions or concerns, please feel free to ask!

 

Thank you,

Voice4Vision

Posted

Re: [v2] SMS Messaging System

could you elaborate on 'no extra charges' does that mean it costs firstly and none will be put ontop or that it's free to use.

Nice by the way i assumed Cronus would post due to his site having a similar kind of thing with afew edits so will mine:)

Posted

Re: [v2] SMS Messaging System

 

could you elaborate on 'no extra charges' does that mean it costs firstly and none will be put ontop or that it's free to use.

Nice by the way i assumed Cronus would post due to his site having a similar kind of thing with afew edits so will mine:)

My extreme apologies for my tardy reply Zero, as I have been out of town for the weekend. As for your question, 'no extra charges' implies that no additional fee's will be applied outside the limits of a text message receiver's cell-phone policy. If a text message receiver's policy states that he/she will be charged a fee or tax on a per message viewed, than he or she will be charged regardless. This DOES NOT charge, penalize, tax, fee, or any other kind of punishment for the sender. This SMS System does not request the Cell Phone Number of the Sender, therefore it has no knowledge of who is sending the message.

Below I have posted some screenshots for those of you interested. I apologize for failing to do so prior.

Posted

Re: [v2] SMS Messaging System

lmao, I have also wondered as well. But also being involved in the php-nuke community for several years, I have come to realize that generally people want simple modifications, as the more complex it is, the more likely they are to have issues.

Then again, it could merely be my lack of description as to what this mod does.

As well as maybe people not posting means there are no issues to report! :-D

Posted

Re: [v2] SMS Messaging System

[bou need to explain more and add more screen shots because u have none at the moment and if it stays that way then you will not get that many +1 Reps. and hardly anyone will use ur mod so yh add some more screen shots and mayby you will get some rep and more downloaders... [/b]

Posted

Re: [v2] SMS Messaging System

Rep and Downloaders?

lmao. I did not post this for Rep and Downloaders. I posted it out of kindness. As for screenshots? I thought I would only post screenshots for the blind, but obliviously you did not see them.

Hey Zero, yea I have been into web design since 1997 but it was nuke that showed me the way to a whole new world, I think I have been with nuke since the very beginning of php. Someday when time permits, I will sit down and learn how to program.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...